I am using a cloudflare worker to hash
I am using a cloudflare worker to hash email and phone plaintext from a website, eventually assigning them in via GA4 third-party tool on Zaraz in a Custom action as Custom fields:
The worker returns an object with
The object as a Zaraz variable is named:
When I assign the value to the Custom fields (noted above), how do I do that?
For example, I have tried...
user_data.sha256_email_address and user_data.sha256_phone_number.The worker returns an object with
hashedEmail and hashedPhone.The object as a Zaraz variable is named:
hashedData.When I assign the value to the Custom fields (noted above), how do I do that?
For example, I have tried...
