MutateSharedSets

  • The MutateSharedSets RPC allows for the creation, updating, or removal of shared sets and returns their operation statuses.

  • The request uses MutateSharedSetsRequest and the response is MutateSharedSetsResponse.

  • This operation can throw various errors related to authentication, authorization, database issues, and data formatting, among others.

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

MutateSharedSets

rpc MutateSharedSets(MutateSharedSetsRequest) returns (MutateSharedSetsResponse)

Creates, updates, or removes shared sets. Operation statuses are returned.

List of thrown errors: AuthenticationError AuthorizationError DatabaseError DateError DistinctError FieldError FieldMaskError HeaderError IdError InternalError MutateError NewResourceCreationError NotEmptyError NullError OperatorError QuotaError RangeError RequestError ResourceCountLimitExceededError SharedSetError SizeLimitError StringFormatError StringLengthError

Authorization scopes

Requires the following OAuth scope:

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

For more information, see the OAuth 2.0 Overview.