- Production WSDL
-
https://adwords.google.com/api/adwords/cm/v201809/AssetService?wsdl
- Namespace
-
https://adwords.google.com/api/adwords/cm/v201809
- Operations
- Errors
-
- AssetError
- AuthenticationError
- AuthorizationError
- ClientTermsError
- DatabaseError
- DistinctError
- EntityNotFound
- IdError
- InternalApiError
- MediaUploadError
- NotEmptyError
- OperationAccessDenied
- OperatorError
- QuotaCheckError
- RangeError
- RateExceededError
- ReadOnlyError
- RejectedError
- RequestError
- RequiredError
- SizeLimitError
- StringFormatError
- StringLengthError
- YouTubeAdVideoRegistrationError
get
Loads an AssetPage containing a list of Asset objects matching the selector.
Parameters
Field | Type | Description |
---|---|---|
selector
|
|
defines which subset of all available assets to return, the sort order, and which fields to include |
Response
Field | Type | Description |
---|---|---|
rval
|
|
Returns a page of matching asset objects. |
mutate
Applies the list of mutate operations. For AssetService, only ADD and REMOVE operations are currently allowed.
Parameters
Field | Type | Description |
---|---|---|
operations
|
|
The operations to apply. |
Response
Field | Type | Description |
---|---|---|
rval
|
|
A list of Assets where each entry in the list is the result of applying the operation in the input list with the same index. |
Errors
Error | Reasons |
---|---|
AssetError
|
Represents an error in an Asset.
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
|
DistinctError
|
Errors related to distinct ids or content.
Enumerations
|
EntityNotFound
|
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
|
MediaUploadError
|
Error when uploading a media.
Enumerations
|
NotEmptyError
|
Errors corresponding with violation of a NOT EMPTY 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
|
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
|
YouTubeAdVideoRegistrationError
|
Error when registering a YouTube ad video.
Enumerations
|