Hi Victor,
Thanks for reaching out to the Google Ads API Forum.
Kindly see below responses to your queries:
1. Can you confirm that the address info is not supported for enhanced conversions?
>> As per our guide, only hashed_email and hashed_phone_number are supported for conversion uploads.
2. The error message says that I should "Use only hashed email OR phone", does this mean that I can use either email or phone? Could this be the cause why the email is not appended in the first version (the one that I don't send the address info)? Or should I append the user_identifier after the email and after the phone? I've checked the SDKs github example code but the only example I found only sent email not email and phone.
>> As only hashed_email and hashed_phone_number are supported for conversion uploads through UploadClickConversionsRequest to send enhanced conversions for leads, this is why you encountered said error. I highly recommend you to follow our implementation guide here https://developers.google.com/google-ads/api/docs/conversions/upload-identifiers
3. We were already uploading click conversions using GCLID only so we've been storing GCLID for quite a while. I've tried uploading conversiosn using only the idenfiers to test it and I'm sure the emails and phones I used were from customers that came from a Google Ads campaign because we had the GCLID, I even filtered the customers that used a @gmail account just to be sure, however, everytime I tried I got the following error message: code: 3message: "The click can\'t be found for the specified identifiers. This may be because it did not come from a Google Ads campaign.
>> It appears that you are receiving a CLICK_NOT_FOUND error. Note that this error indicates that the provided click was not found for the provided user identifiers. This may be because the conversion did not come from a Google Ads campaign. You may use the click_view report to pull the GCLID details.
Let us know if you have any additional questions.
![]() |
Google Ads API Team |