MutateConversionGoalCampaignConfigsRequest

  • The MutateConversionGoalCampaignConfigs request message is used to modify conversion goal campaign configurations.

  • The request requires a customer_id and a list of operations to perform.

  • The request allows for validation without execution using the validate_only field.

  • You can control the response content type to return either the full resource or just the resource name.

Request message for ConversionGoalCampaignConfigService.MutateConversionGoalCampaignConfigs.

Fields

customer_id

string

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

operations[]

ConversionGoalCampaignConfigOperation

Required. The list of operations to perform on individual conversion goal campaign config.

validate_only

bool

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

response_content_type

ResponseContentType

The response content type setting. Determines whether the mutable resource or just the resource name should be returned post mutation.