Solved! Go to Solution.
What does "Visits Web Page" have to do with knowing whether a user watched a video? This doesn't make sense to me.
The Munchkin API has the ability to log 2 kinds of generic events:Clicked Link and Visits Web Page. For technical reasons, Clicked Link can slow the user experience when used for things like video. So for custom logging of video events, we send a continuous series of Visit Web Page events.
(Remember, watching a video is a process of continuously retrieving sections of a file over HTTP, so it's not utterly different from retrieving a web "page"!)