Posted on

What Is Enhanced Conversions in Google Ads and How to Set It Up

Enhanced Conversions Google Ads: Complete Setup Guide

Learn how to implement enhanced conversions in Google Ads to improve conversion measurement accuracy using secure first-party data from your website.

What Is Enhanced Conversions in Google Ads

Enhanced conversions google ads is a feature that supplements your existing conversion tags by sending hashed first-party customer data from your website to Google in a secure, privacy-safe manner. This technology allows Google to better attribute conversions to ad clicks by matching hashed customer information (like email addresses) with signed-in Google accounts.

Unlike traditional conversion tracking that relies solely on cookies and click IDs, enhanced conversions provides an additional signal that helps recover conversions that might otherwise be lost due to browser restrictions, cookie deletion, or cross-device behaviour. The customer data you send is hashed using SHA256 encryption before it leaves your website, ensuring privacy compliance whilst improving measurement accuracy.

This feature integrates seamlessly with your existing Google Ads conversion tracking infrastructure and doesn’t replace standard conversion tags—it enhances them. The data collected includes information such as email addresses, phone numbers, names, and postal addresses that customers provide during transactions or form submissions.

Important: Enhanced conversions uses first-party data that customers provide directly to your business. This makes it compliant with privacy regulations including GDPR when implemented correctly with proper consent mechanisms.

Why Enhanced Conversions Matter for Advertisers

The digital advertising landscape has fundamentally changed with increased privacy regulations, browser cookie restrictions, and evolving user behaviour. Enhanced conversions addresses these challenges by providing several critical benefits for advertisers.

Improved Conversion Measurement Accuracy

Traditional cookie-based tracking misses conversions when users delete cookies, switch devices, or browse in privacy mode. Enhanced conversions recovers many of these lost conversions by matching first party data google ads receives with signed-in Google accounts, providing a more complete picture of your campaign performance.

Better Campaign Optimisation

With more accurate conversion data, Google’s automated bidding strategies like Target CPA and Target ROAS can make better decisions. The machine learning algorithms have more complete information about which clicks lead to conversions, allowing for more effective budget allocation and bid adjustments.

Privacy-Centric Approach

Enhanced conversion tracking respects user privacy by hashing data before transmission and operating within Google’s existing privacy framework. This provides a sustainable measurement solution as the industry moves away from third-party cookies.

Measurement Method Cross-Device Tracking Cookie Dependency Privacy Compliance
Standard Conversion Tracking Limited High Moderate
Enhanced Conversions Strong Low High
Combined Approach Excellent Moderate High

How Enhanced Conversions Google Ads Technology Works

Understanding the technical workflow of enhanced conversions helps ensure proper implementation and troubleshooting. The process involves several steps that happen automatically once configured correctly.

Data Collection and Hashing

When a conversion occurs on your website, the enhanced conversion tag collects first-party customer data that the user has provided during the transaction or form submission. This typically includes email addresses and may include phone numbers, names, addresses, or other identifiers. Before this data leaves the user’s browser, it’s immediately hashed using SHA256 cryptographic hashing.

Secure Data Transmission

The hashed data is sent to Google alongside the standard conversion information like conversion value, currency, and transaction ID. Because the data is hashed client-side (in the browser), personally identifiable information never leaves the user’s device in plain text form.

Matching and Attribution

Google receives the hashed data and attempts to match it with signed-in Google accounts using their own hashed database. When a match occurs, Google can attribute the conversion to the original ad click even if cookies were deleted or the conversion happened on a different device. The matching process is deterministic rather than probabilistic, providing high confidence in attribution accuracy.

Pro Tip: Email addresses provide the highest match rates, typically ranging from 60-80% depending on your audience. Including additional fields like phone numbers and addresses can incrementally improve matching.

Prerequisites Before Setup

Before implementing enhanced conversions, ensure you meet all technical and policy requirements. Proper preparation prevents implementation issues and ensures compliance.

  • Active Google Ads conversion tracking already implemented and measuring conversions
  • Access to your website code or Google Tag Manager container
  • Admin or Standard user access to the Google Ads account
  • Customer data collection points on your website (forms, checkout processes)
  • Compliance with privacy policies and appropriate user consent mechanisms
  • Understanding of your website’s data layer or form structure

