google_ads_budget_get
Retrieve campaign budget details: budget ID, name, amount micros, delivery method, period, and reference count. Checks if budget is shared before allowing updates.
Instructions
Fetches the campaign-budget record attached to a campaign. Returns budget_id, name, amount_micros, delivery_method (STANDARD / ACCELERATED), period (DAILY), and reference_count (how many campaigns share this budget). Read-only. Shared budgets are common — confirm reference_count before calling google_ads_budget_update, since changes affect all linked campaigns.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| customer_id | No | Google Ads customer ID as a 10-digit string without dashes (e.g. '1234567890'). Optional — falls back to GOOGLE_ADS_CUSTOMER_ID / GOOGLE_ADS_LOGIN_CUSTOMER_ID from the configured credentials when omitted. | |
| campaign_id | Yes | Campaign ID whose budget to fetch. mureo resolves the attached budget_id internally. |