XML : Videojs-vast-vpaid ad control buttons

Please, help! I have video.js v4.12.11 and videojs-vast-vpaid plugin. I need control buttons like "skip ad", "go to site", "close ad". I checked xml - the have such information. For example

  <Extension type="skipTime"><![CDATA[00:05]]></Extension>  <Extension type="skipTime2"><![CDATA[00:05]]></Extension>  <Extension type="linkTxt"><![CDATA[&#1087;&#1077;&#1088;&#1077;&#1081;&#1090;&#1080; &#1085;&#1072; &#1089;&#1072;&#1081;&#1090; &#1088;&#1077;&#1082;&#1083;&#1072;&#1084;&#1086;&#1076;&#1072;&#1090;&#1077;&#1083;&#1103;]]></Extension>  <Extension type="isClickable"><![CDATA[1]]></Extension>    

And also I have such code:

  "plugins": {          'ads-setup': {              "adsEnabled": true,              "url": here is url          }      }    

So ad is shown. But advertiser needs these buttons. I tried to find is this plugin has such options but failed =( Also I found it has different trigger like vast.adSkip but how can I skip this video?! Oh yes! It is preroll video

No comments:

Post a Comment