MutateAssets

  • The MutateAssets RPC method is used to create assets.

  • Upon creation, the MutateAssets method returns the operation statuses.

  • Various errors related to assets, authentication, authorization, and request parameters can be thrown by this method.

  • The MutateAssets method requires the https://www.googleapis.com/auth/adwords OAuth scope for authorization.

MutateAssets

rpc MutateAssets(MutateAssetsRequest) returns (MutateAssetsResponse)

Creates assets. Operation statuses are returned.

List of thrown errors: AssetError AuthenticationError AuthorizationError CollectionSizeError CurrencyCodeError DatabaseError DateError DistinctError FieldError FieldMaskError HeaderError IdError InternalError ListOperationError MediaUploadError MutateError NotAllowlistedError NotEmptyError OperatorError QuotaError RangeError RequestError SizeLimitError StringFormatError StringLengthError UrlFieldError YoutubeVideoRegistrationError

Authorization scopes

Requires the following OAuth scope:

  • https://www.googleapis.com/auth/adwords

For more information, see the OAuth 2.0 Overview.