A service to return constant data.
- Production WSDL
-
https://adwords.google.com/api/adwords/cm/v201506/ConstantDataService?wsdl
- Namespace
-
https://adwords.google.com/api/adwords/cm/v201506
- Operations
- Errors
-
- AdxError
- AuthenticationError
- AuthorizationError
- ClientTermsError
- DatabaseError
- DateError
- DistinctError
- IdError
- InternalApiError
- NotEmptyError
- NullError
- OperationAccessDenied
- QuotaCheckError
- RangeError
- RateExceededError
- ReadOnlyError
- RejectedError
- RequestError
- RequiredError
- SelectorError
- SizeLimitError
- StringLengthError
getAgeRangeCriterion
Returns a list of all age range criteria.
Parameters
Field | Type | Description |
---|
Response
Field | Type | Description |
---|---|---|
rval |
AgeRange[]
|
A list of age ranges. |
getCarrierCriterion
Returns a list of all carrier criteria.
Parameters
Field | Type | Description |
---|
Response
Field | Type | Description |
---|---|---|
rval |
Carrier[]
|
A list of carriers. |
getGenderCriterion
Returns a list of all gender criteria.
Parameters
Field | Type | Description |
---|
Response
Field | Type | Description |
---|---|---|
rval |
Gender[]
|
A list of genders. |
getLanguageCriterion
Returns a list of all language criteria.
Parameters
Field | Type | Description |
---|
Response
Field | Type | Description |
---|---|---|
rval |
Language[]
|
A list of languages. |
getMobileDeviceCriterion
Returns a list of all mobile devices.
Parameters
Field | Type | Description |
---|
Response
Field | Type | Description |
---|---|---|
rval |
MobileDevice[]
|
A list of mobile devices. |
getOperatingSystemVersionCriterion
Returns a list of all operating system version criteria.
Parameters
Field | Type | Description |
---|
Response
Field | Type | Description |
---|---|---|
rval |
OperatingSystemVersion[]
|
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 |
Selector
|
Response
Field | Type | Description |
---|---|---|
rval |
ProductBiddingCategoryData[]
|
A list of shopping bidding categories. |
getUserInterestCriterion
Returns a list of user interests.
Parameters
Field | Type | Description |
---|---|---|
userInterestTaxonomyType |
ConstantDataService.UserInt...
|
The type of taxonomy to use when requesting user interests. Enumerations
|
Response
Field | Type | Description |
---|---|---|
rval |
CriterionUserInterest[]
|
A list of user interests. |
getVerticalCriterion
Returns a list of content verticals.
Parameters
Field | Type | Description |
---|
Response
Field | Type | Description |
---|---|---|
rval |
Vertical[]
|
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
|
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
|
StringLengthError | Errors associated with the length of the given string being
out of bounds.
Enumerations
|