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 on campaign conversion goals, and an optional flag for validation only.

  • The customer_id field is a required string representing the customer whose campaign conversion goals are being modified.

  • The operations field is a required list of CampaignConversionGoalOperation objects specifying the changes to individual campaign conversion goals.

  • The validate_only field is an optional boolean that, when true, validates the request without execution and returns only errors.

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.