All terms

Glossary

Google Consent Mode v2

Google's framework for sending consent signals to GA4 and Google Ads. Mandatory for EU/EEA traffic since March 2024.

Google Consent Mode v2 — the mechanism Google uses to know whether a visitor has consented to tracking, and to fall back to "modeled conversions" when they haven't.

Six signals (v1) plus two added in v2:

  • ad_storage — advertising cookies
  • analytics_storage — GA4 cookies
  • functionality_storage — preferences (e.g., language)
  • personalization_storage — UX personalisation
  • security_storage — fraud prevention (always granted)
  • ad_user_datav2 — sending data to Google for ad purposes
  • ad_personalizationv2 — using data for personalised ads

The compliant pattern:

  1. Set all signals to denied before any tag fires.
  2. Update them when the visitor consents.

Google enforces v2 since March 2024 — without it, EU/EEA traffic stops accumulating remarketing audience signals. Stores typically lose 20–35% of "lost" conversions when they switch from blocking-only to GCM v2.

See also: GDPR, GTM.

Related terms