# Google Ads Enhanced Conversions (beta)

[Enhanced conversions](https://support.google.com/sa360/answer/12862935) is one of Google's features which aims to provide more accurate conversion tracking using hashed user information. It can provide limited view-through conversion data in a world where third-party cookies are being phased out.

{% hint style="warning" %}
If you are a HIPAA customer, it's important to understand that even though the user information is hashed before being sent to Google, HHS guidance still considers this PII since it does not use a secret. Therefore, you must be extremely careful to avoid sending health data alongside this user information to avoid a HIPAA violation.
{% endhint %}

## Getting Started

These instructions assume you already have a Google Ads destination set up within your Freshpaint account. If you would like help with this or have any questions, please contact your Freshpaint rep or email **<support@freshpaint.io>**.

### What You'll Need

1. Access to your Google Ads account
2. Knowledge of which parts of your website have access to user information (most commonly forms)

### First, enable enhanced conversions in Google Ads

1. In Campaign Manager, navigate to your advertiser account.
2. Click on **Goals > Conversions > Settings**.
3. Under “Enhanced conversions”, select the checkbox **Turn on Enhanced Conversions** and select **Google Tag** as the setup method.
4. Click **Save**.

<figure><img src="/files/idbGQihKVF0XWiqHMQXa" alt=""><figcaption></figcaption></figure>

{% hint style="warning" %}
Make sure you select **Google Tag** as the setup method. Otherwise, Google may not be able to collect enhanced conversions data correctly.
{% endhint %}

### If you are a HIPAA account, you will need to add enhanced conversion properties to the allowlist. If you are not a HIPAA account, you can skip this step.

1. Go to the destination configuration page for Google Ads.
2. Click on **Recommended View-Through Properties.**
3. Depending on which pieces of user data you decided to send for enhanced conversions, you'll need to add some or all of the following properties to the allowlist:
   1. `email`
   2. `$user_id` (used for pulling email from identified users)
   3. `phone` and/or `phone_number`
   4. `address`

<figure><img src="/files/Nl7R2GGWr48CjQDr2KaI" alt="" width="375"><figcaption></figcaption></figure>

{% hint style="info" %}
If you don't configure your allowlist properties, Google Ads will not receive all the data necessary for utilizing enhanced conversions!
{% endhint %}

### Next, set up sending the enhanced conversion data

How you configure sending the user data will depend on your method of sending data to Freshpaint. We will outline steps for a native Freshpaint implementation and one using Google Tag Manager

#### Native Freshpaint (using event definitions + transformations)

These instructions assume you already have a Freshpaint event definition and transformation set up to send through the event to Google Ads with the correct conversion label.&#x20;

Navigate to the Google Ads transformation for the conversion event you have set up and add the following transformations:

* Send Constant Property `enhanced_conversions_enabled` equal to `true` (type `True/False`).
* Rename any properties that are not using the exact keys `email`, `phone`, `phone_number`, or `address` (eg. renaming `Email` to `email`).&#x20;

For example:

<figure><img src="/files/ZBo446OWcYmV4Tlx1sUd" alt=""><figcaption></figcaption></figure>

#### Google Tag Manager (GTM)

These instructions assume you're using GTM to manage Google Ads tags and that you've already migrated your native Google Ads tags to the Freshpaint tag template. If you would like help with this or have any questions, please contact your Freshpaint rep or email **<support@freshpaint.io>**.

1. For each Google Ads tag that you want to enable for enhanced conversions (commonly tags that capture form submits), click the checkbox under the "Enhanced Conversions" section at the bottom.
2. A selection menu will appear, asking you to pick the GTM variable that will capture the desired user data for enhanced conversions. You may need to create a new variable for this.
   1. GTM offers a few different methods to collect user data for enhanced conversions:
      1. Manual configuration (recommended)
      2. Code
      3. Automatic collection
   2. More information to help you make a decision can be found [here](https://support.google.com/sa360/answer/12863936).

<figure><img src="/files/u8a76FJkThg38aaR7JvY" alt="" width="375"><figcaption><p>Enhanced Conversions checkbox.</p></figcaption></figure>

<figure><img src="/files/wDaihWIRS5Thoxz7pi4o" alt="" width="375"><figcaption><p>Example of a GTM variable selected for enhanced conversions.</p></figcaption></figure>

### That's it! Your Google Ads conversion events should now be enriched with enhanced conversions data.

To verify that your events contain enhanced conversions data, you can use [Event Verification](/admin-panel/investigate-testing-and-debugging/traces.md) to confirm that the allowlisted properties (`email`,  `phone`/`phone_number`, and/or `address`) are being passed through to Google Ads.

For further assistance, please contact your Freshpaint rep or email **<support@freshpaint.io>**.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://documentation.freshpaint.io/integrations/destinations/direct-response-ads/google-ads/google-ads-enhanced-conversions.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
