Does anyone have a suggestion on how to track sessions which use multiple tabs for navigation on the same domain?
We are using a straightforward setup. Fx: A user opens the frontpage and opens two links in a new window. Both links are on the same domain as the frontpage. Because there’s no intermediate pageview in between the two link-clicks the user flow will look like this:
Frontpage (page 1) → new window (page 2) → new window (page 3)
That’s makes sense cronologicly, but it does not reflect the true navigation pattern from page 1. The user flow will see the flow as a navigation from page 2 to page 3 regardless if it’s actually possible or not to navigate between these pages.
I’ve tried searching for ressources on this topic, but can’t find any.
The tracker debugger shows the chronological sequence in the session, which is also what I expect.
My question is more of a theoretical one. Is there a way to track navigation in multiple tabs in a way that shows the user flow, which sometimes is not in chronological order?