Service used to manage campaign criterion bid overrides at the ad group level. Currently supports platform (mobile) bid multiplier overrides only.
- Production WSDL
-
https://adwords.google.com/api/adwords/cm/v201209/AdGroupBidModifierService?wsdl - Namespace
-
https://adwords.google.com/api/adwords/cm/v201209 - Operations
- Errors
get
Gets ad group level criterion bid modifiers.
Parameters
| Field | Type | Description |
|---|---|---|
| selector |
Selector
|
The selector specifying the AdGroupBidModifiers to return. |
Response
| Field | Type | Description |
|---|---|---|
| rval |
AdGroupBidModifierPage
|
A list of ad group bid modifiers. |
mutate
Adds, removes or updates ad group bid modifier overrides.
Parameters
| Field | Type | Description |
|---|---|---|
| operations |
AdGroupBidModifierOperation[]
|
The operations to apply. |
Response
| Field | Type | Description |
|---|---|---|
| rval |
AdGroupBidModifierReturnValue
|
The added ad group bid modifier overrides. |
Errors
| Error | Reasons |
|---|---|
| AuthenticationError | Errors returned when Authentication failed. Enumerations
|
| AuthorizationError | Errors encountered when trying to authorize a user. Enumerations
|
| ClientTermsError | Error due to user not accepting the AdWords terms of service. Enumerations
|
| CriterionError | Error class used for reporting criteria related errors. Enumerations
|
| DatabaseError | Errors that are thrown due to a database access problem. Enumerations
|
| EntityNotFound | An id did not correspond to an entity, or it referred to an entity which does not belong to the
customer. Enumerations
|
| InternalApiError | Indicates that a server-side error has occured. InternalApiErrors
are generally not the result of an invalid request or message sent by the
client.Enumerations
|
| NotWhitelistedError | Indicates that the customer is not whitelisted for accessing the API. Enumerations
|
| OperatorError | Errors due to the use of unsupported operations. Enumerations
|
| QuotaCheckError | Encapsulates the errors thrown during developer quota checks. Enumerations
|
| RateExceededError | Signals that a call failed because a measured rate exceeded. Enumerations
|
| RequestError | Encapsulates the generic errors thrown when there's an error with user
request. Enumerations
|
| SelectorError | Represents possible error codes for Selector. Enumerations
|
| SizeLimitError | Indicates that the number of entries in the request or response exceeds the system limit. Enumerations
|