Anastasiia Kyslenko Β· Digital Marketing Β· 6+ years, 120+ clients On June 15, 2026, Google fully sunsets legacy Google Signals data pipelines.
On June 15, 2026, Google fully sunsets legacy Google Signals data pipelines. If you run Google Ads targeting EU, EEA, or UK audiences and have not configured Consent Mode v2, your remarketing audiences will stop growing, GA4 demographic reports will go blank, and Smart Bidding conversion modeling will degrade.
Consent Mode v2 is Google’s updated consent signaling protocol that passes four parameters β ad_storage, analytics_storage, ad_user_data, and ad_personalization β to Google Tags before any data collection occurs. As of June 15, 2026, it is the only compliant method for collecting EEA/UK user data within the Google ecosystem. This requirement applies under both UK GDPR and the EU ePrivacy Directive. I work with 120+ clients across 5 markets and see this gap in roughly half the setups I audit. This article gives you a 10-point audit checklist, a CMP comparison with pricing in EUR/GBP, and step-by-step GTM instructions so you can get this done before the deadline.
TL;DR
- June 15, 2026: Google fully deprecates legacy Google Signals data pipelines. No grace period after this date.
- Four consent parameters are required:
ad_storage,analytics_storage,ad_user_data,ad_personalizationβ all default todeniedfor EEA/UK visitors. - You need a Google-certified CMP (Consent Management Platform) that passes these signals to your Google Tags.
- UK businesses are not exempt β post-Brexit UK GDPR mirrors the EU standard on this.
- Setup takes 4 hours, not weeks β if you have GTM already in place.
What Changes on June 15, 2026
This is not a sudden policy change. Google has been rolling back legacy data pipelines since late 2023. Here is the full timeline.
November 2023: Google announces Consent Mode v2 and introduces two new parameters β ad_user_data and ad_personalization β on top of the existing ad_storage and analytics_storage.
February 2024: Google removes Google Signals from GA4 reporting identity. Properties using “Blended” reporting identity, which relied on Google Signals for cross-device user stitching, are automatically migrated.
6 March 2024: Consent Mode v2 becomes mandatory for new EEA audience building and remarketing in Google Ads. Any advertiser without it stops accumulating new EEA remarketing audiences from this date.
June 15, 2026: Final deprecation. Every legacy Google Signals data path that was grandfathered during the transition period shuts off. There is no further grace period.
Three definitions to know
- Consent Mode v2 is Google’s updated protocol that passes 4 consent signals to Google Tags before any data collection. Without it, Google cannot lawfully process EEA/UK visitor data for advertising purposes.
- A CMP (Consent Management Platform) is a tool that displays a cookie consent banner and passes the user’s decision to analytics and advertising tags. Examples: CookieYes, Cookiebot, Complianz.
- Google Signals was a legacy GA4 feature that collected cross-device and demographic data without requiring explicit CMP-level consent. It is being fully retired on June 15, 2026.
Who Is Affected
Category 1: EU/EEA-based businesses advertising on Google
If you are running Google Ads campaigns in Germany, France, the Netherlands, or anywhere in the EEA, you have been under the Consent Mode v2 mandate since March 2024. The June 15 deadline closes the remaining legacy data paths. German businesses face strict DSGVO enforcement, and German data protection authorities are active in enforcement around consent management. Non-compliance is not a theoretical risk.
Category 2: UK businesses post-Brexit
The UK is no longer in the EU, but UK GDPR mirrors the EU standard on consent for online tracking. Google applies Consent Mode requirements based on user geolocation, not advertiser location. If your UK e-commerce site or B2B SaaS receives traffic from EEA visitors β even incidentally β Consent Mode v2 applies to that traffic. UK businesses operating on Shopify, WooCommerce, or any other platform with GA4 and Google Ads are affected.
Category 3: US, AU, and other non-EEA advertisers targeting Europe
As of May 2026, Google applies Consent Mode requirements based on user geolocation, not advertiser location. A US direct-to-consumer brand running Advantage+ Shopping or Performance Max campaigns that includes EEA/UK in its targeting is fully subject to these rules. I have clients in this situation β they were surprised to learn this applies to them.
What Breaks Without Consent Mode v2
The table below compares legacy Google Signals behaviour against the two Consent Mode tiers.
| Parameter | Legacy Google Signals (until 15.06.2026) | Consent Mode Basic | Consent Mode Advanced |
|---|---|---|---|
| Data collection | Passive collection without explicit CMP consent signal | Tags fire only after consent; no modeling for non-consenting users | Tags fire for all users; conversion modeling fills gaps for non-consenters |
| Remarketing | EEA users added to audiences based on Google Signals | Only consenting users added to remarketing lists | Consenting + modeled data enables fuller audience building |
| Conversion modeling | Legacy statistical inference; accuracy declining since March 2024 | Limited modeling; reduced Smart Bidding accuracy | Full conversion modeling; Smart Bidding performance maintained |
| Demographics | Age/gender/interest data from Google Signals | No demographic data for non-consenting users | Partial demographic data via modeling |
| User consent | No CMP required; data collected by default | Requires CMP; only consenting users tracked | Requires Google-certified CMP with all 4 parameters |
| CMP certification | Not applicable | CMP required; certification recommended | Google-certified CMP required for full functionality |
What breaks specifically after June 15, 2026
| Area | Impact |
|---|---|
| Remarketing lists | EEA/UK audiences stop receiving new users. Existing lists decay as users age out. Remarketing campaigns targeting EU audiences lose reach progressively. |
| Conversion modeling | Without consent signals, Google Ads falls back to basic statistical inference with significantly lower accuracy. Smart Bidding degrades β particularly for target ROAS and target CPA strategies. |
| GA4 demographic reports | Age, gender, and interest data from Google Signals stops entirely. GA4 shows blanks or “Data not available” for EEA segments. |
| Cross-device tracking | User journey stitching across devices stops for EEA users who are not signed into a Google account. Paths appear fragmented. |
| Ad personalization | Without the ad_personalization signal, Google Ads cannot serve personalized ads to EEA visitors. Campaigns fall back to contextual-only targeting. |
| GA4 user counts | User counts for EEA traffic show gaps. Cohort analysis becomes unreliable for EU segments. |
Missing Consent Mode v2 is effectively one of the Google Ads mistakes that drain your budget β except this one has a hard external deadline rather than being a configuration choice.
10 Pre-Deadline Checks
Work through these in order. Each one is a specific action, not a vague suggestion.
-
Verify default consent state in your Google Tag
Open GTM or your gtag.js snippet. Confirm that your default consent state sets all four parameters to
deniedfor EEA/UK visitors. The code should look like this:gtag('consent', 'default', { 'ad_storage': 'denied', 'analytics_storage': 'denied', 'ad_user_data': 'denied', 'ad_personalization': 'denied', 'region': ['EEA', 'GB'] });If
ad_user_dataandad_personalizationare absent, you have Consent Mode v1. You need to add them. -
Open GTM β Admin β Consent Overview
In Google Tag Manager, go to Admin β Consent Overview. Every tag should show a green tick for its consent category. If you see amber or red warnings, those tags are not consent-aware and may fire without user consent.
-
Confirm the consent initialization trigger fires first
In GTM, the “Consent Initialization” trigger must fire before any other trigger. If your GA4 configuration tag or Google Ads conversion tag fires on “All Pages” without checking consent first, data is flowing before you have permission to collect it.
-
Test your CMP banner β verify the update command fires
Click “Accept all” on your cookie banner, then open browser DevTools β Network tab and search for
consent. You should see agtag('consent', 'update', {...})call withad_storage: 'granted'and the other three parameters updating accordingly. If you do not see this call, your CMP is not passing consent back to Google Tags. -
Verify your CMP is Google-certified
Go to cmppartnerprogram.withgoogle.com and search for your CMP provider. If it is not listed, you have two options: switch to a certified CMP, or implement Consent Mode manually via GTM (more work, more risk of error). The certified list as of May 2026 includes CookieYes, Cookiebot, Complianz, Iubenda, OneTrust, and others.
-
Check GA4 Admin β Product Links β Google Ads Links
In GA4, navigate to Admin β Product Links β Google Ads Links. Confirm the link to your Google Ads account is active (green status). Without this link, consent-mode data cannot flow from GA4 to Google Ads for audience building and conversion import β even if Consent Mode is otherwise correctly configured.
-
GA4 Admin β Data Collection β consent settings
In GA4 Admin β Data Collection and Modification β Data Collection, review the consent settings panel. Google rolled out a new consent-based data collection acknowledgment in 2025. Confirm this is acknowledged and that your settings reflect your CMP integration.
-
Run Tag Assistant in debug mode β check consent_granted events
Open Google Tag Assistant (tagassistant.google.com), connect it to your site, and interact with the cookie banner. After accepting cookies, you should see
consent_grantedevents in the event stream with the correct parameter values. If Tag Assistant shows consent events with incorrect states, something in your CMP integration is broken. -
Check Google Ads β Audience Manager β status
In Google Ads, go to Tools β Audience Manager and review your remarketing audiences. Status should show “In use” for active audiences. If you see “Needs attention” or declining user counts on EEA-heavy audiences, Consent Mode is either missing or incorrectly configured.
-
Test with a EU VPN β GA4 Realtime
The cleanest end-to-end test: connect to a VPN with a German or French exit node, visit your site, accept cookies, then check GA4 Realtime. You should see the session appear. If the session does not appear in Realtime after accepting cookies, something in the consent flow is blocking data collection.
Want to run through all checks in one go?
I put together a PDF checklist β open it, go through each item, tick the boxes. Four hours and you’re done.
Download checklist via Telegram →Which CMP to Choose
Prices and features as of May 2026. Verify current pricing at each vendor before purchasing.
| CMP | Free Plan | Paid from | Consent Mode v2 | Best for |
|---|---|---|---|---|
| CookieYes | Yes β 5,000 pageviews/mo, 100 pages scanned | $10/mo (Basic, 100K pageviews) | All plans including free | Shopify, general sites, low traffic |
| Cookiebot (Usercentrics) | Yes β 1 domain, 50 subpages | β¬7/mo (Premium Lite) | All Premium plans | Small sites with EU focus; Β£6-10/mo budget |
| Complianz | Free WP plugin | $59/yr (~$5/mo, 1 site) | Paid plan only | WordPress β lowest cost for WP sites |
| Iubenda | Yes β 1 basic policy | ~β¬9/mo (Pro plan) | All plans including free | Multi-market, IAB TCF 2.2 compliance needed |
| Termly | Yes β 10,000 banner views/mo | $10/mo (annual) | Pro+ only ($15/mo) | Note: free and Starter plans do NOT include Consent Mode v2 |
| OneTrust (CookiePro) | Historically had a free tier | Contact sales | Yes | Enterprise only β not ideal for SMBs due to complexity and cost |
My recommendations by platform
- WordPress site β Complianz. Free plugin for basic compliance, $59/year for full Consent Mode v2 with GTM integration. Native WP plugin means no JavaScript conflicts.
- Shopify or platform-agnostic β CookieYes free tier. Consent Mode v2 is included, setup is straightforward, works on any platform via script embed.
- Budget Β£6-10/month β Cookiebot Premium Lite. Well-established, Google-certified, used widely across DE and UK markets.
- Multi-language European site β Iubenda. Handles IAB TCF 2.2 alongside Consent Mode v2 and supports multiple jurisdictions from a single dashboard.
If you are evaluating alternatives to Google Analytics altogether, read my GA4 vs Matomo vs Plausible comparison.
If you are setting up GA4, GTM, and Google Ads from scratch alongside this, start with the GA4 + GTM + Google Ads base setup guide first, then come back here for the consent layer.
Common Setup Mistakes
-
Configuring only two of the four parameters
The two new v2 parameters β
ad_user_dataandad_personalizationβ are the ones most commonly missing. Havingad_storageandanalytics_storagecorrect but missing the v2 parameters means you are on Consent Mode v1, not v2. Check your default consent state and your CMP update command for all four. -
Consent Mode Basic when Advanced is needed
Consent Mode Basic fires tags only after consent is given, with no modeling for users who decline. For advertisers running Performance Max or Smart Bidding campaigns targeting Germany or France, this means significantly reduced conversion modeling accuracy. Advanced is the correct implementation for any advertiser who cares about EU campaign performance.
-
CMP banner not passing the update command
Users click “Accept” but
gtag('consent', 'update', {...})never fires. This happens when the CMP plugin is installed but the GTM integration is incomplete. The banner looks functional, but Google Tags never receive the consent update β so all sessions appear as “no consent,” including those from users who accepted. -
Consent initialization trigger firing too late
In GTM, the default consent state must be set before any other tag runs. A common failure: the default consent state is set inside a Custom HTML tag firing on DOM Ready, by which point GA4 and Google Ads tags have already fired. Use the “Consent Initialization” trigger type, which GTM executes before all others by design.
-
Basic mode with no geo-restriction
A global Consent Mode Basic setup with no region restriction creates two problems simultaneously: non-EU traffic is unnecessarily restricted, and EU traffic lacks Advanced modeling. The fix: add
region: ['EEA', 'GB']to the default denied state and upgrade the EU-targeted configuration to Advanced.
This Takes 4 Hours, Not 4 Weeks
Here is a realistic time breakdown:
| Task | Time |
|---|---|
| Audit current consent state (checks 1-4 above) | 30 min |
| Choose and install a CMP (if not already in place) | 45 min |
| Configure CMP β GTM integration | 60 min |
| Update default consent state in GTM | 20 min |
| Verify GA4 β Google Ads link | 10 min |
| End-to-end test with Tag Assistant + VPN | 30 min |
| Fix any issues found during testing | 45 min |
| Total | ~4 hours |
If you already have a CMP installed, you are looking at 2-3 hours, not 4. The only scenario where this takes longer is if your tagging setup is custom or heavily customized, or if you are migrating from a non-certified CMP.
The risk of not doing it before June 15 is concrete: shrinking remarketing audiences, degraded Smart Bidding, and blank demographic reports. The cost of doing it is an afternoon.
Frequently asked questions
Consent Mode v2 is Google’s updated framework for handling user consent signals in Google Tags. It passes four parameters β ad_storage, analytics_storage, ad_user_data, and ad_personalization β to Google Tags before any data collection occurs. The v2 upgrade added ad_user_data and ad_personalization to the original two parameters. As of June 15, 2026, it is the only compliant method for collecting EEA/UK user data via Google’s ecosystem.
Your legacy Google Signals-based data pipelines stop. Specifically: remarketing audiences for EEA/UK traffic stop receiving new users and existing lists decay, GA4 demographic reports go blank for EU segments, Smart Bidding conversion modeling loses accuracy, and personalized ad serving to EEA users stops. None of these are instantly fatal, but all compound over time as audiences shrink and campaign performance degrades.
As of May 2026, certified CMPs include CookieYes, Cookiebot (Usercentrics), Complianz, Iubenda, OneTrust, Usercentrics, Didomi, and others. The authoritative list is at cmppartnerprogram.withgoogle.com. Always verify your specific CMP version supports all four v2 parameters, not just the original two.
Yes, if you receive traffic from EEA or UK visitors. Google applies Consent Mode requirements based on user geolocation, not advertiser location. A US e-commerce brand, an Australian SaaS company, or a UK retailer running Google Ads with any EEA targeting is subject to these requirements for that traffic segment.
Around 4 hours for a standard setup with GTM already in place. If you are starting from scratch with no CMP, add an hour for CMP selection and account setup. If your tagging is custom or server-side, budget more time for testing.
With Consent Mode Basic, Google Tags only fire after a user gives consent. No data is collected for non-consenting users, and no conversion modeling fills the gap. With Consent Mode Advanced, tags fire for all users β but for non-consenting users, only cookieless pings are sent. Google uses these pings for conversion modeling, which maintains Smart Bidding accuracy even when a significant portion of users decline consent. For any advertiser running performance campaigns in the EU, Advanced is the correct implementation.
Consent Mode v2 implemented via a Google-certified CMP is compliant with UK GDPR’s requirements for lawful processing of personal data in advertising contexts. Post-Brexit, the UK retained its own GDPR framework (UK GDPR), which mirrors the EU standard on consent for online tracking. The ICO (Information Commissioner’s Office) has published guidance aligned with this. Using Consent Mode v2 with a properly configured CMP satisfies the consent basis for processing under both UK GDPR and EU GDPR.
Not strictly required by law β but practically necessary for full Consent Mode v2 functionality. Google-certified CMPs are integrated with Google’s Consent Management API, which ensures consent signals are passed correctly and reliably to all Google Tags. A non-certified CMP can technically pass consent signals, but the implementation requires manual coding and is harder to verify. For most businesses, using a certified CMP is the lower-risk path.
Not sure you’ll make it before June 15? Or unsure everything is set up correctly?
I’ll run a free 30-minute audit of your Consent Mode v2 setup β checking all 10 points and showing you exactly what needs fixing.
Free. No commitment. Before June 15.
Comments
Discuss on Telegram