AI-generated Key Takeaways
-
The request message is for the
CustomerConversionGoalService.MutateCustomerConversionGoals
API call. -
It requires a
customer_id
to identify the customer whose goals are being modified. -
It includes an array of
operations
to specify the changes to be made to individual customer conversion goals. -
The
validate_only
field allows for validation of the request without execution.
Request message for CustomerConversionGoalService.MutateCustomerConversionGoals
.
Fields | |
---|---|
|
Required. The ID of the customer whose customer conversion goals are being modified. |
|
Required. The list of operations to perform on individual customer conversion goal. |
|
If true, the request is validated but not executed. Only errors are returned, not results. |