google_ ads_ run_ gaql
Execute a raw GAQL (Google Ads Query Language) query. One of 38 Google Ads tools on the Get MCP Ads MCP gateway.
Execute a raw GAQL (Google Ads Query Language) query. Full flexibility for any reporting need. Example: SELECT campaign.name, metrics.impressions FROM campaign WHERE campaign.status = 'ENABLED' AND segments.date DURING LAST_30_DAYS ORDER BY metrics.impressions DESC LIMIT 100
- 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) |
query | string | Required | GAQL query string (SELECT ... FROM ... WHERE ...) |
Calling itLink to this section
{
"name": "run_tool",
"arguments": {
"name": "google_ads_run_gaql",
"args": {
"customerId": "<string>",
"query": "<string>"
}
}
}