javascript - Videojs-vast-vpaid ad control buttons -
please, help! have video.js v4.12.11 , videojs-vast-vpaid plugin. need control buttons "skip ad", "go site", "close ad". checked xml - have such information. example
<extension type="skiptime"><![cdata[00:05]]></extension> <extension type="skiptime2"><![cdata[00:05]]></extension> <extension type="linktxt"><![cdata[перейти на сайт рекламодателя]]></extension> <extension type="isclickable"><![cdata[1]]></extension>   and have such code:
"plugins": {         'ads-setup': {             "adsenabled": true,             "url": here url         }     }   so ad shown. advertiser needs these buttons. tried find plugin has such options failed =( found has different trigger vast.adskip how can skip video?! oh yes! preroll video
i sure has little parameter , when set "true" work want. wroooong. don't have such functions. had add myself. part of problem plugin adds skip button if vast of 3rd version html. adfox works v.2 , send additional info in extention parameteres 
 
- this issue helped me https://github.com/mailonline/videojs-vast-vpaid/issues/56 
i changed functions indieveed did.
 after changed , modified , added many functions.
- add close button
 - add "go site" button
 - get links sending statistics additional (adfoxish) parameteres "extention" , send events these links
 
my thoughts easy way untrue. next time when more time i'll try change plugin
Comments
Post a Comment