MutateCustomAudiencesRequest

  • This is the request message for CustomAudienceService.MutateCustomAudiences.

  • The request includes fields for customer_id, a list of operations to perform, and an optional validate_only flag.

  • customer_id and operations are required fields.

  • The validate_only field allows the request to be validated without execution.

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.