Hello guys!
I'm testing snowplow SJ tracker on site with "single page" frontend architecture. And I've got an issue with "referer".
For example:
(page /b is a "single page" which makes body after data is requested thru ajax)
3. On the page /b we click on link /b2 and app does:
- gets /b2 thru ajax and show it in the body
- sets the page url as /b2 thru the JS code
- calls the snowplow user event
Finally we see:
(it's incorrect)
- current page url is /b2
It seems that snowplow generate wrong referer and as result we have wrong source (referer) for user events.
1. Do you know about this behavior?
2. Is it a bug?
3. How can we send correct actual referer?