Legal Requirement: You must have appropriate legal basis to collect and share customer data with Google. Update your privacy policy to disclose that you share hashed customer information with advertising platforms for measurement purposes. Ensure you have proper consent mechanisms in place, particularly for European audiences under GDPR.

Choosing Your Implementation Method

Google offers three primary methods for implementing enhanced conversions. The method you choose depends on your technical capabilities and website setup:

  • Google Tag Manager (recommended): Most flexible and easiest for most marketers, no code changes required
  • Global Site Tag: Requires editing website code but offers direct control
  • Google Ads API: For advanced implementations and server-side conversion imports

Google Ads Enhanced Conversions Setup Using GTM

Google Tag Manager provides the most straightforward method for implementing enhanced conversions. This approach allows you to configure enhanced conversion tracking without modifying your website’s source code directly.

1

Enable Enhanced Conversions in Google Ads

Navigate to your Google Ads account and go to Tools & Settings → Measurement → Conversions. Select the conversion action you want to enhance and click “Edit settings”. Scroll to “Enhanced conversions” and toggle it on. Choose “Google Tag Manager” as your implementation method. Accept the customer data terms if prompted.

2

Configure Your Data Layer

Enhanced conversions requires customer data to be available in your data layer or form fields. If you’re using a data layer, structure your user information object with properties for email, phone_number, address (including first_name, last_name, street, city, region, postal_code, country). Ensure this data populates on your conversion pages.

3

Update Your Google Ads Conversion Tag in GTM

Open your Google Tag Manager container and locate your existing Google Ads conversion tag. In the tag configuration, expand the “Include user-provided data from your website” section. Choose your data source method: either select variables from your data layer or use automatic collection if customer data is in form fields on the page.

4

Map Customer Data Fields

For each available field (email, phone, address details), either select the corresponding data layer variable or allow GTM to automatically detect form fields. Email is the most critical field and should always be included. Phone number and address information are optional but improve match rates.

5

Test and Publish

Use GTM’s Preview mode to test your implementation. Complete a test conversion and verify that user data appears in the Tag Assistant panel. Check that the enhanced conversion parameters are present and contain hashed values. Once verified, publish your container changes.

Pro Tip: If you need assistance with GTM configuration, our GTM setup service can ensure proper implementation and data layer structure.

Setting Up Enhanced Conversions via Global Site Tag

If you’re not using Google Tag Manager, you can implement enhanced conversions by modifying the global site tag (gtag.js) code directly on your website. This method requires access to your website’s source code.

1

Enable Enhanced Conversions in Google Ads Interface

Go to Tools & Settings → Conversions in Google Ads. Select your conversion action and enable enhanced conversions, choosing “Code” as the implementation method. Google will provide updated code snippets with enhanced conversion parameters.

2

Retrieve Customer Data from Your Page

Write JavaScript code to capture customer information from your confirmation page or form fields. Store this data in variables that match Google’s expected format. Ensure you’re capturing email as a minimum, with phone and address details as optional enhancements.

3

Update Your Conversion Tracking Code

Modify your gtag(‘event’, ‘conversion’) call to include the enhanced_conversion_data parameter. Structure this object with the customer information you’ve collected. The global site tag will automatically hash this data before sending it to Google.

Code Example Structure: Your enhanced conversion implementation should pass user data in the format: { email: ‘user@example.com’, phone_number: ‘+441234567890’, address: { first_name: ‘John’, last_name: ‘Smith’, city: ‘London’, region: ‘Greater London’, postal_code: ‘SW1A 1AA’, country: ‘GB’ } }. All hashing happens automatically.

Verifying Enhanced Conversion Tracking

After implementation, thorough verification ensures that enhanced conversions are working correctly and capturing data as expected. Google provides several tools for validation.

Using Google Tag Assistant

Install the Google Tag Assistant Chrome extension and navigate to your conversion page. Complete a test transaction and check that the Google Ads conversion tag fires with enhanced conversion data. Tag Assistant will display whether user-provided data was detected and successfully hashed.

Checking Google Ads Diagnostics

In your Google Ads account, navigate to Tools & Settings → Conversions. Look for a green tick and “Eligible” status under the Enhanced Conversions column for your conversion actions. Click on a specific conversion to view the enhanced conversions diagnostic report, which shows match rate and data quality indicators.

Monitoring Match Rate Performance

After implementation, monitor your enhanced conversion match rate in the diagnostics section. A healthy implementation typically achieves match rates between 60-80% for email-based matching. Lower match rates may indicate data quality issues or formatting problems.

