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

ga4_run_funnel_recipe

Run a read-only configurable funnel recipe using one GA4 report per eventName/pagePath step and return simple step counts.

Run a read-only configurable funnel recipe using one GA4 report per eventName/pagePath step and return simple step counts.

Kind
Read
Discovery
Reachable through search_tools and run_tool
Account parameter
propertyId
Endpoint
https://mcp.getmcpads.com/ga4/mcp

ParametersLink to this section

NameTypeRequiredNotes
propertyIdstringRequiredGA4 property ID (numeric, e.g., 123456789)
stepsarrayRequiredOrdered funnel steps. Each step needs eventName or pagePath.
metricstringOptionalOne of: activeUsers, totalUsers, sessions, eventCount, screenPageViews. Default: "activeUsers".
startDatestringOptionalStart date YYYY-MM-DD or relative (7daysAgo, yesterday)
endDatestringOptionalEnd date YYYY-MM-DD or relative (today, yesterday)
datePresetstringOptionalOne of: today, yesterday, last7days, last28days, last30days, last90days, last12months, thisMonth, lastMonth, thisYear. Default: "last28days".

Calling itLink to this section

jsonThrough run_tool, since it is not announced
{
  "name": "run_tool",
  "arguments": {
    "name": "ga4_run_funnel_recipe",
    "args": {
      "propertyId": "<string>",
      "steps": "<array>"
    }
  }
}
Esc

Type to search