AdGroupEstimate
Represents traffic estimates for keywords in an ad group.
See TrafficEstimatorService for details of how to request traffic estimates.
For each AdGroupRequest object for which estimates are requested,
an AdGroupEstimate object is returned. Each AdGroupEstimate object
contains KeywordEstimate objects which each contain the estimation
results for a keyword.
Fields
| Field name | Field type | Field description |
id |
int |
The existing ad group id, if any, to which this estimate corresponds.
If the ad group is new (meaning that all the estimated keywords are new),
the id is -1. |
keywordEstimates |
KeywordEstimate[] |
The keyword estimates for this ad group. Each KeywordEstimate
contains the estimation results, such as estimated clicks per day,
for that keyword. |