<?xml version="1.0" encoding="utf-8"?> <vmap:AdBreak timeOffset="00:00:05" breakId="midroll" breakType="nonlinear"> <vmap:AdSource id="914c0566-4cec-45d7-922c-343fa3624f65" allowMultipleAds="true" followRedirects="true"> <vmap:AdTagURI templateType="vast3"><![CDATA[http://.../waterfall.xml]]></vmap:AdTagURI> </vmap:AdSource> </vmap:AdBreak> <vmap:AdBreak timeOffset="00:01:26.000" breakId="midroll" breakType="linear"> <vmap:AdSource id="366aeb7d-300b-4d04-af6d-1d441e9852f4" allowMultipleAds="true" followRedirects="true"> <vmap:AdTagURI templateType="vast3"><![CDATA[https://pubads.g.doubleclick.net/gampad/ads?sz=640x480&iu=/124319096/external/single_ad_samples&ciu_szs=300x250&impl=s&gdfp_req=1&env=vp&output=vast&unviewed_position_start=1&cust_params=deployment%3Ddevsite%26sample_ct%3Dlinear&correlator=]]></vmap:AdTagURI> </vmap:AdSource> </vmap:AdBreak> <vmap:AdBreak timeOffset="end" breakId="postroll" breakType="linear"> <vmap:AdSource id="789bf5f3-a842-4d0f-92a5-970e4300fe12" allowMultipleAds="true" followRedirects="true"> <vmap:AdTagURI templateType="vast3"><![CDATA[https://pubads.g.doubleclick.net/gampad/ads?sz=640x480&iu=/124319096/external/single_ad_samples&ciu_szs=300x250&impl=s&gdfp_req=1&env=vp&output=vast&unviewed_position_start=1&cust_params=deployment%3Ddevsite%26sample_ct%3Dlinear&correlator=]]></vmap:AdTagURI> </vmap:AdSource> </vmap:AdBreak></vmap:VMAP>
<?xml version="1.0" encoding="utf-8"?><VAST xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="3.0" xsi:noNamespaceSchemaLocation="vast.xsd"> <Ad id="1"> <Wrapper> <AdSystem>DFP</AdSystem> <VASTAdTagURI><![CDATA[https://pubads.g.doubleclick.net/gampad/ads?sz=480x70&iu=/124319096/external/single_ad_samples&ciu_szs=300x250&impl=s&gdfp_req=1&env=vp&output=vast&unviewed_position_start=1&cust_params=deployment%3Ddevsite%26sample_ct%3Dnonlinear&correlator=]]></VASTAdTagURI> <Extensions> <Extension type="waterfall" fallback_index="0"/> </Extensions> </Wrapper> </Ad> <Ad id="2"> <Wrapper> <AdSystem>DFP</AdSystem> <VASTAdTagURI><![CDATA[https://pubads.g.doubleclick.net/gampad/ads?sz=480x70&iu=/124319096/external/single_ad_samples&ciu_szs=300x250&impl=s&gdfp_req=1&env=vp&output=vast&unviewed_position_start=1&cust_params=deployment%3Ddevsite%26sample_ct%3Dnonlinear&correlator=]]></VASTAdTagURI> <Extensions> <Extension type="waterfall" fallback_index="1"/> </Extensions> </Wrapper> </Ad></VAST>
Hi Tibor,
Thank you for reaching out to us. The only issue with your VMAP set up is that the non-linear ad is not an AdSense ad, causing the ad COMPLETE to never fire so that the SDK can load and display the subsequent ad break. If the non-linear was an AdSense ad, you would be able to set the forceNonLinearFullSlot field to true, that would force the ad to behave like a linear ad, the COMPLETE event would fire and the subsequent ad break would display.
Regards,
Arnaud Casame
IMA SDK Team