MutateCustomAudiencesRequest

  • The request message for CustomAudienceService.MutateCustomAudiences requires a customer_id and a list of operations.

  • The validate_only field can be used to validate the request without executing it.

Request message for CustomAudienceService.MutateCustomAudiences.

Fields

customer_id

string

Required. The ID of the customer whose custom audiences are being modified.

operations[]

CustomAudienceOperation

Required. The list of operations to perform on individual custom audiences.

validate_only

bool

If true, the request is validated but not executed. Only errors are returned, not results.