KeywordEstimator Data Object - Ad Insight

Contains a keyword estimators with your keyword level filter criteria for traffic estimates.

Syntax

<xs:complexType name="KeywordEstimator" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:sequence>
    <xs:element minOccurs="0" name="Keyword" nillable="true" type="tns:Keyword" />
    <xs:element minOccurs="0" name="MaxCpc" nillable="true" type="xs:double" />
  </xs:sequence>
</xs:complexType>

Elements

The KeywordEstimator object has the following elements: Keyword, MaxCpc.

Element Description Data Type
Keyword The keyword used for traffic estimates.

You can request estimates for Phrase and Broad match types.
Keyword
MaxCpc The maximum cost per click filter criteria for the keyword.

You can set the default maximum CPC for all of the ad group's keywords using the MaxCpc element of the AdGroupEstimator object. Use the keyword estimator if you want to override the max CPC for a specific keyword.
double

Requirements

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

Used By

AdGroupEstimator