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 an ad group whose keywords are to be estimated.
To get traffic estimates for keywords in one or more ad groups,
create an AdGroupRequest object for each ad group whose keywords are
to be estimated.
See TrafficEstimatorService for details of how to submit
the request for estimation.
The results of the estimation are returned as AdGroupEstimate objects
which each contain KeywordEstimate objects.
| Field name | Field type | Field description |
|---|---|---|
| id | long |
The id of the ad group to be estimated. All keywords in the ad group will
be estimated. Optional - if omitted indicates a new ad group. |
| keywordRequests | KeywordRequest[] |
The keywords to be estimated.
This list must contain at least one KeywordRequest.
If this is a new ad group, all If this is an existing ad group, the
|
| maxCpc | long |
The bid for this ad group in micros.
See Monetary Units
for information about micros.
The maxCpc for the AdGroupRequest is required unless an existing ad group id has been specified. The rules determining which value of maxCpc the TrafficEstimatorService uses in the estimation calculation are (in order of preference):
|