Two things are changing web measurement at the same time: browsers are restricting third-party cookies, and privacy regulation is getting stricter. Chrome has not removed third-party cookies completely. In April 2025 Google said that it would keep them under a model where the user chooses (source: Google, The Privacy Sandbox, April 2025). Even so, the old habit of firing every tracker as soon as the page loads and then sorting it out later is now fragile in technical terms and risky in legal terms. Getting measurement right means that you collect less data, that you collect it later, and that you collect it only with permission, while you still measure.
Trackers fire before anyone consents
What Consent Mode actually does
Consent Mode (which is Google's tag framework for consent) lets your tags respect the choice a visitor makes. Before a visitor gives consent, the tags run in a restricted state that collects no personal data. After the visitor gives consent, the tags run fully. When it is set up correctly, it keeps you measuring through modeled and aggregate data, while it still respects both the visitor's decision and the law.
The mistakes that leak data (and trust)
- Tags firing before consent. The classic failure: analytics or ad pixels load on page load, before the banner is answered, collecting data without permission.
- A banner that does nothing. A consent banner that sets no actual gating, so the tags fire regardless, is worse than none: it signals compliance while breaching it.
- No US opt-out signal handling. Ignoring Global Privacy Control and state opt-out signals is a growing exposure as US state laws expand.
- Measuring nothing after consent. Over-correcting into collecting no data at all, so the business flies blind. The goal is measured and compliant, not one or the other.
| Capability | Auditaar | SEO suite | Perf tool | Crawler |
|---|---|---|---|---|
| Full technical crawl | ✓ | ✓ | – | ✓ |
| Core Web Vitals (field) | ✓ | – | ✓ | – |
| AI-answer citation analysis | ✓ | – | – | – |
| Backlink authority | ✓ | ✓ | – | – |
| Conversion & consent | ✓ | – | – | – |
| One traceable score | ✓ | – | – | – |
| One-off, no subscription | ✓ | – | ✓ | – |
Category comparison. “SEO suite” = keyword/backlink monitoring; “Perf tool” = Lighthouse/PageSpeed; “Crawler” = a desktop site crawler.
How to get it right
- Audit when each tag actually fires, relative to consent, from the network trace, not the plan.
- Gate every non-essential tag behind consent, ideally through a consent-mode container.
- Handle US opt-out signals, not just the EU cookie banner.
- Confirm you are still measuring after consent, through modeled and first-party data, so the business is not blind.
Consent and measurement FAQ
Will Consent Mode make me lose data?
You collect less granular data before consent, but modeled and aggregate measurement keeps the picture usable, and you stay compliant. The alternative, tracking without consent, is a legal and trust risk, not a measurement strategy.
Is a consent banner enough to be compliant?
No. A banner that does not actually gate the tags is compliance theatre. What matters is whether non-essential tags genuinely wait for consent, which you verify by watching when they fire.
How do I check my own consent setup?
Watch the network trace on your own site: note when each tag fires versus when the banner is answered. Auditaar does this automatically, testing consent enforcement and flagging tags that fire early.
Auditaar tests when your tags actually fire against consent, checks US opt-out handling, and scores the measurement pillar so your analytics are both real and compliant. Run an audit, or read the top technical SEO mistakes.
