Listing Split Test Significance Calculator
A split test tells you something useful only when the difference between two versions of a listing is larger than the noise in the sample. This calculator runs a two-proportion z-test on the sessions and orders from each version, returning the conversion rate for each, the relative lift, a z-score, a p-value, and a verdict at your chosen confidence level. It also reports the sessions per variant you would need at 80% power to detect a difference of the size you are seeing, which is usually the number that explains why a promising test has not resolved. Enter your own numbers below; the fields load with a worked example already filled in.
Test two versions of a listing
How the significance calculation works
The test asks a narrow question: if the two versions really converted at the same rate, how often would random chance alone produce a gap at least as large as the one you observed? The steps are these:
- Conversion rate for each version = orders ÷ sessions. This is the proportion the whole test operates on, so it has to be built from sessions rather than page views.
- Relative lift = (rate B − rate A) ÷ rate A, expressed as a percentage. This is the headline number sellers quote, and it is the least stable figure on the page, because dividing by a small control rate magnifies small movements.
- Pooled conversion rate = (orders A + orders B) ÷ (sessions A + sessions B). The test begins by assuming the two versions are identical, so it combines them into a single best estimate of the shared rate.
- Standard error = the square root of pooled rate × (1 − pooled rate) × (1 ÷ sessions A + 1 ÷ sessions B). This is how much the gap between two samples would typically wobble if nothing were different between the versions.
- z-score = (rate B − rate A) ÷ standard error. It expresses the observed gap in units of that expected wobble. A z of 2 means the gap is twice the size you would routinely expect from noise.
- p-value = twice the area of the standard normal distribution beyond the absolute z-score. Doubling makes the test two-sided, which is correct when the change could plausibly hurt as well as help.
- Verdict: the result is called significant when the p-value falls below alpha, which is 1 − confidence level. At 95% confidence, alpha is 0.05.
- Required sessions per variant = (z for alpha + 0.84)² × 2 × pooled rate × (1 − pooled rate) ÷ (rate B − rate A)². The 0.84 corresponds to 80% power, the conventional target for a test's ability to detect a real effect when one exists.
The last formula deserves attention because the difference term is squared in the denominator. Halving the effect you want to detect quadruples the traffic required. Detecting a 15% relative lift on a 9% baseline might take a few thousand sessions per version; detecting a 3% lift on the same baseline takes tens of thousands. Most listing changes produce small effects, which is why a great many seller tests are mathematically incapable of resolving before the season changes underneath them.
Use Manage Your Experiments where you can
For Brand Registered sellers with an eligible ASIN, Amazon's own Manage Your Experiments tool is the better instrument, and it is worth the eligibility work. It serves two versions of a title, image set, A+ content module, or bullet block to concurrent slices of live traffic, so both versions experience the same weekday pattern, the same seasonal demand, the same ad spend, and the same competitor behavior. The comparison is clean because the only systematic difference between the groups is the change you made.
The alternative that sellers reach for by default, running version A for four weeks and version B for the next four, is confounded by design. Demand shifts with the calendar, your own price and bids rarely stay flat across two months, competitors launch deals and change images without notice, and Amazon adjusts placements and search behavior continuously. A before-and-after comparison measures all of that at once and hands the entire difference to your edit. Use this calculator on such data if it is the only data you have, but weight the conclusion accordingly and prefer a concurrent split whenever the tool is available.
Two further disciplines separate a useful test from a decorative one. First, fix the sample size and the end date before you start, and read the result once. Peeking at the p-value daily and stopping the moment it dips below your threshold does not give you the error rate you selected: a statistic that wanders will cross any fixed line eventually, and stopping on the crossing turns a 5% false positive rate into something far higher. Second, remember what significance does not claim. It does not say the lift is real, that its measured size is accurate, or that it will hold next quarter. It says only that noise alone would rarely produce a gap this large, which is a modest statement dressed in confident language.
Worked example: an image test on a 9% converting listing
These are the values the calculator loads with, so you can see the method and the widget agree. Figures are illustrative.
- Version A: 4,200 sessions and 378 orders. Version B: 4,150 sessions and 431 orders. Confidence level 95%.
- Conversion rates: 378 ÷ 4,200 = 9.00%; 431 ÷ 4,150 = 10.39%.
- Relative lift: (0.1039 − 0.0900) ÷ 0.0900 = 15.4%. Absolute difference: 1.39 percentage points.
- Pooled rate: 809 ÷ 8,350 = 9.69%. Standard error: 0.006474.
- z-score: 0.013855 ÷ 0.006474 = 2.14. Two-sided p-value: 0.032.
- Because 0.032 is below the alpha of 0.05, the result is significant at 95% confidence. Required sessions per variant at 80% power: 7,147.
Note the tension in the last two lines. The test crossed the threshold at roughly 4,200 sessions per version, but the power calculation says a difference of this size ordinarily needs about 7,147 per version to be detected reliably. That combination is typical of an early crossing, and it is the situation in which continuing to run the test is usually wiser than declaring victory.
Frequently asked questions
Should I use Manage Your Experiments instead of this calculator?
If you are Brand Registered and your ASIN is eligible, yes. Manage Your Experiments splits live traffic between two versions at the same time, so seasonality, price moves, ad spend changes, and competitor activity hit both versions equally. This calculator is for the cases that tool does not cover, such as an ineligible ASIN or an external test, and for checking the arithmetic behind a result you already have.
Why is a before-and-after comparison unreliable?
Because the two periods differ in more than the listing. Demand moves with the season and the calendar, your own price and advertising rarely hold constant for a month, and competitors change their prices, images, and deal schedules without telling you. A two-period comparison measures the sum of all of those changes and attributes the whole difference to your edit, which is why split tests that run both versions simultaneously are the stronger design.
What does a significant result actually prove?
Only that a difference this large is unlikely to have come from random variation alone, given the sample you collected. It is not a guarantee that the lift is real, that its size is accurate, or that it will persist once the season, your price, or the competitive set changes. At 95% confidence, roughly one in twenty tests of two identical versions will still show a significant result by chance.
Can I stop a test as soon as it crosses the threshold?
No, and doing so is the most common way sellers fool themselves. Checking repeatedly and stopping at the first moment the p-value dips below your threshold inflates the false positive rate well beyond the level you think you set, because a wandering statistic crosses any fixed line eventually. Decide the sample size and the run length in advance, then read the result once at the end.
Should the denominator be sessions or page views?
Sessions. A session is one visit by one shopper, which is the unit that either converts or does not, so orders divided by sessions is a genuine conversion rate. Page views count every load, including the same shopper returning three times, so using them inflates the denominator, understates the conversion rate, and breaks the independence the test assumes. Amazon reports both in Business Reports; take the session column.
Sources
- Amazon Seller Central: Manage Your Experiments eligibility and the Business Reports session and unit session percentage columns (primary source for the inputs above).
- Seller Signal analysis. The two-proportion z-test and the 80% power sample size formula are standard published methods; all example figures are illustrative.