Algorithmic-Personalization / server

The Unlicense
1 stars 1 forks source link

Bug with time spent on YouTube #4

Open mcurmei627 opened 1 year ago

mcurmei627 commented 1 year ago

Image

There seems to be much less time spent on YouTube compared to watch time, is that last column tracking time spent with an active tab.

For context, with this user I was actually watching a playlist of videos on autoplay.

djfm commented 1 year ago

No, it should track watch time whether the tab is active or not, I haven't investigated the impact of tab activity on watch time events, I guess they are fired whether the tab is active or not since videos keep playing.

Still unsure whether the tab_active property is reliable. My gut feeling is that there are gonna be inconsistencies between different combinations of:

For context, with this user I was actually watching a playlist of videos on autoplay.

I think this makes sense, because watch time will be tracked any time a video plays, even a short probably (to be checked), but if the user never clicks, they're actually gonna experience the native YouTube behavior (especially if watching playlists, since playlist related events are tracked but playlists are unaltered by the extension).

I think the real question here is that of autoplay and what we can / want to do in the various cases when it happens.