I need to check if a user has actually seen an embedded youtube video (meaning that he pressed play and saw until the end). Is it possible to do this with the youtube api (javascript)?
Thank you very much
Regards
|
I need to check if a user has actually seen an embedded youtube video (meaning that he pressed play and saw until the end). Is it possible to do this with the youtube api (javascript)? Thank you very much Regards |
|||||
|
|
If it is a chromeless YouTube player or if you embedded the video via JW Player, then it is possible.
|
||||
|
|
Using the Youtube API is the most easiest way determining if the user clicked the play button.
Sample coding on checking the current state of the loaded video: https://developers.google.com/youtube/js_api_reference#SubscribingEvents |
|||
|
|