Funnels
Generated from
pattern-library/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 · Maturity: proven (verified 2026-08-20 @ 1a130d67) · 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 pattern-library/registry.json.