I have a popup on my site that a lot of people sign up through as their first interaction with us. With it, I am also updating some properties about them based on which URL they are on. I’m playing with the code, but its roughly something like this...
window.addEventListener("klaviyoForms", function(e) {
if (e.detail.type == 'submit') {
_learnq.push(h'identify', {'code' : 'x'}]);
}
});
For some reason, some people are coming in beautifully, with the code, as well as the “Where they first found you” data and everything. Others are not.
What would break the “Where they first found you” …
- is this all dependent on cookies or something?
- are there specific issues with first time visitors?