The block-rate report

Which analytics tools are actually blocked?

Measurement is just getting started, so there isn't enough data to publish a ranking yet. Run the live demo to see detection in your own browser.

Block rate by provider

"—" means we don't yet have enough measured samples to publish a trustworthy rate for that provider. Prefer raw data? Get it as JSON.

How we get the number right

Detecting ad and content blockers is genuinely hard: a blocked request and a network error look alike, filter lists match domains rather than filenames, and loader snippets keep a global defined even when the CDN behind them is blocked. A naive "is the global truthy?" check reports loaded for blocked users and quietly undercounts the real block rate.

blockrate is built to avoid that. It checks each provider's real post-load global (not the loader stub), uses per-provider ground-truth probes against the actual CDN, and reports through a first-party endpoint so the measurement itself isn't the thing getting blocked. The result is a number you can trust per provider — which is the whole point. Read how it works.

Measure your own stack

These are aggregate numbers. Your audience is more technical or more privacy-minded than average, so your real block rate is probably higher. blockrate is an open-source library that measures it, per provider, on your own site.