Important: It may take 24-48 hours after implementation before enhanced conversion data appears in Google Ads reporting. Don’t be alarmed if you don’t see immediate results in the diagnostic dashboard.

Troubleshooting Common Issues

Even with careful implementation, you may encounter issues with enhanced conversion tracking. Here are solutions to the most common problems.

Problem
Enhanced conversions showing “Not eligible” status
Cause
Enhanced conversions not properly enabled in Google Ads interface or implementation method not selected
Solution
Return to conversion settings in Google Ads and explicitly enable enhanced conversions. Accept customer data terms if prompted. Ensure you’ve selected your implementation method.

Problem
Low match rate (below 40%)
Cause
Poor data quality, incorrect formatting, or missing email addresses in most conversions
Solution
Verify email addresses are being captured correctly. Check formatting matches Google’s requirements (lowercase, trimmed whitespace). Add additional fields like phone numbers to improve matching.

Problem
Tag Assistant shows no user data detected
Cause
Customer data not available in data layer or form fields when conversion tag fires
Solution
Verify data layer pushes occur before the conversion tag fires. Check that form field IDs match your GTM configuration. Use GTM Preview mode to inspect available variables at the moment of tag firing.

Problem
Conversions tracking but no enhanced conversion data in diagnostics
Cause
Standard conversion tracking working but enhanced conversion parameters not being sent
Solution
Check that enhanced conversion configuration is included in your tag. Verify GTM tag type is “Google Ads Conversion Tracking” (not Google Analytics). Ensure customer data mapping is configured in the tag settings.

Problem
Error: “Invalid customer data format”
Cause
Customer data not structured according to Google’s required format specifications
Solution
Review Google’s formatting requirements: emails should be lowercase, phone numbers in E.164 format, country codes as ISO 3166-1 alpha-2. Remove special characters and extra spaces from all fields.

Problem
Duplicate conversions being recorded
Cause
Both standard and enhanced conversion tags firing separately or conversion tag firing multiple times
Solution
Enhanced conversions should enhance existing tags, not create new conversion tags. Check that you only have one conversion tag per action. Verify tag firing rules prevent multiple triggers on the same page load.

Best Practices for First Party Data Google Ads

Maximise the effectiveness of your enhanced conversion implementation by following these industry best practices for data collection and management.

Data Quality Over Quantity

While enhanced conversions supports multiple data fields, focus on collecting high-quality email addresses rather than incomplete information across many fields. A single accurate email address provides better matching than poorly formatted data across multiple parameters. Implement client-side validation to ensure email addresses follow proper format before submission.

Normalisation and Formatting

Standardise customer data before it’s sent to Google. Convert email addresses to lowercase, trim whitespace, and format phone numbers consistently. For addresses, use consistent abbreviations and ensure country codes follow ISO standards. This normalisation significantly improves match rates.

Privacy and Compliance Considerations

Maintain transparency with your customers about data usage. Update privacy policies to reflect that hashed customer information is shared with advertising platforms for measurement purposes. Implement consent management platforms (CMPs) to handle regional privacy requirements. Only collect and transmit data from users who have provided appropriate consent.

  1. Audit your current data collection points to identify where customer information is available
  2. Implement data layer standardisation across all conversion pages for consistency
  3. Test enhanced conversions with a subset of campaigns before full rollout
  4. Monitor match rates weekly and investigate any sudden decreases
  5. Document your implementation for team knowledge sharing and troubleshooting
  6. Review and update customer data fields quarterly as website forms evolve

Strategic Implementation Priorities

Prioritise implementing enhanced conversions for your highest-value conversion actions first. E-commerce purchases, lead generation forms, and quote requests benefit most from improved attribution. Lower-value actions like newsletter signups can be enhanced later once you’ve validated the implementation process.

Pro Tip: Consider implementing enhanced conversions across all your conversion actions even if some have lower volume. The aggregate improvement in machine learning signals benefits your entire account, and Google’s automated bidding strategies perform better with more complete data.

Ongoing Monitoring and Optimisation

Enhanced conversion tracking requires active maintenance. Set up monthly reviews of your diagnostic reports to catch data quality issues early. Monitor for changes in match rates that might indicate technical problems. As browser privacy features evolve, enhanced conversions becomes increasingly valuable—ensure your implementation stays current with Google’s latest recommendations.

