Cet article fait partie du guide Optimisation Google Ads : 10 Leviers Pour Ameliorer Vos Resultats
Enhanced Conversions are Google's answer to a growing problem: conversion data loss. Blocked cookies, restrictive browsers, denied consent — between 15 and 40% of conversions are no longer properly attributed with standard tracking.
Enhanced Conversions fill that gap. They recover 5 to 15% of "lost" conversions by using hashed first-party data. These aren't fabricated conversions — they're real conversions your tracking simply couldn't see anymore.
The Problem: Why Standard Tracking Loses Data
Google Ads tracking relies on the GCLID — an identifier stored in the browser cookie when a user clicks your ad. When that user converts, the conversion tag reads the cookie and attributes the conversion to the click.
Except:
- Safari (ITP) deletes third-party cookies and limits first-party cookies to 7 days
- Firefox Enhanced Tracking Protection blocks many trackers
- Ad blockers prevent the tag from loading
- GDPR/CCPA consent — 30 to 60% of visitors decline cookies
The result: a growing percentage of paid clicks generate conversions that Google never sees. The Smart Bidding algorithm optimizes on incomplete data. Your campaigns underperform and you don't know why.
How Enhanced Conversions Work
The principle is simple. In addition to the GCLID cookie, you send Google first-party data that the user voluntarily provided (email, phone, name, address) at the moment of conversion.
This data is hashed (encrypted with SHA-256) before being sent. Google never receives the data in plain text. It compares the hashed data against the hashed data from its own user accounts to match the click to the conversion.
The flow:
- The user clicks your ad (GCLID stored)
- The user fills out a form on your site (email, phone)
- The Enhanced Conversions tag hashes this data and sends it to Google
- Google matches the hash against the user's Google account
- The conversion is attributed to the click — even if the cookie was deleted
The Two Types of Enhanced Conversions
Enhanced Conversions for Web
For conversions that happen directly on your site (form submission, e-commerce purchase). Data is collected at the moment of form submission.
Enhanced Conversions for Leads
For lead gen: the final conversion (sale, signed contract) happens offline, in your CRM. You send the lead's data to Google when it reaches a key pipeline stage. This is the combination of Enhanced Conversions and offline conversions.
Method 1: Setup via Google Tag Manager (Recommended)
Step 1: Enable Enhanced Conversions in Google Ads
- Tools > Conversions > Settings
- Turn on "Enhanced conversions"
- Select "Google Tag Manager" as the method
Step 2: Create User Data Variables
In GTM, create variables that capture form fields:
- Email: Data Layer variable or CSS Selector
- Phone: same approach
- First name, last name: same (optional but recommended)
Step 3: Configure the Conversion Tag
In your existing Google Ads Conversion Tracking tag:
- Check "Include user-provided data"
- Map the variables created in Step 2
- Select the data type (email, phone, etc.)
Step 4: Test
Use GTM Preview mode. Submit a test form. Verify that hashed data appears in the tag. Then wait 48–72 hours to see results in Google Ads.
Method 2: Setup via the Google Ads API
For technical teams or high-volume advertisers. You send conversion data directly through the API, with hashed user fields.
Advantages:
- Full control over the data sent
- No dependency on the user's browser
- Ideal for server-side architectures
Disadvantage:
- Requires custom development
Method 3: Google Ads Tag (gtag.js) Hardcoded
If you don't use GTM, you can configure Enhanced Conversions directly in your site's source code via gtag.js.
The implementation involves pushing user data into a JavaScript object that the Google tag reads at the time of conversion. The data is automatically hashed client-side.
This method is simple but rigid — every change requires a code modification.
Impact on Performance
Typical results after activation:
- +5 to 15% more attributed conversions — these are conversions you were already paying for, now visible
- Improved Smart Bidding — the algorithm has more data to optimize with
- Better reporting — a more complete view of the customer journey
- Improved ROAS — not because performance changed, but because measurement is more accurate
The impact is particularly visible with audiences that have high cookie rejection rates (B2C sites, younger demographics, iOS mobile traffic).
GDPR and Privacy Compliance
Enhanced Conversions are GDPR-compliant if:
- Consent is obtained — the user accepted tracking through your cookie banner
- Data is hashed — Google never receives data in plain text
- The legal basis is documented — legitimate interest or explicit consent
- Your privacy policy mentions the use of first-party data for conversion tracking
Consent Mode handles the consent piece. Enhanced Conversions handle the attribution piece.
The two are complementary and essential for reliable conversion tracking in 2026.
Common Mistakes to Avoid
1. Double-Hashing the Data
If you manually hash before sending to GTM, and GTM hashes again, the hash won't match anything. Send data in plain text to GTM — it handles the hashing.
2. Not Testing on Every Form
Every form on your site has a different structure. Test each conversion point individually.
3. Forgetting JavaScript-Based Forms
Forms that submit via AJAX without a page reload need a trigger based on a Data Layer event, not a thank-you page URL.
4. Not Waiting Long Enough
The impact of Enhanced Conversions isn't immediate. Allow 2 to 4 weeks for the data to stabilize and for Smart Bidding to adjust.
Implementation Roadmap
- Day 1 — Enable Enhanced Conversions in Google Ads
- Day 2–3 — Configure variables and the tag in GTM
- Day 3 — Test on one conversion form
- Day 4–5 — Deploy across all conversion points
- Week 2 — Verify initial data in Google Ads
- Week 4 — Analyze the impact on conversion volume and ROAS
Activating Enhanced Conversions is one of the fastest and most impactful Google Ads optimization levers you can pull. If you haven't done it yet, it's your next priority.
Need help setting up Enhanced Conversions? Book a free consultation — we'll audit your tracking setup and activate what's missing.
Articles du meme cluster
Annonces Google Ads : Rediger des Textes Qui Convertissent
Annonce Google Ads : RSA best practices, formules de titres, CTA, strategie de pinning, et methodologie de test. Redigez des annonces qui cliquent et convertissent.
7 min de lecture
Consent Mode Google Ads : RGPD et Tracking
Consent Mode v2 Google Ads : fonctionnement, basic vs advanced, impact sur les conversions, modelisation, et mise en conformite RGPD. Le guide pratique.
6 min de lecture
Conversions Avancees Google Ads : Mise en Place
Enhanced Conversions Google Ads : ce que c'est, pourquoi c'est indispensable post-cookies, et comment les configurer via GTM, API ou tag manuel.
6 min de lecture