Web Tool
Google Analytics Test
Check that analytics is installed
Tool features
Tag Detection
Per-Agent Fetch
Consent & dataLayer
Exportable Report
What Google Analytics tags are & how they fire
A Google Analytics tag is a small piece of JavaScript — gtag.js for GA4, or a Google Tag Manager container that injects it — which runs on every page view and sends a /g/collect request to Google carrying the page URL, the referrer and a client identifier. If that request never leaves the browser, the visit is never counted, no matter how correct the snippet looks in your source code.
That is why this tool loads the page in a real headless browser instead of only reading the HTML. Modern sites inject their tag after hydration (Next.js next/script, a tag manager, a consent banner), so it is completely absent from the served markup — a source-only check reports those pages as untagged. Here you see which tags actually ran, the measurement requests they sent and the status Google returned.