If you’re managing substantial advertising spend and want expert assistance optimising your conversion tracking and campaign performance, our Google Ads management service team can help implement and maintain enhanced conversions alongside comprehensive account management.

Conclusion: Implementing Enhanced Conversions Google Ads

Enhanced conversions google ads represents a critical evolution in digital advertising measurement, providing a privacy-compliant method to improve conversion tracking accuracy in an increasingly cookie-restricted landscape. By leveraging first-party customer data through secure hashing, advertisers can recover lost conversions, improve automated bidding performance, and gain more accurate insights into campaign effectiveness.

Whether you implement through Google Tag Manager, global site tags, or the Google Ads API, the key to success lies in data quality, proper formatting, and ongoing monitoring. Start with your most valuable conversion actions, validate your implementation thoroughly, and expand enhanced conversion tracking across your account as you become comfortable with the process.

The investment in setting up enhanced conversion tracking pays dividends through improved measurement accuracy and better campaign performance. As third-party cookies continue to phase out and privacy regulations evolve, enhanced conversions provides a sustainable, future-proof approach to conversion measurement that respects user privacy whilst delivering the insights advertisers need to optimise their campaigns effectively. For personalised assistance with implementation or broader Google Ads strategy, feel free to contact us our team.

Frequently Asked Questions

What is the difference between enhanced conversions and standard conversion tracking?

Standard conversion tracking relies on cookies and click IDs to attribute conversions to ad clicks, whilst enhanced conversions supplements this by using hashed first-party customer data (like email addresses) to improve attribution accuracy. Enhanced conversions works alongside your existing tags to recover conversions that would otherwise be lost due to cookie deletion, browser restrictions, or cross-device behaviour. The two methods work together rather than replacing each other, providing more complete measurement.

Is enhanced conversions compliant with GDPR and other privacy regulations?

Yes, when implemented correctly with appropriate user consent mechanisms, enhanced conversions is compliant with GDPR and other privacy regulations. The feature uses first-party data that customers provide directly to your business, and all data is hashed using SHA256 encryption before leaving the user’s browser. However, you must update your privacy policy to disclose this data sharing, obtain proper consent, and ensure you have legitimate legal basis to process and share customer information with Google for advertising purposes.

How long does it take for enhanced conversions data to appear in Google Ads?

After implementing enhanced conversions, it typically takes 24-48 hours before data appears in your Google Ads diagnostic reports and conversion tracking dashboard. Google needs time to process the enhanced conversion data and match it with their databases. Your standard conversion tracking will continue reporting immediately, but the enhanced conversion match rate and diagnostics specifically require this processing period. Allow at least one week of data collection before making judgements about implementation success.

What customer data fields should I include for best results?

Email address is the most important field and should always be included as it provides the highest match rates (typically 60-80%). Phone numbers are the second most valuable field. Additional fields like first name, last name, street address, city, postal code, and country can incrementally improve match rates but are optional. Focus on collecting accurate, properly formatted email addresses rather than incomplete information across many fields—quality matters more than quantity when it comes to enhanced conversion matching.

Can enhanced conversions track conversions that happen on different devices?

Yes, this is one of the primary benefits of enhanced conversions. When a user clicks an ad on their mobile device but completes the conversion on their desktop computer (or vice versa), traditional cookie-based tracking often fails to connect these events. Enhanced conversions can attribute the conversion correctly by matching the hashed email address or other customer data across devices, provided the user is signed into their Google account on both devices and the customer information matches.

Will enhanced conversions increase my reported conversion numbers?

Enhanced conversions typically increases reported conversions by 5-15% on average, though this varies significantly based on your audience and business type. The feature doesn’t create new conversions—it recovers conversions that actually occurred but couldn’t be attributed with standard cookie-based tracking alone. The increase represents more accurate measurement rather than inflated numbers. This improved accuracy helps automated bidding strategies make better decisions, which can lead to actual performance improvements over time.

Do I need to implement enhanced conversions if I’m using consent mode?

Yes, enhanced conversions and consent mode serve complementary purposes and should be used together for optimal results. Consent mode handles the technical implementation of cookie consent preferences, whilst enhanced conversions improves measurement accuracy using first-party data. Even with consent mode properly configured, enhanced conversions provides additional attribution signals that improve conversion tracking, especially for users who decline cookie consent. The two features work together to provide comprehensive, privacy-compliant measurement in various consent scenarios.