Funnels
Generated from
mcp/patterns.registry.json— do not edit by hand; change the registry and runbun run patterns:build.
Index card — the docs below are the canonical explanation; deep-tier pattern pages additionally carry invariants and emulation notes.
Category: Analytics · Tier: light · Risk: low — read-only aggregate query
Funnel conversion is computed as count(distinct session_id) per step in one grouped query, so a reload mid-funnel is deduped instead of double-counted.
When to use: Use when measuring step-by-step conversion through a defined sequence of pages or events.
Docs
Code
Proof
Machine-readable record: analytics-funnels in mcp/patterns.registry.json.