MutateCustomConversionGoalsRequest

  • The request message for CustomConversionGoalService.MutateCustomConversionGoals is detailed.

  • It requires a customer_id and a list of operations[] to modify custom conversion goals.

  • You can validate the request without executing it using the validate_only field.

  • The response_content_type field controls the type of information returned after the mutation.

Request message for CustomConversionGoalService.MutateCustomConversionGoals.

Fields

customer_id

string

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

operations[]

CustomConversionGoalOperation

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

validate_only

bool

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

response_content_type

ResponseContentType

The response content type setting. Determines whether the mutable resource or just the resource name should be returned post mutation.