Tag management is the control layer between the website and the data recipients: which tag fires when, with which data, under which consent state. Mistakes here inherit into every downstream system.
When this category matters
In every tracking setup that manages more than one pixel. It gets acute during Consent Mode migrations, server-side moves, and when nobody remembers which of the 80 tags in the container are still needed. A container audit is often the cheapest lever for better data quality.
Decision criteria
- Web container, server container, or both: where should the logic live?
- Consent integration: how cleanly do CMP signals map onto tags?
- Access and version control, so the container does not turn into sprawl.
- Operating cost: web GTM is free, server-side needs infrastructure.
Common stack combinations
- GTM Web + Cookiebot: the lean standard setup for smaller sites.
- GTM Server-Side + stape.io + GA4: first-party tracking with EU hosting, our most common build pattern.
- GTM Web + GTM Server-Side + Usercentrics: consent-critical setups with central signal control.