Consent Mode v2 + Enhanced Conversions: Fix Google Ads Signal Loss
Conversions down. Traffic steady. CPA drifting up.
In 2026, that pattern is usually not a demand problem. It’s a signal loss problem.
Google documents that Consent Mode adjusts how tags behave based on user consent, including the ad_user_data and ad_personalization signals (Google Tag Platform: Consent Mode Overview). When identifiers aren’t available, Google Ads may use conversion modeling to estimate conversions (Google Ads Help: Conversion Modeling). But modeling can only work with signals that were actually sent.
If your WordPress or WooCommerce build is mis-sequenced, duplicating tags, or missing enhanced conversions, you’re reducing observable data before modeling even begins.
What Google documents — and where accounts break
Observable conversions are conversions tied to measurable interactions and available identifiers. Modeled conversions, as defined by Google Ads, are estimates used when direct observation is limited due to consent choices or technical restrictions (Google Ads Help: Conversion Modeling). Modeled conversions are not user-level tracked events; they are statistical estimates.
Under Consent Mode v2, Google tags read consent states and adjust behavior accordingly (Google Tag Platform: Consent Mode Overview). The developer guide is explicit: you must set a default consent state before relevant Google tags fire, and then update that state after the user makes a choice (Google Tag Platform: Consent Mode Developer Guide).
If the default state fires late — or not at all — early page events can execute without the correct consent context. In practice, that often results in:
- Fewer observable conversions recorded.
- Reduced signals available for modeling.
- Less stable Smart Bidding inputs.
Enhanced conversions are designed to improve match rates by sending securely hashed first-party data (such as email addresses) to Google Ads when consent allows (Google Ads Help: About Enhanced Conversions). For lead generation, enhanced conversions for leads extend this capability to CRM-based uploads and offline events (Google Ads Help: Enhanced Conversions for Leads).
When ad_user_data permits data use for ads measurement, enhanced conversions can increase the likelihood of matching conversions to ad interactions. That supports more complete reporting and can improve modeled accuracy. Without enhanced conversions, match rates are typically lower — especially across devices.
Industry coverage has focused on enforcement timelines, but the larger operational issue for many U.S. advertisers is configuration drift. Technical misconfiguration affects any region.
Where WordPress builds commonly fail
- Late default consent state. The CMP loads after Google Tag Manager, so the first pageview fires before consent is defined.
- No proper consent update. The banner records a choice visually, but no
gtag('consent','update')call or GTM consent update is pushed. - Duplicate tag deployments. A WooCommerce plugin fires Google Ads tags while GTM fires another instance, creating inconsistent consent states.
- Incorrect region logic. Geo-based rules suppress signals unintentionally.
- Enhanced conversions not implemented. Leads or purchases are tracked, but no hashed first-party data is sent to improve match quality.
The business impact shows up as:
- Smart Bidding optimizing on partial inputs.
- Reported ROAS drifting from CRM revenue.
- Ongoing discrepancies between Ads, GA4, and closed-won data.
Modeling cannot recover conversions where signals were never transmitted due to sequencing or implementation errors.
What to do next
- Verify consent sequencing in GTM. Use preview mode and Tag Assistant to confirm the default consent state fires before any Google Ads or GA4 tags execute.
- Audit all four consent signals. Confirm
ad_storage,analytics_storage,ad_user_data, andad_personalizationare explicitly set and properly updated. - Remove duplicate tag paths. Choose either plugin-based deployment or GTM for Google Ads tags — not both.
- Implement enhanced conversions. Enable enhanced conversions for web on ecommerce builds. For lead gen, implement enhanced conversions for leads and align with your CRM fields per Google Ads documentation.
- Check Google Ads diagnostics. Review conversion action diagnostics and enhanced conversion status to confirm data is being received and processed.
- Reconcile Ads to CRM monthly. Significant gaps often indicate signal or consent configuration issues before they indicate campaign failure.
Two cautions:
- Modeled conversions are estimates. Treat them as directional measurement inputs, not booked revenue.
- Consent Mode modifies tag behavior; it does not replace your legal or regulatory obligations. Confirm compliance requirements with your counsel or privacy advisor.
If conversions are declining while sessions and click volume remain stable, audit consent sequencing and enhanced conversions before adjusting budget.
In 2026, measurement stability is a competitive advantage. Accounts with the cleanest signal pipelines make bidding decisions with less distortion.
Sources
- Google Tag Platform: Consent Mode Overview
- Google Tag Platform: Consent Mode Developer Guide
- Google Ads Help: About Enhanced Conversions
- Google Ads Help: Enhanced Conversions for Leads
- Google Ads Help: Conversion Modeling
- Search Engine Land: Consent Mode v2 Enforcement Context
Need help checking this on your WordPress, Google Ads, Analytics, local SEO, or website setup? Splinternet Marketing can review the issue and help you prioritize the next fix.
This article is for informational purposes only and reflects general marketing, technology, website, and small-business guidance. Platform features, policies, search behavior, pricing, and security conditions can change. Verify current requirements with the relevant platform, provider, or professional advisor before acting. Nothing in this article should be treated as legal, tax, financial, cybersecurity, or other professional advice.
Editorial note: Splinternet Marketing articles are researched from cited platform, documentation, regulatory, and industry sources. AI may assist with drafting and review; final content is checked for source support, practical usefulness, and platform/date accuracy before publication.