Hey all - we recently ran into an issue when we added a second tracker to our site, where the page pings are only associating with the web page context from one of the trackers. Our expected behavior is that both trackers share the same web page context (and thus the same page_view_id
), but it seems like all page pings are being associated with the tracker that fires first. Example below:
As you can see, one of the trackers fires a page view event that has no associated page ping data (or SDEs for that matter) - thus showing 0 time on page in our data models (this is how we noticed the issue). It’s an orphaned page view.
What’s even weirder is this doesn’t always happen - it seems to happen randomly, which has us puzzled. Also, on our marketing sites (this is our product site) the behavior is what we’d expect, two trackers sharing the same web page context. Example of expected behavior below:
Is this something anyone has dealt with before?