- Is Google Tag Manager itself subject to GDPR consent requirements?
- This is a widely debated question. GTM itself does not directly collect personal information beyond loading its configuration from Google servers and setting a session cookie. Many organizations treat GTM as Strictly Necessary infrastructure. However, if GTM loads any non-essential tags on initialization before consent is granted, those tags create a compliance problem regardless of how GTM is categorized. The EDPB's guidance focuses on the practical outcome: does non-essential data collection occur before consent?
- What should my privacy policy say about the tags inside Google Tag Manager?
- Your privacy policy should describe each significant third-party tool deployed through GTM, not just GTM itself. A general statement about GTM as a container should be accompanied by a cookie and technology table or equivalent disclosure covering the specific analytics, advertising, and personalization tools active in your container. Visitors are entitled to know what data is collected and for what purposes, and "we use tag management software" does not fulfill that obligation.
- Can Google Tag Manager fire tags before the user accepts consent?
- Yes, if not correctly configured. Without explicit consent-based triggers, GTM will fire all configured tags on page load regardless of consent state. Consent Mode v2 integration and CMP-connected triggers are required to ensure that non-essential tags are blocked until consent is granted. This configuration should be tested with automated consent flow tools to confirm technical compliance rather than assumed from configuration documentation.