The short version
Cookie consent laws mean your visitors now choose whether you can track them. In Europe, about 40-70% say yes. That means your analytics, your retargeting, and your conversion tracking all operate on partial data. Here's what that looks like in practice and what you can do about it.
What consent actually blocks
When a visitor rejects marketing cookies, these things stop working for that visitor:
- Google Analytics: no pageviews, no events, no sessions recorded
- Meta Pixel: no page views, no custom events, no conversions tracked
- Google Ads remarketing: visitor doesn't join your retargeting audience
- Conversion tracking: if they buy something, GA4 and Google Ads don't see it
- Heatmaps and session recording: Hotjar, Microsoft Clarity, FullStory won't record that session
- A/B testing tools: Optimizely, VWO can't assign the visitor to a variant
What still works: your website, your content, your forms. The visitor can browse, buy, and sign up. You just can't track any of it with your usual tools.
The numbers: how much data are you losing?
Consent rates vary by country, industry, and banner design. Rough benchmarks:
- Germany: 35-50% consent (privacy-conscious market)
- France: 45-60% consent
- UK: 55-70% consent (PECR is less strict than GDPR in practice)
- US (California): 85-95% (opt-out model, most visitors don't bother)
- US (other states): 95%+ (fewer restrictions)
If 50% of your EU traffic consents, your GA4 reports show half the real activity. Your Google Ads conversion count is half the real number. Your retargeting audience is half the potential size.
This doesn't mean your campaigns are performing worse. It means your measurement is incomplete. The difference matters.
Three things you can do right now
1. Optimize your consent rate
The fastest win. A well-designed banner can improve consent rates by 10-20 percentage points. That's not about dark patterns (those are illegal and counterproductive). It's about:
- Clear, jargon-free copy that explains the benefit ("Accept to get personalized recommendations")
- A visible "Reject all" button (counterintuitively, this builds trust and often increases overall consent)
- Good timing (don't interrupt someone the millisecond they land; a brief delay improves consent rates)
- Mobile-optimized design (50%+ of your traffic is mobile; a banner that's hard to dismiss on a phone drives rejection)
CookieBeam's A/B testing lets you test different banner designs, copy, and timing to find what works for your audience.
2. Use Consent Mode v2 (Advanced)
Consent Mode v2 is Google's solution to the data gap. When a visitor rejects cookies, Google's tags still fire in a limited mode that sends cookieless pings. Google then uses machine learning to model the conversions that likely happened among non-consenting visitors.
In practice, Consent Mode recovers 50-70% of the lost conversion data. Your reported ROAS improves, Smart Bidding gets better training data, and your attribution reports get closer to reality.
The key: you need the Advanced implementation (tags load before consent in cookieless mode). Basic implementation (tags only load after consent) provides zero modeling data.
3. Consider server-side tracking
Server-side tracking routes data through your own server instead of the visitor's browser. This has three benefits: ad blockers can't block it, browser cookie restrictions (Safari ITP) don't apply, and your page loads faster because the browser runs fewer scripts.
Server-side tracking still requires consent. But it captures data more reliably for the visitors who do consent, and the server-set cookies last longer than browser-set ones.
How to talk to your dev team about this
If you're a marketer asking your developers to fix your tracking, here's what to ask for:
- "Can we verify that Consent Mode v2 is running in Advanced mode?" (They can check with Google Tag Assistant)
- "Are all four consent types being sent?" (analytics_storage, ad_storage, ad_user_data, ad_personalization)
- "What's our current consent rate by region?" (The CMP dashboard should show this)
- "Can we A/B test the banner design?" (If your CMP supports it)
- "Have we considered server-side GTM?" (Worth exploring if you spend more than a few thousand/month on ads)
Don't ask for: "Can we track everyone without consent?" That's not legal and your dev team will correctly refuse.