# google_ads_get_campaigns

> List campaigns for a Google Ads account with status, budget, channel type, and bidding strategy. One of 38 Google Ads tools on the Get MCP Ads MCP gateway.

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

List campaigns for a Google Ads account with status, budget, channel type, and bidding strategy.

|  |  |
| --- | --- |
| Source | [Google Ads](https://www.getmcpads.com/docs/sources/google-ads) |
| Kind | Read |
| Discovery | Announced in the tool list |
| 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`, `PAUSED`, `REMOVED`. |
| `limit` | integer | Optional | Default: `100`. |

## Calling it

Directly, since it is announced

```json
{
  "name": "google_ads_get_campaigns",
  "arguments": {
    "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_campaigns
Every page under /docs is available as Markdown: append `.md`, or send `Accept: text/markdown`.
