Raw mutate
mutateSubmit Google Ads create, update, or remove operations for any resource using REST field names, with optional dry-run validation and partial failure support.
Instructions
Advanced: send raw GoogleAdsService.mutate operations using REST field names (camelCase), e.g. [{ campaignOperation: { update: { resourceName, status }, updateMask: 'status' } }]. Supports every resource the API can create/update/remove (campaigns, ads, assets, conversion actions, extensions…). Use validate_only: true first to dry-run. Operations are atomic unless partial_failure is true.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| operations | Yes | ||
| customer_id | No | Google Ads customer ID (10 digits, dashes allowed). Defaults to GOOGLE_ADS_CUSTOMER_ID. | |
| validate_only | No | ||
| partial_failure | No |