Cloudflare DevelopersCD
Cloudflare Developers8mo ago
2 replies
Savior

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...
Was this page helpful?