Commit Graph

2 Commits

Author SHA1 Message Date
Víctor Falcón cb5bc47905 feat(stats): add MRR and ARPU per variant to the experiment funnel
Revenue dimension for the winner decision: per-variant MRR (monthly run-rate of
mature net-active subs, yearly normalised to monthly) and ARPU (MRR / assigned),
priced from Stripe and cached for an hour. Falls back to '—' when Stripe is
unreachable. ARPU is the comparable revenue metric; full LTV still needs churn.
2026-06-27 17:08:31 +02:00
Víctor Falcón 0b3a4ef5eb feat(stats): per-variant experiment funnel report
Add stats:experiment-funnel: a weekly per-variant scoreboard (assigned,
subscribed, status breakdown, pay_now refunds) with a net-active rate gated
by each variant's own decision window so cohorts are read at equal age. Users
are attributed via the same deterministic bucket the runtime uses, extracted
into SubscriptionExperiment::bucket so the report and assignment can't drift.
2026-06-27 16:10:15 +02:00