Skip to content
This repository has been archived by the owner on Jul 25, 2019. It is now read-only.

Play should be interactive event if video is not autoplay #10

Open
thenewguy opened this issue Jul 1, 2016 · 1 comment
Open

Play should be interactive event if video is not autoplay #10

thenewguy opened this issue Jul 1, 2016 · 1 comment

Comments

@thenewguy
Copy link

If the video is not an autoplay video shouldn't it be an interactive beacon? I.e. sendbeacon( getEventName('play'), false, currentTime ) instead of sendbeacon( getEventName('play'), true, currentTime )

Or perhaps the first percent_played event if the video isn't autoplay to ensure the user is actually watching the video.

If so, the sendbeacon call could just be set to the value of autoplay.

If this is not how you want it to be reported by default, it would be nice if it was easy to override the logic for determining if particular events are interactive or not

@mister-ben
Copy link
Collaborator

That does seem to make sense for autoplay.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants