AdGroupEstimate Data Object - Ad Insight

Contains a list of suggested keywords for the ad group with minimum and maximum traffic estimates. Traffic estimates include average CPC, average position, clicks, CTR, impressions, and total cost.

Note

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

Syntax

<xs:complexType name="AdGroupEstimate" 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="KeywordEstimates" nillable="true" type="tns:ArrayOfKeywordEstimate" />
  </xs:sequence>
</xs:complexType>

Elements

The AdGroupEstimate object has the following elements: AdGroupId, KeywordEstimates.

Element Description Data Type
AdGroupId The ad group identifier. long
KeywordEstimates The list of suggested keywords with minimum and maximum traffic estimates.

Traffic estimates include average CPC, average position, clicks, CTR, impressions, and total cost.
KeywordEstimate array

Requirements

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

Used By

CampaignEstimate