MutateCampaignConversionGoalsRequest

  • This document describes the request message for MutateCampaignConversionGoals.

  • The request includes fields for customer ID, operations, and validate_only.

  • The customer_id field is a required string representing the customer ID.

  • The operations field is a required list of CampaignConversionGoalOperation objects.

  • The validate_only field is a boolean to validate the request 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.