Hello, Does anybody know if it is possible to track the time the User spent on a page? It can be done by creating a dedicated entity connected to the User which will store Start and End time when entering and leaving the page but this does not cover everything. One issue here is with the closing of Tab or Browser for example. Other one is that the change for End needs to be implemented on all possible buttons that are redirecting you from the current Page. For example on Home Page in the Menu the change of the timer should be implemented as well but in this case if two tabs are opened and User on one tab goes to the Home Page it will stop the timer even if on the other tab the User is still on the page which should be tracked. Does anybody know if there is a widget or if this can be done via JavaScript? Thank you in advance, Stefan
asked
Stefan Dankuc
1 answers
0
Hi Stefan, i think the only feasible option is using javascript and generating custom tab id's // and JS BroadcastChannels to track multiple tabs and times
this sounds like a very involved and complex but interesting project :-)