What Tealium gives you to work with
Tealium ships consent tooling - consent preferences and categorized tag gating inside iQ - and integrates with dedicated consent management platforms. Either way, the architecture is the same three obligations: capture the visitor's choice, propagate it to every collection point, and enforce it on every tag and connector. The tooling handles capture; propagation and enforcement are implementation work.
Consent-aware load rules
In iQ, consent state becomes a first-class input to load rules: every tag is assigned a purpose category, and its load rule requires the matching consent. The failure mode we audit constantly is the partial version - marquee tags gated, long-tail tags forgotten, and extensions that fire network requests outside the tag system entirely. Gating is only real when the default for a new tag is blocked until categorized.
Server-side enforcement
Moving collection to EventStream does not retire consent obligations - it relocates them. Consent state must travel as an event attribute, and connectors must be gated on it, so a visitor's refusal reaches the ad platform connector with the same force as it reaches a browser pixel. Server-side architecture that quietly forwards everything is not a privacy posture; it is deferred liability.
Working with a CMP
Estates running a dedicated CMP (OneTrust and its peers) integrate it as the source of truth: the CMP captures and stores the choice, Tealium consumes it for enforcement. The integration contract is small but must be exact - category mappings, default states before interaction, and re-consent behavior. Our OneTrust practice covers the CMP side of the same architecture.
Verification: the part everyone skips
- Capture every outbound request in the pre-consent state - the list should be essential-only, and short.
- Accept, and diff - what appears is exactly the consented categories.
- Reject, and diff again - nothing appears that resembles the accepted state.
- Repeat per template and per release, because consent regressions ship silently.