google_ ads_ get_ adgroups
List ad groups for a Google Ads account, optionally filtered by campaign. One of 38 Google Ads tools on the Get MCP Ads MCP gateway.
List ad groups for a Google Ads account, optionally filtered by campaign.
- Source
- Google Ads
- Kind
- Read
- Discovery
- Reachable through
search_toolsandrun_tool - 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) |
campaignId | string | Optional | Filter by campaign ID. |
statusFilter | string | Optional | One of: ENABLED, PAUSED, REMOVED. |
limit | integer | Optional | Default: 100. |
Calling itLink to this section
{
"name": "run_tool",
"arguments": {
"name": "google_ads_get_adgroups",
"args": {
"customerId": "<string>"
}
}
}