

Glossary
What is Google Tag Manager (GTM)?
Google Tag Manager is a tag management system that lets marketing and analytics tags (conversion pixels, analytics snippets, remarketing tags) be added and updated on a site through a web interface, without editing the site's code for each change.
Before tag managers, adding a new tracking pixel meant a developer editing the site's source code directly, testing it, and deploying it — a slow path for a change that's often just a marketing team wanting to measure a new event. GTM inverts that: a single container snippet gets installed in the site's code once, and every tag after that is added, edited, or removed through GTM's own interface, firing based on triggers (a page load, a button click, a form submission) defined without further code changes.
The tradeoff is that GTM becomes its own thing to keep clean. Containers accumulate tags over years of different people adding things, and duplicate or orphaned tags are one of the most common causes of double-counted conversions — the exact failure mode that makes a Signal-to-Revenue-style tracking audit necessary before scaling ad spend, since a platform can't tell the difference between two real conversions and one conversion counted twice by two overlapping tags.
GTM also supports a built-in preview/debug mode that shows exactly which tags fired on a given page load before publishing changes live — skipping that step and publishing directly to a production container is a common source of tracking regressions that go unnoticed until someone questions why conversion volume suddenly moved.