Knowledge
Consent Mode v2: the signal without which Google Ads learns blind.
Since March 2024 Google requires Consent Mode v2 in the EEA for remarketing and conversion measurement. Many sites have a cookie banner - and still do not set the signal. That measurably costs conversions.
Updated: 22 August 2026
What Consent Mode v2 does
Google tags - Ads, GA4, Tag Manager - ask before firing whether the visitor allowed statistics and marketing. Consent Mode is the protocol for that: a default state before the first interaction (usually "denied"), an update after the choice in the banner.
The difference from plain blocking: with "denied", Google sends anonymous cookieless pings and models conversions from them. Measurement stays usable even when part of the visitors decline.
What is new in v2 - and why it became mandatory
Version 2 adds two signals: ad_user_data (may user data go to Google) and ad_personalization (may ads be personalised). Since March 2024 Google requires them in the EEA for remarketing lists to fill and conversions to be measured. Without v2, audiences stop filling and conversion data stays incomplete.
How to check whether your site sets it
Three ways, fastest to most thorough:
- Source: is there a gtag('consent', 'default', {...}) call with ad_user_data and ad_personalization before the Tag Manager snippet? Our analyzer reads exactly that.
- Tag Manager: are consent settings configured in the container (consent overview, consent initialisation trigger)? No external tool sees that - which is why the analyzer honestly says "not visible" when GTM is present.
- Tag Assistant: watch consent states per tag live, decline the banner and verify that no marketing tag fires.
Typical mistakes
- Pixel directly in the source, before the banner - fires regardless of consent.
- Banner present but without Consent Mode - may block, but models nothing.
- Default set after the Tag Manager snippet - the first tag then has no state.
- Consent Mode v1 - without the two new signals, insufficient since March 2024.
Common questions
Do I need Consent Mode v2 if I do not use Google Ads?
For Google Ads it is mandatory. For GA4 alone it is sensible because it models anonymously on rejection instead of counting nothing. A banner that blocks tags before consent you need in any case.Is Cookiebot or Usercentrics enough?
Both can set Consent Mode v2 - if it is activated in the banner and the order in the source is right. That is a setting, not a given. Worth checking.
Check this on your site
The analyzer reads your website in a minute and shows whether exactly this point holds on yours.
Analyse your website