Skip to main content

Dynamic Ad Insertion (DAI)

DAI stitches your video content and ads into a single stream, independent of a web page or app, and removes the ad request and ad response process from the SDK. This reduces the likelihood of client-side errors and produces a seamless TV-like experience without latency or buffering between content and ads.

With DAI, you can target individual ads for live linear and video on demand programming, obtain multi-screen reach with broad device support, and take advantage of programmatic monetization across all devices with Ad Exchange for Video. Regardless of the original format of your content, once it becomes digital, DAI can stitch custom targeted video ads into the stream, based on the individual user viewing the content.

To learn more about how to implement DAI in Lura Player, check out IMA Plugin

VOD

LuraPlayer("player", {
plugins: {
ima: {
cmsId: "2528370",
videoId: "tears-of-steel",
},
},
});

Live

LuraPlayer("player", {
plugins: {
ima: {
assetKey: "c-rArva4ShKVIAkNfy6HUQ",
},
},
});