ga4_run_advanced_funnel_report
Run advanced GA4 funnel reports with optional breakdown dimensions and next-action analysis, falling back to step counts when data is unavailable.
Instructions
Run the GA4 Data API v1alpha runFunnelReport endpoint with optional breakdown/next-action, falling back to read-only step counts if unavailable.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| steps | Yes | Ordered funnel steps using eventName, pagePath, or fieldName+fieldValue | |
| endDate | No | End date YYYY-MM-DD or relative (today, yesterday) | |
| startDate | No | Start date YYYY-MM-DD or relative (7daysAgo, yesterday) | |
| datePreset | No | last28days | |
| propertyId | Yes | GA4 property ID (numeric, e.g., 123456789) | |
| isOpenFunnel | No | ||
| breakdownLimit | No | ||
| nextActionLimit | No | ||
| visualizationType | No | STANDARD_FUNNEL | |
| breakdownDimension | No | Optional breakdown dimension, e.g. deviceCategory or sessionDefaultChannelGroup | |
| nextActionDimension | No | Optional next action dimension, commonly eventName | |
| fallbackToStepCounts | No |