Google Tag Manager Detector
Check any public website to see whether it uses Google Tag Manager.
Public signal scan
Fast lookup
No signup required
Scan a website
Enter a URL and Stackcrawler will inspect public technology signals.
Websites using Google Tag Manager
Browse real website examples detected with Google Tag Manager.
View examplesMore Analytics detectors
Compare related tools and identify the wider stack behind a website.
Browse detectorsWhat we check
Stackcrawler looks for public page markers, scripts, platform fingerprints, metadata, and other visible implementation clues.
How can you check if a website has Google Tag Manager installed by looking at the source code?
Detecting Google Tag Manager (GTM) on a website involves identifying specific markers characteristic of GTM in the website’s source code.
Here’s a step-by-step guide on how to do it:
- Open the Page Source: Right-click on the webpage and select “View Page Source” or press
Ctrl+U(Windows) orCmd+Option+U(Mac) to open the page’s source code. - Search for GTM-Specific Scripts: Use
Ctrl+F(Windows) orCmd+F(Mac) to open the search function and look for the following keywords:<script src="https://www.googletagmanager.com/gtm.js?id=GTM-XXXXXXX"></script>. - Search for the
dataLayervariable: GTM uses a JavaScript array calleddataLayerto pass information:<script> window.dataLayer = window.dataLayer || []; </script>