AdGroupEstimator Data Object - Ad Insight

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

Syntax

<xs:complexType name="AdGroupEstimator" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:sequence>
    <xs:element minOccurs="0" name="AdGroupId" nillable="true" type="xs:long" />
    <xs:element minOccurs="0" name="KeywordEstimators" nillable="true" type="tns:ArrayOfKeywordEstimator" />
    <xs:element minOccurs="0" name="MaxCpc" type="xs:double" />
  </xs:sequence>
</xs:complexType>

Elements

The AdGroupEstimator object has the following elements: AdGroupId, KeywordEstimators, MaxCpc.

Element Description Data Type
AdGroupId The ad group identifier.

This element is reserved for future use. The returned estimates are not based on any specific ad group.
long
KeywordEstimators The list of keyword estimators with your keyword level filter criteria for traffic estimates. KeywordEstimator array
MaxCpc The maximum cost per click filter criteria for all keyword estimates in the ad group.

You can override this setting for specific keywords with the corresponding keyword estimators.
double

Requirements

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

Used By

CampaignEstimator