Skip to content

Instantly share code, notes, and snippets.

@AmitaiB
Created February 4, 2020 19:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save AmitaiB/6ac1dfdc028cd1177fb7b1e5b633c0b2 to your computer and use it in GitHub Desktop.
Save AmitaiB/6ac1dfdc028cd1177fb7b1e5b633c0b2 to your computer and use it in GitHub Desktop.
Sample VMAP from JW Player website
<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" allowMultipleAds="false" followRedirects="true">
<AdTagURI templateType="vast3">
<![CDATA[preroll.xml]]>
</AdTagURI>
</vmap:AdSource>
</vmap:AdBreak>
<vmap:AdBreak timeOffset="50%" breakType="linear" breakId="midroll">
<vmap:AdSource id="overlay-1-ad" allowMultipleAds="false" followRedirects="true">
<AdTagURI templateType="vast3">
<![CDATA[midroll.xml]]>
</AdTagURI>
</vmap:AdSource>
</vmap:AdBreak>
<vmap:AdBreak timeOffset="end" breakType="linear" breakId="postroll">
<vmap:AdSource id="postroll-ad" allowMultipleAds="false" followRedirects="true">
<AdTagURI templateType="vast3">
<![CDATA[postroll.xml]]>
</AdTagURI>
</vmap:AdSource>
</vmap:AdBreak>
</vmap:VMAP>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment