Hi IMA team,
the following example places a nonlinear-ad on preroll position followed by a linear-ad at 10s. When the linear ad starts it continues to show the previously started nonlinear ad (see attached screenshot) above the linear ad. Should the non-linear ad be destroyed before another ad break happens or is that the intended behaviour? And if it is intended how can the nonlinear-ad be destroyed before the next ad rule starts?
You can drop in the following example in th
e Video Suite Inspector as VAST XML to reproduce this case:
<?xml version="1.0" encoding="UTF-8"?>
<vmap:AdBreak timeOffset="start" breakType="linear" breakId="start-0">
<vmap:AdSource id="start-0" allowMultipleAds="true" followRedirects="false">
<vmap:VASTAdData>
<Ad>
<Wrapper>
<AdSystem></AdSystem>
</Wrapper>
</Ad>
</VAST>
</vmap:VASTAdData>
</vmap:AdSource>
</vmap:AdBreak>
<vmap:AdBreak timeOffset="00:00:10.000" breakType="linear" breakId="midroll-0">
<vmap:AdSource id="midroll-0" allowMultipleAds="true" followRedirects="false">
<vmap:VASTAdData>
<Ad>
<Wrapper>
<AdSystem></AdSystem>
</Wrapper>
</Ad>
</VAST>
</vmap:VASTAdData>
</vmap:AdSource>
</vmap:AdBreak>
</VMAP>
Regards, Tobias