# google_ads_get_budgets

> List campaign budgets with amount, status, delivery method, and recommended budget fields when supported.

[Documentation](https://www.getmcpads.com/docs) / [Sources](https://www.getmcpads.com/docs/sources) / [Google Ads](https://www.getmcpads.com/docs/sources/google-ads)

List campaign budgets with amount, status, delivery method, and recommended budget fields when supported.

|  |  |
| --- | --- |
| Source | [Google Ads](https://www.getmcpads.com/docs/sources/google-ads) |
| Kind | Read |
| Discovery | Reachable through `search_tools` and `run_tool` |
| Account parameter | `customerId` |
| Endpoint | https://mcp.getmcpads.com/google-ads/mcp |

## Parameters

| Name | Type | Required | Notes |
| --- | --- | --- | --- |
| `customerId` | string | Required | Google Ads customer ID (without dashes, e.g., 1234567890) |
| `statusFilter` | string | Optional | One of: `ENABLED`, `REMOVED`, `UNKNOWN`, `UNSPECIFIED`. |
| `limit` | integer | Optional | Default: `1000`. |

## Calling it

Through run_tool, since it is not announced

```json
{
  "name": "run_tool",
  "arguments": {
    "name": "google_ads_get_budgets",
    "args": {
      "customerId": "<string>"
    }
  }
}
```

- [Google Ads metrics](https://www.getmcpads.com/docs/sources/google-ads/metrics): What you can ask for.
- [Google Ads dimensions](https://www.getmcpads.com/docs/sources/google-ads/dimensions): How you can break it down.

---

This page as HTML: https://www.getmcpads.com/docs/sources/google-ads/tools/google_ads_get_budgets
Every page under /docs is available as Markdown: append `.md`, or send `Accept: text/markdown`.
