A service to return constant data.
- Production WSDL
-
https://adwords.google.com/api/adwords/cm/v201809/ConstantDataService?wsdl
- Namespace
-
https://adwords.google.com/api/adwords/cm/v201809
- Operations
- Errors
-
- AdxError
- AuthenticationError
- AuthorizationError
- ClientTermsError
- DatabaseError
- DateError
- DistinctError
- IdError
- InternalApiError
- NotEmptyError
- NullError
- OperationAccessDenied
- OperatorError
- QuotaCheckError
- RangeError
- RateExceededError
- ReadOnlyError
- RejectedError
- RequestError
- RequiredError
- SelectorError
- SizeLimitError
- StringFormatError
- StringLengthError
getAgeRangeCriterion
Returns a list of all age range criteria.
Parameters
Field | Type | Description |
---|
Response
Field | Type | Description |
---|---|---|
rval
|
|
A list of age ranges. |
getCarrierCriterion
Returns a list of all carrier criteria.
Parameters
Field | Type | Description |
---|
Response
Field | Type | Description |
---|---|---|
rval
|
|
A list of carriers. |
getGenderCriterion
Returns a list of all gender criteria.
Parameters
Field | Type | Description |
---|
Response
Field | Type | Description |
---|---|---|
rval
|
|
A list of genders. |
getLanguageCriterion
Returns a list of all language criteria.
Parameters
Field | Type | Description |
---|
Response
Field | Type | Description |
---|---|---|
rval
|
|
A list of languages. |
getMobileAppCategoryCriterion
Returns a list of all mobile app category criteria.
Parameters
Field | Type | Description |
---|
Response
Field | Type | Description |
---|---|---|
rval
|
|
A list of mobile app categories. |
getMobileDeviceCriterion
Returns a list of all mobile devices.
Parameters
Field | Type | Description |
---|
Response
Field | Type | Description |
---|---|---|
rval
|
|
A list of mobile devices. |
getOperatingSystemVersionCriterion
Returns a list of all operating system version criteria.
Parameters
Field | Type | Description |
---|
Response
Field | Type | Description |
---|---|---|
rval
|
|
A list of operating system versions. |
getProductBiddingCategoryData
Returns a list of shopping bidding categories. A country predicate must be included in the selector, only Predicate.Operator.EQUALS and Predicate.Operator.IN with a single value are supported in the country predicate. An empty parentDimensionType predicate will filter for root categories.
Parameters
Field | Type | Description |
---|---|---|
selector
|
|
Response
Field | Type | Description |
---|---|---|
rval
|
|
A list of shopping bidding categories. |
getUserInterestCriterion
Returns a list of user interests.
Parameters
Field | Type | Description |
---|---|---|
userInterestTaxonomyType
|
|
The type of taxonomy to use when requesting user interests. Enumerations
|
Response
Field | Type | Description |
---|---|---|
rval
|
|
A list of user interests. |
getVerticalCriterion
Returns a list of content verticals.
Parameters
Field | Type | Description |
---|
Response
Field | Type | Description |
---|---|---|
rval
|
|
A list of verticals. |
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
|
ClientTermsError
|
Error due to user not accepting the AdWords terms of service.
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
|
IdError
|
Errors associated with the ids.
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
|
NullError
|
Errors associated with violation of a NOT NULL check.
Enumerations
|
OperationAccessDenied
|
Operation not permitted due to the invoked service's access policy.
Enumerations
|
OperatorError
|
Errors due to the use of unsupported operations.
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
|
ReadOnlyError
|
Errors from attempting to write to read-only fields.
Enumerations
|
RejectedError
|
Indicates that a field was rejected due to compatibility issues.
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
|
StringFormatError
|
A list of error code for reporting invalid content of input strings.
Enumerations
|
StringLengthError
|
Errors associated with the length of the given string being
out of bounds.
Enumerations
|