About · Methodology · Sources

How ConversionBench computes percentiles

Every benchmark on ConversionBench is one of three things: a verified reading from a primary source, a derived interpolation that says so on the page, or research-pending that 404s rather than fabricates a number. This page documents the rules. Who applies them is a separate page.

1. Source selection

Each metric anchors to a primary source. The shortlist: Baymard Institute, WordStream, Adobe Digital Insights, Mixpanel, Contentsquare, Littledata, HubSpot, and VWO.

Each source gets a credibility score from 1 to 10 based on three things: sample size (a 487-site Baymard panel scores higher than a 50-customer competitor blog), methodology transparency (the report shows the formula and excludes outliers), and recency (a 2024 reading scores higher than a 2019 one). Sources scoring 6 or below are not cited as primary.

2. Row state

Every benchmark row in our dataset is in exactly one of three states:

3. Percentile interpolation

The calculator uses piecewise linear interpolation between p25, p50, and p75 anchor points, with diminishing returns above the 75th. For lower-is-better metrics (cart abandonment, churn, bounce rate), the curve flips so that low rates rank highest.

Concretely: if your rate sits between p25 and p50, your percentile is linear on that segment. Between p50 and p75 it’s linear again. Above p75 the slope flattens — an industry top performer doesn’t get rewarded with unbounded ranking for being twice the median. The math lives in lib/calc/percentile.ts and is covered by an API endpoint any tool can hit.

4. Refresh cadence

Source data refreshes once per year, anchored to when primary publishers ship their annual reports (typically March-May for the prior calendar year). Every benchmark page shows both the source-data year (when the underlying study published) and a last verified stamp (when ConversionBench last re-checked the row against the source).

Currently anchored to: source data 2024 · last verified .

5. What we don’t do

Primary sources

Full source list with credibility scores at /source.

Baymard InstituteWordStream / LocaliQHubSpotMixpanelContentsquareAdobe AnalyticsLittledataVWO (Visual Website Optimizer)

Spot a problem?

If a benchmark looks wrong, a source has been superseded, or a derivation should be reconsidered, email [email protected]. Methodology corrections are append-only — we log what changed and why.