Skip to main content
Skip table of contents

Google Ads Enhanced Conversions User Guide

If you use Google Ads for your campaign optimization, you are probably highly interested in using the enhanced conversions features. According to Google's support site, “enhanced conversions is a feature that can improve the accuracy of your conversion measurement and unlock more powerful bidding. It supplements your existing conversion tags by sending hashed first party conversion data from your website to Google in a privacy safe way. The feature uses a secure one-way hashing algorithm called SHA256 on your first party customer data, such as email addresses, before sending to Google.”

In this article, we will explain how to set up your Google Ads connector in JENTIS to use enhanced conversions.

1. Create a variable that contains a PII data point

The first step is to create a variable that retrieves the PII data point (i.e., email address). In this example, you can see a variable that will retrieve the key “email” from the “order” document from the JENTIS Data Layer.

image-20250108-131103.png

Example JENTIS data layer push:

CODE
_jts.push({
  "track": "order",
  "email": "test123@test.com"
})

2. Add the variable to relevant tags

Once you have created your variable containing a PII data point, add this variable to relevant tags (i.e. a Google Ads Conversion tag or Google Ads Order tag) in the appropriate placeholder:

image-20250108-131331.png

Add the variable under the Enhanced conversion group:

image-20250108-131402.png

Add a to lower case function for added safety:

image-20250108-131451.png

3. Apply “GA SHA-256”

Lastly, make sure to apply "GA SHA256" on clear-text email values:

image-20250108-131514.png

Your result should look like this:

image-20250108-131531.png

If you have any questions or feedback, please open a request on our Helpdesk.

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.