User journeys (client beacon)
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 — client beacon posts to a first-party endpoint only
Page-to-page journeys are computed in Postgres with a LEAD() window function over consecutive pageviews in a session and shown as a ranked table rather than an aggregate flow diagram.
When to use: Use when you need real per-visitor navigation paths without merging visitors with different journeys into one misleading diagram.
Docs
Code
Proof
Machine-readable record: analytics-journeys in pattern-library/registry.json.