Click to Rate and Give Feedback

  Switch on low bandwidth view
Microsoft Advertising APIs
KeywordBid Data Object

Used by a client to pass information to the GetKeywordEstimatesByBids service operation.

Elements

<xs:complexType name="ArrayOfKeywordBid">
  <xs:sequence>
    <xs:element minOccurs="0" maxOccurs="unbounded" name="KeywordBid" nillable="true" type="tns:KeywordBid" />
  </xs:sequence>
</xs:complexType>
<xs:element name="ArrayOfKeywordBid" nillable="true" type="tns:ArrayOfKeywordBid" />

<xs:complexType name="KeywordBid">
  <xs:sequence>
    <xs:element minOccurs="0" name="BroadMatchBid" nillable="true" type="xs:double" />
    <xs:element minOccurs="0" name="ExactMatchBid" nillable="true" type="xs:double" />
    <xs:element name="Keyword" nillable="true" type="xs:string" />
    <xs:element minOccurs="0" name="PhraseMatchBid" nillable="true" type="xs:double" />
  </xs:sequence>
</xs:complexType>
<xs:element name="KeywordBid" nillable="true" type="tns:KeywordBid" />

Element Description Data Type Rules

BroadMatchBid

Specifies the amount of the broad-match bid for the keyword. You can specify up to two decimal places for this element.

double

None

ExactMatchBid

Specifies the amount of the exact-match bid for the keyword. You can specify up to two decimal places for this element.

double

None

Keyword

Specifies the keyword used to estimate the monthly cost, the impressions, and the position for this bid.

string

None

PhraseMatchBid

Specifies the amount of the phrase-match bid for the keyword. You can specify up to two decimal places for this element.

double

None

WSDL: CampaignManagementService.svc in version 6.

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