MutateCampaignConversionGoalsRequest

  • This is the request message for the CampaignConversionGoalService.MutateCampaignConversionGoals service.

  • The request requires a customer ID and a list of operations to modify campaign conversion goals.

  • An optional field allows the request to be validated without execution.

Request message for CampaignConversionGoalService.MutateCampaignConversionGoals.

Fields

customer_id

string

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

operations[]

CampaignConversionGoalOperation

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

validate_only

bool

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