Your Google Ads conversions might be lying to you. Many advertisers have watched their conversion numbers drop by 30%, 50%, or even 90% without touching a single campaign setting. No bid changes. No budget cuts. No new competitors. Just a slow, silent bleed of data that makes every optimization decision unreliable.
The cause is almost always invisible: a Consent Mode V2 misconfiguration that quietly suppresses conversion data. Your consent banner looks fine. Your tags appear to load. But under the surface, Google is receiving no consent signals at all. With Google's June 15, 2026 consent changes taking effect in days, this is not something you can delay. Here is how to audit your setup, spot the problems, and fix them before you lose more data.
What Consent Mode V2 actually does
Consent Mode V2 is a framework that tells Google's tags how to behave based on a visitor's cookie consent choice. When someone lands on your site, your consent management platform (CMP) collects their preference. Consent Mode then communicates that preference to every Google tag on the page, adjusting their behavior in real time.
Two parameters are central to this system: ad_user_data and ad_personalization. These were introduced with V2 and control whether Google can use visitor data for advertising purposes and whether it can serve personalized ads. Combined with the existing ad_storage parameter, they form the consent signal that Google Ads relies on for conversion tracking, remarketing, and audience building.
When properly configured, Google can still model conversions from non-consenting users through behavioral modeling. This is the recovery mechanism. Google uses machine learning to estimate conversions that would have occurred, based on patterns from consenting users. When broken, Google sees zero consent and disables tracking entirely. No modeling. No estimation. Just missing data.
| Dimension | Basic Consent Mode | Advanced Consent Mode |
|---|---|---|
| When tags load | Only after consent is granted | Immediately, with adjusted behavior |
| Non-consenting users | No data collected at all | Cookieless pings sent for modeling |
| Behavioral modeling | Not available | Google can model missing conversions |
| Data loss risk | High (60%+ of EU traffic invisible) | Lower (modeling recovers ~40% of gaps) |
| Recommended for | Minimal compliance only | Any advertiser running Google Ads |
The bottom line on Basic vs. Advanced
Basic Consent Mode is the minimum legal compliance option. It prevents Google tags from firing until consent is granted, which means you get zero data from visitors who decline cookies. Advanced Consent Mode is what Google recommends. It loads tags immediately but adjusts their behavior, sending cookieless pings that allow Google to model the missing conversions. If you are running Google Ads in the EU, Advanced is the only practical choice.
Why your setup might be broken right now
The frustrating thing about consent mode failures is that everything looks normal on the surface. Your consent banner appears. Visitors click "Accept." Your Google Tag Manager container shows tags firing. But the consent signals never reach Google's tags. Here are the most common failure modes we see.
1. The technical disconnect
Your consent banner collects visitor choices, but it does not pass those signals to Google's tags. The CMP stores the preference in a cookie or local storage. The Google tags never receive the consent update. This is the most common failure we encounter, and it is completely invisible without a technical audit.
2. CMP update broke the integration
Your consent management platform pushed an update. The banner still works. But the integration with Google Tag Manager Consent Mode broke silently during the update. No error messages. No alerts. Just a quiet disconnect that starts eroding your conversion data from the moment it happens.
3. Missing default consent state
Your tags fire before any consent state is set. Google requires a default consent state (typically "denied" for EU visitors) to be configured before any tags load. Without this default, Google treats all traffic as non-consented, even after visitors click "Accept."
4. Tag loading order issue
Google Tag Manager loads before the consent framework initializes. This has become a bigger concern following recent German court rulings on tag manager loading behavior. If GTM fires before consent is obtained, it can create compliance problems and also break the consent signal flow.
5. V2 parameters not configured
The ad_user_data and ad_personalization parameters are specific to Consent Mode V2. If your setup only handles the older ad_storage and analytics_storage parameters, Google treats the V2 signals as permanently denied. Your setup might have worked perfectly under V1 and still be broken under V2.
A real case: 90% conversion drop overnight
One of our clients saw conversions drop by 90% overnight. The consent banner looked fine visually. Tags appeared to be firing. The problem was invisible: consent signals were not reaching Google's tags after a CMP update. By the time we identified and fixed the issue, only about 40% of the lost conversions were recoverable through Google's behavioral modeling. The rest was permanently gone. Weeks of campaign optimization data, lost without a trace.
The June 15, 2026 changes you need to know
On June 15, 2026, Google restructures how advertising data flows through its ecosystem. These are not minor adjustments. They change the fundamental relationship between consent signals and ad data collection across Google's entire platform.
- arrow_forward
ad_storagebecomes the single governing parameter. In Consent Mode,ad_storagewill be the primary signal that controls whether advertising data is collected. Other parameters still exist, butad_storagetakes precedence. - arrow_forwardGoogle Analytics can no longer override Google Ads consent behavior. Previously, some configurations allowed GA4 consent settings to influence how Google Ads collected data. That bridge is removed. Google Ads consent must be handled independently.
- arrow_forwardGoogle Signals loses its role as co-controller of ad data collection. Google Signals has been a fallback mechanism for some advertisers. After June 15, it will no longer serve as an alternative path for advertising data collection.
- arrow_forwardGaps in your consent setup break everything downstream. Attribution, remarketing audiences, and conversion tracking all depend on proper consent signals. If your setup has gaps, all three break simultaneously.
This is not theoretical
Google has already disabled conversion tracking for non-compliant EU/UK accounts. No warnings. No grace period. Advertisers discovered the problem only when their conversion numbers dropped to near zero. If your Google Ads consent mode setup has gaps, the June 15 changes will expose them immediately.
How to audit your Consent Mode V2 setup
You do not need a developer to run this audit. Follow these five steps to identify whether your consent mode conversion tracking is working correctly. Each step checks a different point in the consent signal chain.
Check your Google Tag Assistant
Open Tag Assistant, navigate your site, and check the consent status. Look for the consent state of ad_storage, ad_user_data, and ad_personalization. After you accept cookies in your consent banner, all three should show as "granted." If any show "denied" after acceptance, your CMP is not passing consent signals correctly to Google's tags.
Verify in Google Ads
Go to Google Ads, then Tools, then Tag Diagnostics. Check the consent signal status. Google now shows the percentage of EEA traffic with proper consent signals. If this number is low (below what your CMP's consent rate suggests), something is broken between your CMP and Google's tags. This is the fastest way to spot a disconnect.
Test the default consent state
Before any consent interaction, your tags should have a default state set. For EU visitors, this is typically "denied" for all consent parameters. Check your GTM container or hardcoded gtag configuration. Look for the gtag('consent', 'default', {...}) call. If no default is set, Google treats all traffic as fully non-consented, regardless of what happens later.
Validate the consent update flow
After a visitor accepts cookies, your CMP must fire a consent update that changes the state from "denied" to "granted" for the relevant parameters. Open your browser DevTools (Console tab) and look for the gtag('consent', 'update', {...}) call after clicking "Accept" on your consent banner. If this call is missing or contains incorrect values, the consent signal chain is broken.
Check Enhanced Conversions
Enhanced conversions for Google Ads sends hashed first-party data (like email addresses) to Google, helping match conversions even when cookies are blocked. This is your safety net. Verify that enhanced conversions are enabled in your Google Ads settings and that the tag or API is properly configured. Without this layer, you are entirely dependent on cookie-based tracking, which consent mode can reduce significantly.
How to fix the most common problems
Once you have identified the issue, the fixes are usually straightforward. Here are the most common problems and their solutions.
CMP is not passing consent signals
Check your CMP's Google Consent Mode integration settings. Most certified CMPs (Cookiebot, CookieYes, Usercentrics, OneTrust) have built-in support for Consent Mode V2, but the integration needs to be explicitly enabled. Look for a "Google Consent Mode" or "TCF v2.2" toggle in your CMP's dashboard. After enabling it, re-test with Tag Assistant to confirm signals are flowing.
Default consent state is missing
Add the default consent configuration in Google Tag Manager or in your gtag.js snippet. This code must run before the Google tag loads. In GTM, use the "Consent Initialization" trigger type, which fires before all other triggers. Set ad_storage, ad_user_data, ad_personalization, and analytics_storage to "denied" as the default for EU visitors. Your CMP will then update these to "granted" when consent is given. For detailed implementation guidance, refer to Google's consent mode documentation.
Enhanced Conversions are not set up
Enable enhanced conversions in your Google Ads account under Tools, then Conversions, then Settings. You can implement them through Google Tag Manager, the global site tag, or the Google Ads API. The GTM method is the simplest for most advertisers. Enhanced conversions supplement your consent mode setup by providing an additional signal path that does not depend on cookies.
Behavioral modeling shows low numbers
If your modeled conversions are lower than expected, confirm you are using Advanced Consent Mode rather than Basic. Basic mode sends no data at all from non-consenting users, which gives Google nothing to model from. Advanced mode sends cookieless pings that provide the foundation for behavioral modeling. Additionally, ensure you have enough consented traffic volume. Google needs a statistically meaningful sample of consenting users to build accurate models for the non-consenting group.
What aubado monitors for you
aubado's Google Ads monitoring tracks your conversion signals and flags anomalies. If your tracked conversions suddenly drop, you will know about it the same day, not months later when you finally notice your CPA has doubled. Budget Control catches spending anomalies, and the Google Ads Optimization Specialist surfaces conversion tracking issues as part of its regular analysis.
The goal is simple: catch problems like consent misconfigurations early, before they silently destroy months of campaign data. If your conversion tracking breaks at 9 AM, you should know by 10 AM. Not next quarter. Join the waitlist to get early access.
Frequently Asked Questions
Stop losing conversions in silence
aubado monitors your Google Ads performance and flags the drops that matter. So you catch consent misconfigurations before they cost you months of data.
Related Resources
Google Ads Conversion Tracking Setup
Step-by-step guide to setting up accurate conversion tracking in Google Ads.
StrategyGoogle Ads Data Retention Changes
What the latest data retention changes mean for your Google Ads reporting and attribution.
GuideGoogle Ads Optimization Checklist
A practical checklist for optimizing Google Ads campaigns, from structure to bidding.
Share this article