google_ads_create_shared_budget
Create a shared budget to allocate a single daily budget across multiple campaigns. Specify customer ID, budget name, daily amount, and optional delivery method.
Instructions
Create a shared budget that can be used across multiple campaigns.
Args: customer_id: Customer ID (without hyphens) budget_name: Name for the shared budget daily_amount: Daily budget amount in currency units (e.g., 100.00 for $100/day) delivery_method: Budget delivery method (STANDARD or ACCELERATED, default: STANDARD)
Returns: Success message with budget resource name
Note: After creating a shared budget, use google_ads_assign_shared_budget to assign it to campaigns.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| customer_id | Yes | ||
| budget_name | Yes | ||
| daily_amount | Yes | ||
| delivery_method | No | STANDARD |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |