Printer Friendly Version      Send     
Click to Rate and Give Feedback
Windows Live
AdCenterOrderItem 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 API order item.
Note:
The adCenter API uses the term order item to refer to a keyword. For more information, see Microsoft adCenter Entities.
public class AdCenterOrderItem { 
  Member of [Namespace] 
  public int OrderItemId; 
  public double ExactMatchAmt; 
  public double PhraseMatchAmt; 
  public double BroadMatchAmt; 
  public double ContentMatchAmt; 
  public string SubstParam1; 
  public string SubstParam2; 
  public string SubstParam3; 
  public string Keyword; 
  public string [] NotKeywords; 
  public OrderItemStatus Status; 
 }

Property Description Comment

OrderItemId

Identifies a keyword.

This property is read-only. It is created when the order item is added.

ExactMatchAmt

Specifies the bid for the exact match type.

This property can be modified.

PhraseMatchAmt

Specifies the bid for the phrase match type.

This property can be modified.

BroadMatchAmt

Specifies the bid for the broad match type.

This property can be modified.

ContentMatchAmt

Specifies the bid for the content match amount.

This property can be modified.

SubstParam1

Specifies the first parameter that can be inserted into an ad title or description.

This property can be modified.

SubstParam2

Specifies the second parameter that can be inserted into an ad title or description.

This property can be modified.

SubstParam3

Specifies the third parameter that can be inserted into an ad title or description.

This property can be modified.

Keyword

Specifies the keyword for the order item.

This property is read-only. The keyword is specified when the order item is added.

NotKeywords

Specifies one or more negative keywords for the order item.

This property is optional. You cannot specify negative keywords unless a broad or phrase match type has been specified for the order item.

Status

Specifies if an order item is paused or active.

This property is read-only. The order item status can be modified only with the CampaignManagement.PauseResumeOrderItems method.

This class is used to represent an order item with the following with methods:

WSDL: CampaignManagement.wsdl in version 4.

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