Back to blogPRIVACY · STEP-BY-STEP

Google Consent Mode v2 in 2026

Consent Mode v2 determines how GA4 and Google Ads measure based on the cookie consent your visitor gives. What it is, why it's mandatory, and how to implement it.

Organiq Grow · 21 August 2026 · 8 min read

Direct answer: what is Consent Mode v2?

Consent Mode v2 is the system Google Analytics 4 and Google Ads use to adjust their measurement based on the cookie consent a visitor gives via your cookie banner. Since March 2024 it has been mandatory for anyone using Google Ads remarketing or personalised advertising for visitors in the EEA. Without a correct implementation, conversion tracking and remarketing stop working reliably.

Why mandatory since 2024

The requirement follows from a combination of EU legislation: GDPR requires explicit consent for non-essential cookies, and the Digital Markets Act (DMA) imposes additional requirements on large platforms like Google regarding how they may combine personal data of EEA users across services.

In response, Google built Consent Mode as a technical mechanism: instead of blocking tags entirely without consent, they send an explicit signal (granted or denied) so Google's systems know exactly what may and may not be measured.

Basic vs advanced consent mode

There are two implementation modes, with a fundamental difference in how tags behave before a visitor makes a choice.

FeatureBasic consent modeAdvanced consent mode
Tags load without consentNo — only after visitor choiceYes, but without setting cookies
Data without consentNo dataCookieless pings with anonymised signals
Modeled conversionsMore limitedMore extensive — GA4 fills gaps statistically
Implementation complexitySimplerRequires proper CMP integration

Impact on GA4 and Google Ads measurement

Without a correct implementation you lose conversion attribution for every visitor who declines consent, your remarketing lists shrink and your GA4 reports show an incomplete or skewed picture. Modeled conversions statistically fill part of that gap, but remain estimates, not exact counts.

Practical implementation via a CMP

Most businesses implement Consent Mode via a Consent Management Platform (CMP) like Cookiebot, Iubenda or Osano, or via a custom solution. The flow is the same in every case: the CMP loads first, sets the default consent state to 'denied' before GA4 or Ads tags load, and pushes a consent update once the visitor makes a choice.

Example: the dataLayer calls

Two gtag calls form the core of every implementation. First, on page load, you set the default state to 'denied' for every category: gtag('consent', 'default', { ad_storage: 'denied', ad_user_data: 'denied', ad_personalization: 'denied', analytics_storage: 'denied' }).

Once the visitor grants consent via your cookie banner, you push an update: gtag('consent', 'update', { ad_storage: 'granted', ad_user_data: 'granted', ad_personalization: 'granted', analytics_storage: 'granted' }). Only the categories the visitor actually allows get set to 'granted'.

What happens if you don't implement it?

Google Ads can no longer correctly attribute conversions to campaigns for visitors in the EEA, your remarketing lists shrink structurally, and GA4 reports become unreliable for decision-making. In some cases, Google Ads accounts show explicit warnings about missing consent signals, which can limit campaign performance over time.

Our own consent flow on organiqgrow.nl

On organiqgrow.nl we use an og_consent cookie that records the visitor's choice and feeds it into our Consent Mode implementation. Only after explicit consent do analytics and advertising tags load with full functionality; without consent, only cookieless, anonymised measurement stays active. This approach keeps our own data clean and compliant, and it's the same standard we implement for clients.

Not sure if your Consent Mode implementation is correct?

Request a free check
FREQUENTLY ASKED QUESTIONS

Everything about Consent Mode v2

The most common questions about implementation and impact.

Is Consent Mode the same as a cookie banner?

No. The cookie banner shows the choice to the visitor and collects it. Consent Mode is the technical signal that then tells Google's tags what to do with that choice. You need both: the banner without Consent Mode gives Google no usable signal, and Consent Mode without a banner has no consent to send.

Does every business need to implement this?

Mandatory if you use Google Ads remarketing or personalised advertising for visitors in the EEA. Even without Google Ads, it's strongly recommended for more reliable GA4 data and to comply with GDPR.

What's the difference between ad_storage and analytics_storage?

ad_storage governs advertising cookies such as remarketing and conversion tracking for Google Ads. analytics_storage governs the cookies Google Analytics 4 uses to measure behaviour. You control them separately, a visitor can allow one and decline the other.

What exactly are modeled conversions?

A statistical estimate of conversions from visitors who declined consent, based on patterns from similar visitors who did give consent. It's not an exact count, but an approximation to reduce the gaps in your reporting.

Does it also work together with server-side tagging?

Yes, and the combination reinforces both. Consent Mode determines what may be measured; server-side tagging improves the reliability of what is actually measured, with consent.

DIY or outsource?

Ready to apply what you just read? These are the logical next steps if you'd rather leave it to an agency.

Keep reading

Reliable data, without the hassle?

Measure what you're allowed to measure
in line with GDPR.

We implement Consent Mode v2 correctly, including CMP integration and dataLayer configuration, so your conversions add up again.