Except as otherwise noted,
the content of this page is licensed under the Creative Commons
Attribution 2.5 License.
Google Code offered in: English - Español - 日本語 - 한국어 - Português - Pусский - 中文(简体) - 中文(繁體)
Documentation for the requested version is not available.Documentation for the requested diff is not available.
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.
| 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. |