Access Klaviyo email addresses in Javascript to pass to Lucky Orange
The new version of the Lucky Orange service (visual user tracking, event tracking, heatmaps, etc.) allows me to add custom data to tie a Lucky Orange profile to other external profile stores.
I’d like to set a user’s Lucky Orange session email address to whatever has been captured by Klaviyo.
I’m really struggling to do this. I’ve found the following API endpoint:
https://developers.klaviyo.com/en/reference/get-profile#exchange
But it would require exposing a private key to run in client-side Javascript (obvi a no-go).
I’m on a Shopify store, so I can’t run much code server-side to access this data securely.
Do I have any options here?

