AI-generated Key Takeaways
-
The request message for
ConversionGoalCampaignConfigService.MutateConversionGoalCampaignConfigsincludes fields forcustomer_id, a list ofoperations, and optional settings forvalidate_onlyandresponse_content_type. -
The
customer_idis required to identify the customer whose conversion goals are being modified. -
The
operationsfield, also required, contains the list of modifications to be performed on individual conversion goal campaign configurations. -
The optional
validate_onlyfield allows validation of the request without execution. -
The optional
response_content_typefield determines the format of the returned response after mutation.
Request message for ConversionGoalCampaignConfigService.MutateConversionGoalCampaignConfigs.
| Fields | |
|---|---|
|
Required. The ID of the customer whose custom conversion goals are being modified. |
|
Required. The list of operations to perform on individual conversion goal campaign config. |
|
If true, the request is validated but not executed. Only errors are returned, not results. |
|
The response content type setting. Determines whether the mutable resource or just the resource name should be returned post mutation. |