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

VAST - Overlay banners


Hello, I am using revive ad system for displaying banners and video ads in JW player.

The preroll works fine but the Overlay banner doesent work.

Here is the VAST-url: http://ads.24kalmar.se/www/delivery/fc.php?script=bannerTypeHtml:vastInlineBannerTypeHtml:vastInlineHtml&format=vast&nz=1&zones=pre-roll%3D83

1 Community Answers

Cooper Reid

JW Player Support Agent  
1 rated :

Are you scheduling this ad, or showing it as a pre-roll? I definitely recommend scheduling overlay ads:

jwplayer(“player”).setup({
file: ‘bunny.mp4’,
image: ‘bunny.jpg’,
width:‘100%’,
advertising: {
client: ‘vast’,
schedule: {
overlay: {
offset: 1, //shows 1 second into video
tag: ‘http://ads.24kalmar.se/www/delivery/fc.php?script=bannerTypeHtml:vastInlineBannerTypeHtml:vastInlineHtml&format=vast&nz=1&zones=pre-roll%3D83’,
type: ‘overlay’
}
}
}
});

Hope this helps,
Cooper

This question has received the maximum number of answers.