AI-generated Key Takeaways
-
This document outlines the request message for modifying custom conversion goals using
CustomConversionGoalService.MutateCustomConversionGoals. -
The request requires a
customer_idto identify the customer whose goals are being modified and a list ofoperationsto perform on the custom conversion goals. -
The
validate_onlyfield allows the request to be validated without execution, returning only errors. -
The
response_content_typesetting determines whether the full resource or just the resource name is returned after the mutation.
Request message for CustomConversionGoalService.MutateCustomConversionGoals.
| Fields | |
|---|---|
|
Required. The ID of the customer whose custom conversion goals are being modified. |
|
Required. The list of operations to perform on individual custom conversion goal. |
|
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. |