Skip to main content

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

Ignore that, it’s working. It was just a bug in follow up pages.


Hi @ryanhend!

Thanks for sharing your solution with the Community!

- Brian


Reply