Ads

This example shows you how to set Ads in OvenPlayer.

OvenPlayer supports VAST 4, VAST 3, VAST 2, VPAID 2 (HTML 5), and VMAP 1.0.1, so you can easily use various ads. If you need more information, please see Support and Compatibility.

let player = OvenPlayer.create("player", {
    adTagUrl : "https://pubads.g.doubleclick.net/gampad/ads?...",
    sources : [
        type : "mp4", 
        file :  "https://path.to/your_video", 
        label : "360P"
    ]
});

Last updated