MutateConversionGoalCampaignConfigsRequest

  • The request message for ConversionGoalCampaignConfigService.MutateConversionGoalCampaignConfigs includes fields for customer_id, a list of operations, and optional settings for validate_only and response_content_type.

  • The customer_id is required to identify the customer whose conversion goals are being modified.

  • The operations field, also required, contains the list of modifications to be performed on individual conversion goal campaign configurations.

  • The optional validate_only field allows validation of the request without execution.

  • The optional response_content_type field determines the format of the returned response after mutation.

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.