AuditTag

How AuditTag research measures tracking tags

By Sam ParkinsonVersion 1.0, published 19 September 20267 min read

The short answer: AuditTag research reads the public HTML of a defined list of online stores and records which of five tracking tags appear in it: GA4, Google Tag Manager, Google Ads, Meta Pixel and the retired Universal Analytics.

It is a presence check. It can say a tag was or was not found in a page's source. It cannot say whether a tag fires, sends the right values, or records purchases. Every figure we publish is worded to match that.

We are publishing this page before any results, on purpose. A statistic is only as good as the method behind it, and a method written after the numbers are in is easy to bend to fit them. This is the method, fixed in advance.

What a study measures

For each store in a sample, we record whether each of these tags is present in the served HTML of any page we read:

TagCounted as present when the page contains
Google Tag ManagerThe gtm.js loader, or a container id in the form GTM-XXXXXXX
GA4The gtag.js loader pinned to a G- id, a gtag('config', 'G-…') call, or a bare GA4 measurement id
Google AdsA gtag('config', 'AW-…') call, an AW- conversion id, or the googleadservices.com conversion script
Meta PixelThe fbevents.js library, or an fbq('init', …) call
Universal AnalyticsA UA- property id, or the analytics.js or ga.js library

Only the parts of a page that can load a tag are read: every <script> (its attributes and its body) and every <noscript> fallback. Visible page text is ignored, and so is JSON-LD structured data. A blog post that quotes fbq('init' as an example is writing about a tag, not running one, and is not counted as having it.

From those five, a study reports these figures:

The detection rules are the same ones the free AuditTag audit uses. They are fixed patterns, not a model or a guess, so the same page always gives the same answer.

What the scan cannot see

This section matters more than any other on the page. A presence check reads what the server sends. Anything that happens after that is invisible to it.

What a study can support

  • "No GA4 tag was detected in the page source"
  • "Universal Analytics was still loading"
  • "A Meta Pixel was found in the HTML"
  • "Tag Manager was present"

What it cannot support

Any claim about whether a tag works: whether purchases are recorded, whether values are right, whether events fire twice, or whether a store "has no tracking". We will not publish those claims from this data.

Specifically, the scan does not detect:

Every one of these makes the scan under-count, not over-count. So "detected" figures are floors, and "not detected" figures are ceilings. Each published figure says which it is.

How stores are chosen

Each study uses one sample, defined before any store is scanned:

  1. A named, public source. For example, a published list of stores on one platform or in one category. We name the source and the date we took the list, so anyone can rebuild the same sample.
  2. Written inclusion rules. A store is included if it is a live store selling to the public from its own domain. Marketplace listings, parked domains and password-protected pre-launch stores are excluded.
  3. No hand-picking. Once the list and rules are fixed, every store on the list is scanned. We do not drop stores because of what the scan found.
  4. Every exclusion is counted. Stores that were unreachable, blocked our crawler in robots.txt, or failed the inclusion rules are reported as numbers next to the results, with the reason.

A sample drawn from one list describes that list, not "all online stores". A study's title and every figure in it are scoped to the sample it actually used.

How the scan runs

How we check the detector before trusting it

Before each study, the detector is run against pages whose tags we have confirmed by hand. Two false positives were found and fixed this way on 18 September 2026: visible page text being read as an installed tag, and Shopify paths mentioned in page text being read as a Shopify store. No research figure will use scans run before that fix.

After each study, we take a random subset of at least 20 stores from the sample, check their page source by hand, and publish how many disagreed with the scan and in which direction.

How results are reported

Corrections and changes

If you think a figure is wrong, or your store was scanned and you would like it left out of future samples, email hello@audittag.com. Corrections are published on the study itself, with the date and what changed.

If this method changes, the version number above goes up and the change is listed below. Earlier studies keep pointing at the version they used.

Change log

Want this check on your own site? The free audit runs the same tag detection on your pages in about a minute, alongside an on-page SEO check. Run a free audit →

Related