Skip to content
Get MCP AdsGet MCP Ads, home
Start free

google_ads_get_insights

Query Google Ads performance insights with intelligent query planning. One of 38 Google Ads tools on the Get MCP Ads MCP gateway.

Query Google Ads performance insights with intelligent query planning. Auto-generates GAQL, handles metric/segment incompatibilities by splitting queries. Use google-ads://metrics for available metrics, google-ads://dimensions for dimensions.

Kind
Read
Discovery
Announced in the tool list
Account parameter
customerId
Endpoint
https://mcp.getmcpads.com/google-ads/mcp

ParametersLink to this section

NameTypeRequiredNotes
customerIdstringRequiredGoogle Ads customer ID (without dashes, e.g., 1234567890)
resourcestringOptionalGAQL FROM clause resource type (campaign, ad_group, ad_group_ad, keyword_view, shopping_performance_view, asset_group, geographic_view, video, search_term_view, landing_page_view, etc.) Default: "campaign".
metricsarrayRequiredMetric keys (e.g., impressions, clicks, cost_micros, conversions)
dimensionsarrayOptionalDimension keys (e.g., date, campaignName, device)
startDatestringOptionalStart date YYYY-MM-DD.
endDatestringOptionalEnd date YYYY-MM-DD.
datePresetstringOptionalPredefined date range. One of: TODAY, YESTERDAY, LAST_7_DAYS, LAST_14_DAYS, LAST_30_DAYS, LAST_90_DAYS, THIS_MONTH, LAST_MONTH, THIS_QUARTER, LAST_QUARTER.
orderBystringOptionalOptional GAQL field to order by, e.g. metrics.impressions or campaign.name.
orderDirectionstringOptionalOne of: ASC, DESC. Default: "DESC".
limitintegerOptionalDefault: 500.

Calling itLink to this section

jsonDirectly, since it is announced
{
  "name": "google_ads_get_insights",
  "arguments": {
    "customerId": "<string>",
    "metrics": "<array>"
  }
}
Esc

Type to search