Microsoft Advertising APIs
KeywordBid Data Object

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

Elements

Syntax

<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" />
Elements

Element Description Data Type

BroadMatchBid

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

double

ExactMatchBid

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

double

Keyword

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

string

PhraseMatchBid

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

double

Requirements

WSDL: CampaignManagementService.svc in version 6.

See Also

Reference

GetKeywordEstimatesByBidsRequest Message Object
CampaignManagement GetKeywordEstimatesByBids Service Operation

Page view tracker