ads_update_campaign_budget
Update a Google Ads campaign's daily budget by specifying the customer ID, campaign ID, and new amount, with a confirmation flag to apply the change or preview it as a dry run.
Instructions
Change a campaign's daily budget (in account currency). Looks up the campaign's budget resource and updates the amount. Money-affecting change.
Args: customer_id: 10-digit account id. campaign_id: campaign id. new_daily_budget: new daily budget (e.g. 40.00). confirm: must be true to apply (else dry-run).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| confirm | No | ||
| campaign_id | No | ||
| customer_id | No | ||
| new_daily_budget | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |