Hello,
We are trying to determine how long a user stays on a video, we have a “play video” event, is it possible to calculate a duration like this:
duration = (time of the next event) - (time of play video event)
For example if a user launches a video at 12:30 PM then any other event has been fired at 12:44 for the whole day, then we’d like to show 14 minutes watch time for that day in a chart.
Thank you.