MutateCustomerConversionGoalsRequest

  • This is the request message for the CustomerConversionGoalService.MutateCustomerConversionGoals API call.

  • It requires a customer_id and a list of operations to modify customer conversion goals.

  • The validate_only field allows validation of the request without execution.

Request message for CustomerConversionGoalService.MutateCustomerConversionGoals.

Fields

customer_id

string

Required. The ID of the customer whose customer conversion goals are being modified.

operations[]

CustomerConversionGoalOperation

Required. The list of operations to perform on individual customer conversion goal.

validate_only

bool

If true, the request is validated but not executed. Only errors are returned, not results.