You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Well, first of all I would change the visited colour of links to a different one. So that as a user I can see which videos I have clicked on! I would not show the user if he actually 'watched' the video. It should be more clear, that he was on this video page already, somehow...
So in case you are talking about backend tracking, I would simply increment a counter when the play button was clicked (if trackable yet?). In addition, increment another click counter every time the click button was clicked and the user spent at least 50% of the video length on this video page (a simple timeout should do the trick, which will be terminated on a page change)
I like the idea to mark "visited video page". To mark "watched videos" is difficult, the simple timeout trick does not work. Maybe someone watch a video just for 5 minutes, have no more time anymore, changes the page and then he/she comes back again later... so it´s not really possible with a timeout.
This should be a great feature, but when do we decide when a video was "watched"?!
The text was updated successfully, but these errors were encountered: