Hello,

Thank you for the response.

I’m currently implementing Enhanced Conversions for Leads on my website 
using the Google tag (`gtag.js`). I have followed the documentation and am 
setting `user_data` with a normalized (but unhashed) email address.

When a lead is submitted, the lead data is stored in our CRM, and we then 
upload the normalized and hashed email addresses using the Google Ads API 
(`UploadClickConversions` endpoint).

Could you please confirm if this flow is required and sufficient for 
Enhanced Conversions for Leads to function correctly?

Also, on the client side, this is how we are triggering the event:

```javascript
gtag('set', 'user_data', {
  email: userEmailVariable
});

gtag('event', 'form_submit', {
  'send_to': 'AW-1234567890'
});
 
I noticed that most documentation examples use ' form_submit' as the event 
name instead of 'conversion'.

Could you please clarify:

Is it required to use 'conversion' as the event name in order for Enhanced 
Conversions for Leads to properly match data?

Will using an event name like 'form_submit' prevent the enhanced conversion 
data from being correctly registered in Google Ads?

I’d appreciate your confirmation, as we are currently seeing the message:

"No user-provided data matches" in the Google Ads.

Thanks again for your support.

Best regards,
Muhammad Adnan

On Monday, 12 May 2025 at 17:45:17 UTC+1 Google Ads API Forum Advisor wrote:

> Hi,
>
> >> Does the casing of the hexadecimal hash (uppercase vs lowercase) affect 
> Google's ability to match user data?
>
> No, the casing of the hexadecimal hash might not affect Google's ability 
> to match user data. 
>
> >> Is it a strict requirement to send lowercase SHA-256 hashes in API 
> requests?
>
> According to the Google Ads API *documentation* 
> <https://developers.google.com/google-ads/api/docs/conversions/upload-online#prepare-data>,
>  
> it is necessary to convert the text to lower case before hashing.
>
> Thanks,
>   
> [image: Google Logo] Google Ads API Team 
> Feedback
> How was our support today? 
>
> [image: rating1] 
> <https://docs.google.com/forms/d/e/1FAIpQLSeRhIg5VeThVmbcD0c5DTWTDjmpJuSktN8vFelEL7_KV_Orbg/viewform?usp=pp_url&entry.141427034=1&entry.295079254=500Ht00001qWdhAIAS>
>   
>   [image: rating2] 
> <https://docs.google.com/forms/d/e/1FAIpQLSeRhIg5VeThVmbcD0c5DTWTDjmpJuSktN8vFelEL7_KV_Orbg/viewform?usp=pp_url&entry.141427034=2&entry.295079254=500Ht00001qWdhAIAS>
>   
>   [image: rating3] 
> <https://docs.google.com/forms/d/e/1FAIpQLSeRhIg5VeThVmbcD0c5DTWTDjmpJuSktN8vFelEL7_KV_Orbg/viewform?usp=pp_url&entry.141427034=3&entry.295079254=500Ht00001qWdhAIAS>
>   
>   [image: rating4] 
> <https://docs.google.com/forms/d/e/1FAIpQLSeRhIg5VeThVmbcD0c5DTWTDjmpJuSktN8vFelEL7_KV_Orbg/viewform?usp=pp_url&entry.141427034=4&entry.295079254=500Ht00001qWdhAIAS>
>   
>   [image: rating5] 
> <https://docs.google.com/forms/d/e/1FAIpQLSeRhIg5VeThVmbcD0c5DTWTDjmpJuSktN8vFelEL7_KV_Orbg/viewform?usp=pp_url&entry.141427034=5&entry.295079254=500Ht00001qWdhAIAS>
> [2025-05-12 16:44:20Z GMT] This message is in relation to case 
> "ref:!00D1U01174p.!500Ht01qWdhA:ref" (ADR-00305169)
>
>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Google Ads API and AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion visit 
https://groups.google.com/d/msgid/adwords-api/6f8a3e39-22e7-4bc4-92de-9a17846f8918n%40googlegroups.com.
  • En... Adeola Morren
    • ... 'Nikita Klyuchnikov' via Google Ads API and AdWords API Forum
      • ... 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
    • ... Muhammad Adnan
      • ... Muhammad Adnan

Reply via email to