Can you identify a user and have Klavio keep tracking the user as they continue navigating?
https://developers.klaviyo.com/en/docs/javascript_api
We have a custom newsletter signup, which performs an identify action on success.
klaviyo.push(('identify', {
// Change the line below to dynamically print the user's email.
'email' : '{{ email }}'
}]);
Following page navigations fail to track the profile, I only see the first ‘Active on site’
Thanks
Ryan