create_budget
Set up a Google Ads campaign budget by specifying customer ID, budget name, and daily amount. Choose standard or accelerated delivery and optionally share the budget across campaigns.
Instructions
Create a new campaign budget.
Args: customer_id: Google Ads customer ID. name: Budget name. amount: Daily budget amount in currency (e.g., 50.00 for $50/day). delivery_method: 'STANDARD' (spread evenly) or 'ACCELERATED'. explicitly_shared: If True, budget can be shared across multiple campaigns.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| amount | Yes | ||
| customer_id | Yes | ||
| delivery_method | No | STANDARD | |
| explicitly_shared | No |