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:
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...2 Replies
Unknown User•3mo ago
Message Not Public
Sign In & Join Server To View
I am pretty sure that I tried that, but ill definitely try again.