create_campaign_budget
Create a Google Ads campaign budget by specifying daily amount in micros and delivery method, with optional dry-run validation before confirmation.
Instructions
Create a campaign budget. amount_micros is the daily amount in micros (1_000_000 micros = 1 unit of the account currency, e.g. $5/day = 5000000). delivery_method is 'STANDARD' or 'ACCELERATED'. Dry run unless confirm=True.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| confirm | No | ||
| customer_id | Yes | ||
| amount_micros | Yes | ||
| delivery_method | No | STANDARD |