Name is required.
Email address is required.
Invalid email address
Answer is required.
Exceeding max length of 5KB

VMAP Code For Multiple Ads


I wanted to obtain the Jwplayer VMAP coding for multiple ads to display with preroll and (3) midrolls with time stamps of 5, 10, 15, 20, 25, 30, 35, 40

11 Community Answers

info

User  
0 rated :

I am trying to have increase our content revenue with vast tags we have from ad platforms

Andrew

JW Player Support Agent  
0 rated :

You can configure your own VMAP according to our page here:
http://support.jwplayer.com/customer/portal/articles/1432026-vmap-ad-schedule

We do not currently provide these VMAP files, however. They should be configured on your end according to what you require.

info

User  
0 rated :

<vmap:VMAP xmlns:vmap="http://www.iab.net/vmap-1.0" version="1.0"> <vmap:AdBreak breakType="linear" breakId="85cac7e0fbad11e3b283fbde008b4e10" timeOffset="start"> <vmap:AdSource allowMultipleAds="true" followRedirects="true" id="1"> <vmap:AdTagURI templateType="vast3">
<![CDATA[
http://vast.yashi.com/5004&vid_id=YOUR_VIDEO_ID&vid_title=BawnTv
http://v.admedia.com/?id=ODwqOSY&page_url=http%3A%2F%2Fwww.bawn.tv%2F&autoplay=1&content=6&title=BawnTv&video_id=[VIDEO_ID]
http://u-ads.adap.tv/a/h/dyAjnKmo8s4rb3k1UjJSRA==?cb={cachebreaker}&pageUrl=http%3A%2F%2Fbawn.tv&context=pubid%3Dbawntvus&eov=eov
]]>
</vmap:AdTagURI> </vmap:AdSource> </vmap:AdBreak> <vmap:AdBreak breakType="linear" breakId="85cac7e0fbad11e3b283fbde008b4e10" timeOffset="00:05:00"> <vmap:AdSource allowMultipleAds="true" followRedirects="true" id="1"> <vmap:AdTagURI templateType="vast3">
<![CDATA[
http://vast.yashi.com/5004&vid_id=YOUR_VIDEO_ID&vid_title=BawnTv
]]>
</vmap:AdTagURI> </vmap:AdSource> </vmap:AdBreak> <vmap:AdBreak breakType="linear" breakId="85cac7e0fbad11e3b283fbde008b4e10" timeOffset="00:20:00"> <vmap:AdSource allowMultipleAds="true" followRedirects="true" id="1"> <vmap:AdTagURI templateType="vast3">
<![CDATA[
http://v.admedia.com/?id=ODwqOSY&page_url=http%3A%2F%2Fwww.bawn.tv%2F&autoplay=1&content=6&title=BawnTv&video_id=[VIDEO_ID]
http://vast.yashi.com/5004&vid_id=YOUR_VIDEO_ID&vid_title=BawnTv
http://u-ads.adap.tv/a/h/dyAjnKmo8s4rb3k1UjJSRA==?cb={cachebreaker}&pageUrl=http%3A%2F%2Fbawn.tv&context=pubid%3Dbawntvus&eov=eov
]]>
</vmap:AdTagURI> </vmap:AdSource> </vmap:AdBreak> <vmap:AdBreak breakType="linear" breakId="85cac7e0fbad11e3b283fbde008b4e10" timeOffset="00:20:00"> <vmap:AdSource allowMultipleAds="true" followRedirects="true" id="1"> <vmap:AdTagURI templateType="vast3">
<![CDATA[
http://v.admedia.com/?id=ODwqOSY&page_url=http%3A%2F%2Fwww.bawn.tv%2F&autoplay=1&content=6&title=BawnTv&video_id=[VIDEO_ID]
]]>
</vmap:AdTagURI> </vmap:AdSource> </vmap:AdBreak> <vmap:AdBreak breakType="linear" breakId="85cac7e0fbad11e3b283fbde008b4e10" timeOffset="end"> <vmap:AdSource allowMultipleAds="true" followRedirects="true" id="1"> <vmap:AdTagURI templateType="vast3">
<![CDATA[
http://v.admedia.com/?id=ODwqOSY&page_url=http%3A%2F%2Fwww.bawn.tv%2F&autoplay=1&content=6&title=BawnTv&video_id=[VIDEO_ID]
]]>
</vmap:AdTagURI> </vmap:AdSource> </vmap:AdBreak> </vmap:VMAP>

info

User  
0 rated :

This is a sample which is different from the one listed on

http://support.jwplayer.com/customer/portal/articles/1432026-vmap-ad-schedule

Andrew

JW Player Support Agent  
0 rated :

I’m a bit unclear here. Is the above tag not working? If not, can you provide a link to a page where you’re using this?

info

User  
0 rated :

It work but what i am asking is that during the midroll section we like two or three ads to play during the midroll and pre-roll

http://www.bawn.tv/myrtlemejay

Andrew

JW Player Support Agent  
0 rated :

You can create an ad pod to load in a particular ad slot, though there may be issues using VPAID ads in this scenario. We’d suggest using an HTML5 compatible ad tag with the player if possible.

info

User  
0 rated :

So what should i do from here? Because I would like to have those tags to display. Therefore i would have have so many breaks if we can have only a few breaks within the content

Andrew

JW Player Support Agent  
0 rated :

You can use separate VPAID files throughout the VMAP that are not being called from an ad pod. For example, using a particular VPAID ad at 5 second, another at 6. This wouldn’t be an ad pod specifically, but it would behave similarly.

info

User  
0 rated :

So within the code how that that appear? And also would the VPAID file be the "xml" or another file type?

Andrew

JW Player Support Agent  
0 rated :

The VMAP would indeed be an XML file. To do this, you’d need to set the timeOffset to be a second or two apart, depending on when you wished an ad to display. Again, you wouldn’t be able to chain ads together in an ad pod-esque way, but this would be a workaround for now.

This question has received the maximum number of answers.