I own a incentive site where users complete offers and earn points to purchase items. I’m looking for a way to implement videos into it. A user watches a video all the way through and earns a certain number of points to their account. The site is in PHP and the there is a users table in my database that keeps track of the users points.
Any idea how to check if the user has watched the video?
Thanks!
If you just want to catch events in the Youtube embedded player, check out their JS API documentation about Subscribing to events. There’s also a list of events you can listen to.