Topic: Consent & Privacy Pillar article

Consent Mode v2 in GA4 - what you need to know

Bernhard Prange · 2026-05-10 · Updated 2026-05-12 · 1 min read

With Consent Mode v2 Google added two new signals: ad_user_data and ad_personalization. Setting neither or setting them wrong risks breaking audiences and personalization.

What changed

Before Consent Mode v2, ad_storage and analytics_storage were sufficient. The two new signals now explicitly control whether a user can be included in personalization and modelling.

How to do it right

  1. Set defaults BEFORE every gtag('config', ...).
  2. Update them as soon as the CMP decision is in - without page reload.
  3. Validate in the auditor's tracking debugger that both signals are sent.

Help: Understanding Consent Mode v2

consent-mode ga4 privacy

Related articles