-
Notifications
You must be signed in to change notification settings - Fork 260
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Normalize email addresses for Google Enhanced Conversions #2668
Normalize email addresses for Google Enhanced Conversions #2668
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #2668 +/- ##
=======================================
Coverage 78.40% 78.41%
=======================================
Files 1032 1032
Lines 18564 18570 +6
Branches 3517 3519 +2
=======================================
+ Hits 14555 14561 +6
Misses 2833 2833
Partials 1176 1176 ☔ View full report in Codecov by Sentry. |
Hi @rvadera12 PR deployed. |
Everything is working as expected in production |
…2668) * normalize emails before hashing per google spec * add tests for upload click conversion
…2668) * normalize emails before hashing per google spec * add tests for upload click conversion
Rocket Mortgage is experiencing an issue with low match rates for Google Enhanced Conversions. Although the data is being sent successfully, the match rate is below 1%.
During troubleshooting, we identified that email addresses are not being normalized according to Google’s specifications when using the endpoint. While this discrepancy is unlikely to fully explain the low match rate, it is an issue worth addressing since normalization is outlined as a requirement in both our documentation and Google’s documentation.
Testing
hashing currently
hashing with this PR
Stage Test
Stage Test
Stage Test
Stage Test
Note
There is currently a failing test for
userLists
. I didn't touch any of the functionality here, as this is also failing in main.