What is Google Tag Manager?
2 min read
If you have ever run our Tag Explorer on a website, the first thing it usually finds is a Google Tag Manager container. Here is what that actually is.
The problem GTM solves
A modern website carries a surprising number of small scripts: analytics, advertising pixels, conversion tracking, chat widgets, heat maps. Before tag managers, every one of those had to be pasted into the site’s code by a developer, and every change meant another code edit and another deploy.
Google Tag Manager (GTM) is a container for all of those scripts. You add ONE snippet to the site (the container, with an id like GTM-XXXXXXX), and everything else is managed from a web dashboard instead of the site’s code. Marketers can add or change tags without touching the site itself.
The pieces you will see
- Container — the single snippet installed on the site. One container usually serves the whole site.
- Tags — the individual scripts the container loads: a Google Tag for GA4, an ads conversion pixel, a Meta pixel, and so on.
- Triggers — the rules for WHEN a tag fires: on every page, on a button click, on a form submit.
- Variables — the data tags can use, like the page URL or an order value.
So when Tag Explorer shows tags nested inside a container, that is the real structure: the container loaded them.
Why this matters for your site
- One place to look. If you know what is in the container, you know what is tracking on your site.
- Speed. Every tag costs load time. A container full of forgotten, duplicate or abandoned tags slows the site for no benefit — we see this constantly on sites we take over.
- Duplicates are a real problem. A tag loaded both through GTM and hardcoded on the page fires twice: analytics double-counts and pixels inflate. Tag Explorer flags these as DUPLICATE.
- Consent. In many markets, tracking tags must respect a consent banner. A tag manager makes that far easier to wire correctly.
How to tell if yours is healthy
Run your site through Tag Explorer. Broadly you want: one container, every tag inside it recognisable and still in use, and no duplicates between the container and the page. If you see tags you cannot explain, that is worth a clean-up — it is quick work and pays back in speed and accurate data.
Not sure what you are looking at? Get in touch and we will read the results with you.