MutateCampaignCustomizersResponse

  • The content describes the response message for a campaign customizer mutate operation.

  • The response message includes an array of results and a field for handling partial failures.

  • The results field contains all the outcomes of the mutate operation.

  • The partial_failure_error field provides details on errors when partial failure mode is enabled and errors occur within the operations.

Response message for a campaign customizer mutate.

Fields

results[]

MutateCampaignCustomizerResult

All results for the mutate.

partial_failure_error

Status

Errors that pertain to operation failures in the partial failure mode. Returned only when partial_failure = true and all errors occur inside the operations. If any errors occur outside the operations (for example, auth errors), we return an RPC level error.