Hi all,
We are trying to have a popup prepopulate with the customers email if they’ve already been cookied by Klaviyo. We are trying to do this either via decoding the b64 klaviyo cookie, or from `_learnq.identify()` however neither output the customers email. Were there changes to the information contained in the cookie directly, or via this method?
When we do: `_learnq.identify()` the output is
{$source: 'Sign up - Red'}
And when we decode `document.cookie.__kla_id` we get:
{"$source":"Sign up - Red","$exchange_id":"ypr3nGSJO059co*****AE2I=.xyz"}
CCing this thread here as it looks like someone had a similar issue - however I’ve followed the feedback and was unable to get this to work: