AI-generated Key Takeaways
-
The
MutateCustomerConversionGoals
request message is used to modify customer conversion goals. -
It requires the
customer_id
and a list ofoperations
to be performed on the goals. -
Setting
validate_only
to true will validate the request without executing it.
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. |