A service to return Ads Campaign Management data matching a {@Selector}. This is disabled for AdX.
- Production WSDL
-
https://adwords.google.com/api/adwords/cm/v201209/DataService?wsdl
- Sandbox WSDL
-
https://adwords-sandbox.google.com/api/adwords/cm/v201209/DataService?wsdl
- Namespace
-
https://adwords.google.com/api/adwords/cm/v201209
- Operations
- Errors
getAdGroupBidLandscape
Returns a list of bid landscapes for the ad groups specified in the selector.
Parameters
Field | Type | Description |
---|---|---|
serviceSelector |
Selector
|
Selects the entities to return bid landscapes for. |
Response
Field | Type | Description |
---|---|---|
rval |
AdGroupBidLandscapePage
|
A list of bid landscapes. |
getCriterionBidLandscape
Returns a list of bid landscapes for the criteria specified in the selector.
Parameters
Field | Type | Description |
---|---|---|
serviceSelector |
Selector
|
Selects the entities to return bid landscapes for. |
Response
Field | Type | Description |
---|---|---|
rval |
CriterionBidLandscapePage
|
A list of bid landscapes. |
Errors
Error | Reasons |
---|---|
AdxError | Errors that are thrown when a non-AdX feature is accessed by an AdX customer. Enumerations
|
AuthenticationError | Errors returned when Authentication failed. Enumerations
|
AuthorizationError | Errors encountered when trying to authorize a user. Enumerations
|
BetaError | Errors that are thrown when a Beta feature is accessed incorrectly. Enumerations
|
ClientTermsError | Error due to user not accepting the AdWords terms of service. Enumerations
|
DataError | Represents errors thrown by the get operation. Enumerations
|
DatabaseError | Errors that are thrown due to a database access problem. Enumerations
|
DateError | Errors associated with invalid dates and date ranges. Enumerations
|
DistinctError | Errors related to distinct ids or content. Enumerations
|
InternalApiError | Indicates that a server-side error has occured. InternalApiError s
are generally not the result of an invalid request or message sent by the
client.Enumerations
|
NotEmptyError | Errors corresponding with violation of a NOT EMPTY check. Enumerations
|
NotWhitelistedError | Indicates that the customer is not whitelisted for accessing the API. Enumerations
|
NullError | Errors associated with violation of a NOT NULL check. Enumerations
|
QuotaCheckError | Encapsulates the errors thrown during developer quota checks. Enumerations
|
RangeError | A list of all errors associated with the Range constraint. Enumerations
|
RateExceededError | Signals that a call failed because a measured rate exceeded. Enumerations
|
RejectedError |
Enumerations
|
RequestError | Encapsulates the generic errors thrown when there's an error with user
request. Enumerations
|
RequiredError | Errors due to missing required field. 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
|