KeywordIdEstimatedBid Data Object - Ad Insight

Defines an object that contains the identifier of the keyword and the suggested bid value for the keyword and match type.

Note

The estimates are not a prediction or guarantee of future performance.

Syntax

<xs:complexType name="KeywordIdEstimatedBid" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:sequence>
    <xs:element minOccurs="0" name="KeywordId" type="xs:long" />
    <xs:element minOccurs="0" name="KeywordEstimatedBid" nillable="true" type="tns:KeywordEstimatedBid" />
  </xs:sequence>
</xs:complexType>

Elements

The KeywordIdEstimatedBid object has the following elements: KeywordEstimatedBid, KeywordId.

Element Description Data Type
KeywordEstimatedBid An object that contains the keyword string and the suggested bid value for each match type. KeywordEstimatedBid
KeywordId The identifier of the keyword to which the suggested bid applies. long

Requirements

Service: AdInsightService.svc v13
Namespace: https://bingads.microsoft.com/AdInsight/v13

Used By

GetEstimatedBidByKeywordIds