AI-generated Key Takeaways
-
This is the request message for the
CustomerConversionGoalService.MutateCustomerConversionGoals
API call. -
The request requires a
customer_id
, a list ofoperations
, and an optionalvalidate_only
flag. -
The
operations
field is a list ofCustomerConversionGoalOperation
objects used to modify customer conversion goals. -
The
validate_only
field allows for request validation 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. |