MailOnline / videojs-vast-vpaid

video.js vast plugin
MIT License
296 stars 231 forks source link

Collect statistics on events. #315

Open Zezii opened 6 years ago

Zezii commented 6 years ago

Hey. I need to find out how many ads were announced from the N downloads of the plugin. I use two events:

  1. adError
  2. adStart

This is a wrong decision. Of the 100k player downloads, it turns out: adError = 20k adStart = 5k

What event should I use to determine the rest of the player's downloads?