MutateCampaignConversionGoalsRequest

  • This document describes the request message for MutateCampaignConversionGoals in the Google Ads API.

  • The request requires a customer_id, a list of operations to perform, and an optional validate_only flag.

  • The operations field uses CampaignConversionGoalOperation to specify changes to individual campaign conversion goals.

  • Setting validate_only to true allows validation of the request without actual 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.