All terms

CRO Glossary

Exposure Rate

The percentage of eligible visitors who actually saw a test variant, used to check whether an experiment is running as intended.

Exposure rate tracks how many visitors who were supposed to see a test experience actually received it — a page might fail to load a variant due to caching, ad blockers, JavaScript errors, or targeting bugs. If a test is meant to run for 100% of traffic on a page but only 60% of eligible visitors are logged as exposed, something is likely broken in the implementation.

Low or inconsistent exposure rates are a common, under-diagnosed cause of confusing results, including sample ratio mismatch (SRM). For example, if a test's JavaScript snippet loads slower for the treatment group (because it renders more content), some users may bounce before the exposure event fires, artificially shrinking that group and biasing the comparison.

Before trusting any test result, it's worth checking exposure rate alongside sample size: are roughly the expected number of users landing in each variant, and is that number close to 100% of intended traffic? A big gap is a signal to debug the test setup before interpreting the outcome.

Related terms

See this in the wild

ABWatcher watches how top teams apply exposure rate.

Live A/B tests at 1,000+ high-converting brands, with plain-English hypothesis and takeaway.