MutateCampaignAssets

  • The MutateCampaignAssets RPC allows for creating, updating, or removing campaign assets.

  • This RPC returns operation statuses and can throw various errors related to asset links, authentication, authorization, and other system issues.

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

MutateCampaignAssets

rpc MutateCampaignAssets(MutateCampaignAssetsRequest) returns (MutateCampaignAssetsResponse)

Creates, updates, or removes campaign assets. Operation statuses are returned.

List of thrown errors: AssetLinkError AuthenticationError AuthorizationError ContextError DatabaseError FieldError HeaderError InternalError MutateError NotAllowlistedError QuotaError RequestError

Authorization scopes

Requires the following OAuth scope:

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

For more information, see the OAuth 2.0 Overview.