Paste any URL. We read the page source and tell you whether Google Analytics is there, plus the measurement ID if we find one.
Free, no signup. We read only public page content.
Open the page's source (Ctrl+U, or Cmd+Option+U on a Mac) and search for G-, gtag, or google-analytics.com. If Google Analytics 4 is installed you'll find a measurement ID like G-ABCDE12345, loaded via gtag('config', 'G-…') or googletagmanager.com/gtag/js?id=G-…, and the page sends data to google-analytics.com/g/collect. Don't want to dig through code? Paste the URL above.
One catch: the Google tag (gtag.js) can also run Google Ads (an AW- ID) with no Analytics at all, so the loader alone doesn't prove GA. A G- measurement ID is what confirms GA4 is really there.
Right-click the page, choose “View page source” or press Ctrl+U, and search for G- or gtag('config'. A G- ID means GA4 is on the page.
Open DevTools (F12), go to Network, filter for collect, then reload. A request to google-analytics.com/g/collect with a tid=G-… parameter confirms GA4 is sending data.
Google's Tag Assistant lists the Google tags on a page, including GA4, and shows the events firing. Useful when you want to see what's being measured, not just whether GA exists.
The fastest option when you just want a yes or no and the measurement ID. No extension, no DevTools, works on any URL.