CampaignEstimate Data Object - Ad Insight

Contains a nested list of suggested keywords for the campaign's ad groups 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="CampaignEstimate" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:sequence>
    <xs:element minOccurs="0" name="AdGroupEstimates" nillable="true" type="tns:ArrayOfAdGroupEstimate" />
    <xs:element minOccurs="0" name="CampaignId" nillable="true" type="xs:long" />
  </xs:sequence>
</xs:complexType>

Elements

The CampaignEstimate object has the following elements: AdGroupEstimates, CampaignId.

Element Description Data Type
AdGroupEstimates The nested list of suggested keywords for the campaign's ad groups with minimum and maximum traffic estimates.

Traffic estimates include average CPC, average position, clicks, CTR, impressions, and total cost.
AdGroupEstimate array
CampaignId The ad group identifier. long

Requirements

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

Used By

GetKeywordTrafficEstimates