AI-generated Key Takeaways
-
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 ofCampaignConversionGoalOperation
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 | |
---|---|
|
Required. The ID of the customer whose campaign conversion goals are being modified. |
|
Required. The list of operations to perform on individual campaign conversion goal. |
|
If true, the request is validated but not executed. Only errors are returned, not results. |