CampaignEstimate
Represents traffic estimates for keywords in a campaign.
See TrafficEstimatorService for details of how to request traffic estimates.
For each CampaignRequest object for which estimates are requested,
a CampaignEstimate object is returned. Each CampaignEstimate object
contains AdGroupEstimate objects, which in turn each contain
KeywordEstimate objects, which each contain the estimation
results for a keyword.
Fields
| Field name | Field type | Field description |
adGroupEstimates |
AdGroupEstimate[] |
The ad group estimates for this campaign.
Each AdGroupEstimate contains
KeywordEstimate objects,
which each have the estimation results
(such as estimated number of impressions) for the keyword. |
id |
int |
The existing campaign id, if any, to which this estimate
corresponds.
If the campaign is new, the id is -1. |