Skip to content

Commit 902427b

Browse files
committed
[netlify-build]
1 parent 87993f8 commit 902427b

File tree

1 file changed

+25
-0
lines changed
  • src/connections/destinations/catalog/actions-google-enhanced-conversions

1 file changed

+25
-0
lines changed

src/connections/destinations/catalog/actions-google-enhanced-conversions/index.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,8 @@ Segment users can send data to [Google Ads Customer Match](https://developers.go
6767

6868
#### Connect Reverse ETL to Google Ads Customer Match
6969

70+
After you’ve connected your Google Ads destination to Segment, set up [Reverse ETL mappings](/docs/connections/reverse-etl/setup/#step-4-create-mappings) to sync to a Google Customer Match List.
71+
7072
##### Add users to your Google Customer Match User List
7173
1. From your Segment workspace, navigate to your Reverse ETL source.
7274
2. Select the Reverse ETL model you'd like to sync with Google Ads.
@@ -89,6 +91,29 @@ Segment users can send data to [Google Ads Customer Match](https://developers.go
8991
9. Enter a name for your mapping, set your sync schedule, and click **Save**.
9092
10. On the mapping's overview page, set the Status toggle to **Enabled**.
9193

94+
## Data normalization
95+
96+
To improve match rates, Segment built in normalization and hashing for common fields to align with Google's best practices outlined in Google's [Prepare data for upload](https://developers.google.com/google-ads/api/docs/conversions/enhanced-conversions/leads#prepare-data){:target="_blank"} and [Add customer data](https://developers.google.com/google-ads/api/docs/remarketing/audience-segments/customer-match/get-started#add-user){:target="_blank"} documentation.
97+
98+
### Normalization
99+
100+
Segment automatically strips whitespace and converts the following fields to lowercase:
101+
* Email
102+
* First name
103+
* Last name
104+
105+
Segment normalizes the Phone field by removing any non-numeric symbols. Segment also converts each phone number to [E.164](https://en.wikipedia.org/wiki/E.164){:target="_blank"} format before hashing. E.164 format represents a phone number as a number up to fifteen digits in length starting with a + sign.
106+
107+
### Hashing
108+
109+
Google requires you to hash all PII before sending it to the Google API.
110+
111+
Segment automatically hashes any of the following fields that are not already hashed at egress:
112+
* Email
113+
* Phone number
114+
* First name
115+
* Last name
116+
92117
## Consent mode
93118
[Consent mode](https://support.google.com/analytics/answer/9976101?hl=en){:target="_blank"} is a feature provided by Google in the context of its products, particularly the Gtag library and Google Analytics. As of March 6, 2024, Google announced that consent mode must function for European Economic Area (EEA) users, otherwise data from EEA users won't process.
94119

0 commit comments

Comments
 (0)