Service
TargetingIdeaService
TrafficEstimatorService
Dependencies
TrafficEstimatorError
▼
TrafficEstimatorError.Reason
- Namespace
-
https://adwords.google.com/api/adwords/o/v201809
Enumeration | Description |
---|---|
NO_CAMPAIGN_FOR_AD_GROUP_ESTIMATE_REQUEST
|
When the request with null campaign ID in CampaignEstimateRequest contains an
AdGroupEstimateRequest with an ID.
|
NO_AD_GROUP_FOR_KEYWORD_ESTIMATE_REQUEST
|
When the request with null adgroup ID in AdGroupEstimateRequest contains a
KeywordEstimateRequest with an ID.
|
NO_MAX_CPC_FOR_KEYWORD_ESTIMATE_REQUEST
|
All KeywordEstimateRequest items should have maxCpc associated with them. |
TOO_MANY_KEYWORD_ESTIMATE_REQUESTS
|
When there are more KeywordEstimateRequests in the request than TrafficEstimatorService allows. |
TOO_MANY_CAMPAIGN_ESTIMATE_REQUESTS
|
When there are more CampaignEstimateRequests in the request than TrafficEstimatorService allows. |
TOO_MANY_ADGROUP_ESTIMATE_REQUESTS
|
When there are more AdGroupEstimateRequests in the request than TrafficEstimatorService allows. |
TOO_MANY_TARGETS
|
When there are more targets in the request than TrafficEstimatorService allows. See documentation on CampaignEstimateRequest for more information about this error. |
KEYWORD_TOO_LONG
|
Request contains a keyword that is too long for backends to handle. |
KEYWORD_CONTAINS_BROAD_MATCH_MODIFIERS
|
Request contains a keyword that contains broad match modifiers. |
INVALID_INPUT
|
When an unexpected error occurs. |
SERVICE_UNAVAILABLE
|
When backend service calls fail. |