Why sample size planning matters
Without enough sample, A/B tests produce noisy results: you might ship a false win or miss a real improvement. Planning sample size sets expectations for how long a test must run.
Key inputs
- Baseline CVR: your current conversion rate for the exact funnel definition.
- MDE: the smallest lift worth acting on (absolute percentage points).
- Alpha: tolerated false positive rate (commonly 5% for two-sided tests).
- Power: probability of detecting the effect if it's real (commonly 80-90%).
Common pitfalls
- Peeking and stopping early (inflates false positives).
- Picking an unrealistic MDE (forces huge sample sizes).
- Mixing denominators (click CVR vs session CVR) and invalidating the test.
- Running tests through seasonality or major site changes without controls.