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[перейти на сайт рекламодателя]]></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