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.
List campaigns for a Google Ads account with status, budget, channel type, and bidding strategy.
- Source
- Google Ads
- Kind
- Read
- Discovery
- Announced in the tool list
- Account parameter
customerId- Endpoint
- https:/
/ mcp. getmcpads. com/ google-ads/ mcp
ParametersLink to this section
| 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 itLink to this section
{
"name": "google_ads_get_campaigns",
"arguments": {
"customerId": "<string>"
}
}