A Google Ads feature that sends hashed first-party customer data alongside conversion events to improve attribution accuracy.
Digital advertisers reading about improving conversion tracking and attribution measurement in Google Ads.
01What it is and how it works
Enhanced Conversions works by supplementing standard conversion tracking with hashed first-party data. When a user completes a conversion on your site — such as a purchase or sign-up — your tracking code captures the user's email address or phone number, hashes it using SHA-256, and sends it to Google along with the conversion event. Google then matches that hashed data against its own logged-in user data to attribute the conversion to the correct ad interaction, even if cookies are unavailable or the user switched devices. This is critical for measuring how brands appear in AI search, because AI-generated results often lead to delayed or cross-device conversions that standard tracking misses. The mechanism relies on Google's ability to link the hashed identifier to a Google account that was exposed to the ad, including ads served in AI search features like Search Generative Experience (SGE).
It's a way to match conversions back to the right ad clicks even when cookies are blocked, by using anonymized email or phone data.
02What to do about it
To start using Enhanced Conversions, you need to modify your conversion tracking implementation. If you use Google Tag Manager, enable the Enhanced Conversions feature in your conversion tag settings and configure it to capture first-party data from your conversion page (e.g., email input field). If you use global site tag (gtag.js), add the enhanced_conversions parameter to your conversion event. Alternatively, use the Google Ads API to send hashed data server-side. After implementation, test with Google's Tag Assistant to confirm data is being hashed and sent correctly. Also update your privacy policy to disclose the use of first-party data for ad measurement. Within a week, you can run a small campaign to compare conversion reports before and after enabling Enhanced Conversions.
03How it is measured or noticed
You notice Enhanced Conversions working by examining your Google Ads conversion reports. Look for an increase in attributed conversions, especially those previously labeled as 'unassigned' or 'cross-device.' The 'Conversions' column may show a higher count, and the 'Conversion action' detail page will display an 'Enhanced Conversions' status indicator (e.g., 'Setting up' or 'Active'). You can also segment reports by 'Device' to see improved attribution for mobile and tablet conversions. Another signal is a reduction in the 'Time lag' report for conversions that previously took days to attribute. For AI search specifically, compare conversion paths that originated from 'Google AI' or 'SGE' segments if your account has that breakdown.
04Common mistakes
- Sending raw (unhashed) personal data to Google, which violates its policy and may expose user privacy.
- Hashing data on the server after sending the conversion event, instead of client-side hashing before transmission.
- Implementing Enhanced Conversions only on a subset of conversion actions, leading to inconsistent attribution across your account.
- Forgetting to update your privacy policy to cover the collection and sharing of hashed first-party data for ad measurement.
- Not testing the implementation with Google's Tag Assistant or the Conversions API validation tool, so errors go unnoticed.
05Limits
Enhanced Conversions does not work for all users or browsers. It requires the user to be logged into a Google account and to have consented to data sharing. It also depends on the availability of first-party data: if your conversion page does not collect an email or phone number (e.g., guest checkout without contact info), you cannot use Enhanced Conversions. The feature is often confused with 'Enhanced Conversions for leads,' which is a separate feature for lead forms. It is not a replacement for server-side conversion tracking but a complement. Additionally, Enhanced Conversions may not capture conversions from users who clear their Google activity or use privacy-focused browsers like Brave with strict fingerprinting protection. For AI search measurement, it only helps when the user's Google account is linked to the interaction, which may not cover all organic or anonymous traffic.
06Worked example
A travel brand runs ads on Google AI search results. A user clicks an ad, then books a hotel a week later on a different device. Without Enhanced Conversions, the conversion is not attributed. With Enhanced Conversions, the hashed email from the booking is matched to the ad click, showing the brand that its AI search ad drove the booking.
Frequently asked questions
How is Enhanced Conversions different from regular conversion tracking?
Regular conversion tracking relies on cookies and direct click attribution, which fails when users switch devices or block cookies. Enhanced Conversions sends hashed first-party customer data alongside the conversion event, allowing Google to match conversions even in privacy-restricted environments like AI search results.
Should I use Enhanced Conversions if I already have standard conversion tracking?
Yes, if you want to capture conversions that standard tracking misses, especially cross-device and in privacy-restricted contexts. It improves attribution accuracy without replacing your existing setup, so it's a valuable addition for most advertisers.
How do I set up Enhanced Conversions?
You need to modify your conversion tracking implementation to collect and hash first-party customer data (like email or phone) and send it alongside the conversion tag. This can be done via the Google tag, Google Tag Manager, or the Google Ads API, following the setup guide in your Google Ads account.
Does Enhanced Conversions work in all browsers?
No, it does not work for all users or browsers. It relies on the user providing first-party data during the conversion event, and the hashing must be supported by the browser. Privacy restrictions or missing data can limit its effectiveness.
What happens if I set up Enhanced Conversions incorrectly?
Incorrect setup can lead to inaccurate conversion reporting or no improvement in attribution. Common mistakes include wrong hashing algorithms, missing data fields, or mismatched tags. You can verify by checking your Google Ads conversion reports for unexpected changes.
How long does it take to see results after implementing Enhanced Conversions?
Results typically appear within a few days as Google processes the hashed data and updates attribution models. You can monitor conversion reports for improvements in cross-device and privacy-restricted conversions, but full impact may take up to a week.
Asked out loud
spoken, not typedThe same term in the words somebody uses speaking to an assistant rather than typing into a box — written from the situation, which is why each one carries the situation it came from.
You probably need Enhanced Conversions. It sends hashed customer data with your conversion events so Google can match them even when cookies are blocked or users switch devices. Check your setup guide in Google Ads to turn it on.
They're asking about Enhanced Conversions. It uses hashed first-party data like email addresses to improve conversion tracking accuracy. You'll need to collect that data and hash it before sending it with your conversion tags.
You might have broken Enhanced Conversions. Check that your hashing is correct and the tags still fire properly. A common mistake is removing the hashed data field or using the wrong algorithm, which causes conversions to be missed.