google_ads_budget_get
Retrieve campaign budget details including daily budget, total budget, period, delivery method, and reference count. Use to inspect shared budgets before making changes.
Instructions
Fetches the campaign-budget record attached to a campaign. Returns id, name, daily_budget / daily_budget_micros, total_budget / total_amount_micros (null unless the budget is a CUSTOM_PERIOD total budget), period (DAILY / CUSTOM_PERIOD), delivery_method (STANDARD / ACCELERATED), status, 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 |
|---|---|---|---|
| campaign_id | Yes | Campaign ID whose budget to fetch. mureo resolves the attached budget_id internally. | |
| 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. |