Printer Friendly Version      Send     
Click to Rate and Give Feedback
Windows Live
AdCenterOrder Class (V4)

Important:
Microsoft adCenter API version 4 is obsolete and is no longer available. Version 5.1 is the current version. For more information, see Microsoft adCenter API Programming Reference (5.1).
Describes a Microsoft adCenter order.
public class AdCenterOrder { 
  Member of [Namespace]
  public int OrderId; 
  public string OrderName; 
  public dateTime OrderStartDate; 
  public dateTime OrderEndDate; 
  public LanguageType KwdLanguage; 
  public MSNDistributionSiteType MSNDistributionSite;
  public OrderStatus Status;
  public MediumType Medium;
  public Target orderTarget;
  public string CountryCode;
}

Property Description

AdCenterOrder.OrderID Property

Identifies the order.

AdCenterOrder.OrderName Property

Specifies the name of the order.

AdCenterOrder.OrderStartDate Property

Specifies the start date of the order.

AdCenterOrder.OrderEndDate Property

Specifies the end date of the order.

AdCenterOrder.KwdLanguage Property

Specifies the language of the keyword.

AdCenterOrder.MSNDistributionSite Property (V4)

Specifies the MSN website where the ad will appear.

AdCenterOrder.Status Property

Contains the status of an order. This is a read-only property.

AdCenterOrder.Medium Property

Specifies the ad medium for the order. The order can consist of search ads, content ads, or both.

AdCenterOrder.orderTarget Property

Specifies the targeted items of an order.

AdCenterOrder.CountryCode Property

This property is obsolete. Use the AdCenterOrder.orderTarget Property instead.

This class is used with the CampaignManagement.AddOrders, CampaignManagement.GetOrders, and CampaignManagement.UpdateOrders methods to identify and contain order information.

WSDL: CampaignManagement.wsdl in version 4.

© 2008 Microsoft Corporation. All rights reserved. Terms of Use  |  Trademarks  |  Privacy Statement
Page view tracker