Experiments
Onboarding-scoped feature flag exposures from
experiment.exposed events with
surface = 'onboarding'. Each
section is a single experiment with its per-variant funnel —
exposed → started → completed — and a two-proportion z-test
on the completion-rate diff vs the next-best variant.
onboarding_intro_copy_v1
2331 exposed · 2026-06-24 → 2026-09-22
control 2331 exposed
- Started
- 2293 98.4%
- Completed
- 76 3.3%
onboarding_flow_config_v1
2134 exposed · 2026-06-24 → 2026-09-22
control 2134 exposed
- Started
- 2093 98.1%
- Completed
- 72 3.4%
onboarding_welcome_setup_v1
118 exposed · 2026-09-12 → 2026-09-22
Leader
direct_setup 100% vs 2.6%
z = 5.36 · p < 0.05
direct_setup 1 exposed
- Started
- 1 100%
- Completed
- 1 100%
control 117 exposed
- Started
- 117 100%
- Completed
- 3 2.6%
Notes
-
"Started" means the user, after exposure, emitted any
onboarding.step_viewedoronboarding.choice_selected. For most exposures this is ≈100% — exposures are usually fired on first paint of an onboarding screen, so the screen view follows immediately. A low started rate is a tell that the flag is being evaluated outside an onboarding session (e.g., a refresh in Settings). - Significance is a two-proportion z-test (|z| ≥ 1.96 → p < 0.05). This is the bar in-app today; switching to a Bayesian credible interval is a Phase 5+ call.
-
Only experiments with
surface = 'onboarding'appear here. Cross-surface experiments live in PostHog Insights — this page intentionally narrows.