Skip to content

Instantly share code, notes, and snippets.

@Frastio10
Last active March 21, 2022 07:46
Show Gist options
  • Save Frastio10/89db3e22d37ac50dbce11c555970850b to your computer and use it in GitHub Desktop.
Save Frastio10/89db3e22d37ac50dbce11c555970850b to your computer and use it in GitHub Desktop.
testing for vast 4
<?xml version="1.0" encoding="UTF-8"?>
<vmap:VMAP xmlns:vmap="http://www.iab.net/videosuite/vmap" version="1.0">
<vmap:AdBreak timeOffset="start" breakType="linear" breakId="preroll">
<vmap:AdSource id="preroll-ad-1" allowMultipleAds="false" followRedirects="true">
<vmap:AdTagURI templateType="vast3"><![CDATA[url here]]></vmap:AdTagURI>
</vmap:AdSource>
</vmap:AdBreak>
<vmap:AdBreak timeOffset="start" breakType="linear" breakId="preroll">
<vmap:AdSource id="preroll-post-bumper" allowMultipleAds="false" followRedirects="true">
<vmap:AdTagURI templateType="vast3"><![CDATA[url here]]></vmap:AdTagURI>
</vmap:AdSource>
<vmap:Extensions>
<vmap:Extension type="bumper" suppress_bumper="true"></vmap:Extension>
</vmap:Extensions>
</vmap:AdBreak>
<vmap:AdBreak breakType="linear" breakId="mymid2" timeOffset="00:00:11.2">
<vmap:AdSource allowMultipleAds="true" followRedirects="true" id="3">
<vmap:AdTagURI templateType="vast3">
<![CDATA[url here]]>
</vmap:AdTagURI>
</vmap:AdSource>
<vmap:Extensions>
<vmap:Extension type="application/xml"><psns:PlayPolicy deleteAfterPlayed="true"/></vmap:Extension>
</vmap:Extensions>
</vmap:AdBreak>
</vmap:VMAP>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment