Tool 15 — Free, no sign-up
How long before it means anything.
A two-proportion z-test, both ways round. How many impressions per creative you need before a CTR difference is real, and whether the difference you already have is.
Planning the test
The numbers in these boxes are an example, not your test. Replace them before you read anything.
The cost of precision
| Effect | Target rate | Per variant | Total | Run time |
|---|
Halving the effect you want to detect roughly quadruples the sample. That is the whole reason small tests on small lifts never finish.
Reading a test you already ran
Equal sample sizes per variant. Uses the confidence and sidedness set above.
Why peeking early is wrong
Every time you look at a running test and decide whether to stop, you give the random noise another chance to cross the significance line, so a test checked daily will produce a “winner” far more often than the 5% your confidence level promised. Fix the sample size before you start, look once when you reach it, and if you genuinely need to stop early use a sequential method built for it rather than the fixed-horizon maths on this page.
How it works / caveats
- Sample per variant = (zα√(2p̄(1−p̄)) + zβ√(p₁(1−p₁)+p₂(1−p₂)))² ÷ (p₂−p₁)², with p̄ the average of the two rates.
- zα uses α/2 for a two-sided test, and α is divided by the number of comparisons against control for Bonferroni.
- The reverse test is the pooled two-proportion z-test; the confidence interval uses the unpooled standard error, which is the conventional pairing.
- Normal quantiles come from Acklam’s rational approximation with one Halley refinement. The CDF is erfc built from the regularised incomplete gamma functions — a series below the crossover, a continued fraction above it — which keeps its relative accuracy deep in the tail, where p-values live. Both are accurate to well past the digits shown.
- Impressions are assumed independent. They are not: the same user seeing the same creative twice is one person’s opinion counted twice, which makes real tests slightly less powerful than this says.
- A significant CTR difference is not an install difference and definitely not a retention difference. Creatives that win on CTR sometimes bring worse players.