KeywordIdEstimatedPosition Data Object - Ad Insight

Defines an object that contains the identifier of a keyword and the estimated search results position for the keyword and match type.

Note

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

Syntax

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

Elements

The KeywordIdEstimatedPosition object has the following elements: KeywordEstimatedPosition, KeywordId.

Element Description Data Type
KeywordEstimatedPosition An object that contains the keyword string and estimated position in the search results given the specified maximum bid. KeywordEstimatedPosition
KeywordId The identifier of the keyword to which the estimated position applies. long

Requirements

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

Used By

GetEstimatedPositionByKeywordIds