update_campaign_budget
Change a Google Ads campaign's daily budget with a two-step preview-then-confirm process, showing current value, proposed value, and percentage change before applying.
Instructions
Change a campaign's daily budget. Two-phase: preview, then confirm.
Call without confirm_token to see the current value, the proposed value, and the percentage change. If it is within limits you receive a token; call again with that token to apply it.
Args: customer_id: Account holding the campaign. campaign_id: Campaign whose budget changes. new_daily_budget: New daily amount in account currency. confirm_token: Token from the preview call. Omit for a preview.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| campaign_id | Yes | ||
| customer_id | Yes | ||
| confirm_token | No | ||
| new_daily_budget | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |