Funnels help you understand step-by-step progression (e.g., Pricing → Checkout → Purchase). Define ordered steps using either page patterns (prefix, exact, or wildcard) or existing Goals.
Page view (with pattern + match type) or Goal (choose from existing goals)See the API Reference for endpoints:
GET /v1/sites/{site_id}/funnelsPOST /v1/sites/{site_id}/funnelsPUT /v1/sites/{site_id}/funnels/{funnel_id}DELETE /v1/sites/{site_id}/funnels/{funnel_id}PUT /v1/sites/{site_id}/funnels/{funnel_id}/stepsGET /v1/sites/{site_id}/funnels/{funnel_id}/statsYou can also create funnels via MCP tools in supported IDEs:
create_funnel — Creates a funnel, optionally with stepsget_funnel_stats — Returns step counts for a funnel