Glossary

Tag management

A system for adding and configuring marketing and analytics tracking tags without editing a site's code.

Also called: tag manager, TMS

A tag management system lets teams deploy, edit, and remove tracking tags—analytics pixels, ad conversion tags, heatmap scripts—through a web interface instead of changing site code for every addition. A single container snippet is installed on the site once; everything else is configured and published from the tool.

Inside the container, tags fire based on triggers, which are commonly built from variables pulled out of the site's data layer or standard browser events such as clicks and form submissions. Changes are bundled into versions that can be previewed, published, and rolled back independently of the main site release process.

Tag management matters because it separates marketing and analytics instrumentation from engineering release cycles, and it gives one place to enforce consent mode gating before tags fire. The trade-off is that a container loaded with many client-side tags can slow down page load and is increasingly blocked by ad blockers and browser tracking protections; that pressure, along with a desire for cleaner event tracking data, is what drives many teams toward server-side tagging for their highest-value tags.

Last reviewed September 19, 2026

In the index now

Related terms

Related tools

Related guides