Challenge with Google Ads Optimized Conversions via MAKE: SHA-256 Email Error

Hello, MAKE.com community!

I’m facing a challenge integrating Google Ads optimized conversions via MAKE. My goal is to send emails and phone numbers in SHA-256 format, but I’m getting an “invalid parameter” error. When I input the email directly (without SHA-256), the system accepts it but returns ‘null’. I’ve tried various solutions, including seeking help from MAKE support and ChatGPT, but have yet to resolve it.

Thanks for any help!
Silvio

Hey @silviomarcal
Welcome to the Make Community.

May I know how you are formatting the email or phone in SHA-256.
Can you share your Scenario by exporting it in json form.

Thanks,
Sachin Shrivastava

2 Likes

Welcome to the Make community!

1. Screenshots of module fields and filters

Please share screenshots of relevant module fields and filters in question? It would really help other community members to see what you’re looking at.

You can upload images here using the Upload icon in the text editor:
Screenshot_2023-10-07_111039

2. Scenario blueprint

Please export the scenario blueprint file to allow others to view the mappings and settings. At the bottom of the scenario editor, you can click on the three dots to find the Export Blueprint menu item.

Screenshot_2023-08-24_230826
(Note: Exporting your scenario will not include private information or keys to your connections)

Uploading it here will look like this:

blueprint.json (12.3 KB)

3. And most importantly, Output bundles

Please provide the output bundles of the modules by running the scenario, then click the white speech bubble on the top-right of each module and select “Download output bundles”.
Screenshot_2023-10-06_141025

A.

Save the bundle contents in your text editor as a bundle.txt file, and upload it here into this discussion thread.

Uploading it here will look like this:

bundle.txt (12.3 KB)

B.

If you are unable to upload files on this forum, alternatively you can paste the formatted output bundle in this manner:

  • Either add three backticks ``` before and after the code, like this:

    ```
    input/output bundle content goes here
    ```

  • Or use the format code button in the editor:
    Screenshot_2023-10-02_191027

Providing the output bundles will allow others to replicate what is going on in the scenario even if they do not use the external service.

Following these steps will allow others to assist you here. Thanks!

2 Likes

Hello Sachin Shrivastava,

Thank you for your response. To format the email and phone number in SHA-256, I’m using the SHA-256 function provided in the Make platform. I have already prepared the scenario blueprint in JSON format, which details my current setup and the issues I’m encountering. I’m attaching it here for your review.

Looking forward to your insights or suggestions on resolving these issues.

Thanks,
Silvio Marçal
blueprint (16).json (9.7 KB)

Hello,

Thank you very much for your willingness to assist. I’m encountering a specific issue with the SHA-256 function as recommended by MAKE’s documentation. When I format the email and phone number using SHA-256, I receive an error indicating an “invalid parameter.” However, if I use the email address without SHA-256 encoding, the system accepts it but returns a ‘null’ response. I’m preparing some screenshots to illustrate these issues in more detail.

Appreciate your help in resolving this matter.

Best regards,
Silvio Marçal

blueprint (16).json (9.7 KB)




From what you mentioned, the request goes through successfully when you don’t use the hash function, and is invalid when you use the hashing function — This seems like the hashing is already done in the module’s backend before sending it to Google, and doing your own hashing makes it a double hash which is invalid.

It might actually be a bug in the module, if “null” is returned from the external service.

For quicker assistance with technical issues like these, you may want to contact support directly. They have access to your scenario logs, and can investigate further.

2 Likes

Hello samliew,

Thank you for your insightful response in the Make community. Your explanation about the hashing function being possibly redundant and the potential of a module bug causing the ‘null’ response was very helpful. Based on your advice and the support team’s input, we’ve decided to follow Pavel’s suggestion from the Make support team. We appreciate your guidance and the time you took to assist us in troubleshooting this issue.

Best regards,
Silvio

:point_down: :point_down: :point_down:

Hi Silvio,

​The hashing is the same and it is according to the format accepted by the Google platform. So you can directly use the email address.

Wwe are struggling with the date and time format

I would say that you should use only the “now” function without formatting, it should work just fine.

The “Uploads an enhanced conversion for leads” module is not supposed to have an output since Google is not sending any response.

Let me know should you have any further questions related to this issue. If you need help with something else, please submit a new ticket and we will get back to you promptly.

Kind regards,

Pavel B.

Your Make Team

Best regards,
Silvio

1 Like

Hey there @silviomarcal :wave:

Amazing to hear, that your issues are solved! Thank you very much for sharing the advice from our amazing Support Team. :muscle:

FYI: I marked your message as a solution to keep our community organized and tidy

Hello Sachin Shrivastava,

I am sending the blueprint of my scenario in JSON format. I’ve observed that using the SHA-256 function to format emails and phones results in an error in the context of Google Ads. I hope this file can provide more insights into the setup and the challenges I am facing.

Thank you for your assistance,
Silvio


blueprint (17).json (9.4 KB)

Hello Vendy,

I wanted to update you that the issue has not yet been resolved. I’ve made the recommended adjustments and am now waiting for Google Ads to record the conversions. If you have the correct answer or any further guidance, please share it with us. Thank you in advance for your assistance.

Best regards,

Silvio Marçal