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

Wordpress with ads licence - Add Pre-roll ad


Hello,

I've Wordpress, and JW Player plugin with ads license, I have working VAST tag: http://pubads.g.doubleclick.net/gampad/ads?sz=640x480&iu=/52669678/Metra-Pre-Roll-23-03-15&ciu_szs&impl=s&gdfp_req=1&env=vp&output=xml_vast2&unviewed_position_start=1&url=[referrer_url]&description_url=[description_url]&correlator=[timestamp]


Now, how can I add pre-roll ads? Where should I add code, and what code?

Thanks

1 Community Answers

Cooper Reid

JW Player Support Agent  
0 rated :

You can learn more about our advertising support here:
http://support.jwplayer.com/customer/portal/articles/1431638-ad-formats-reference

The basic setup for a pre-roll ad is

jwplayer(“player”).setup({
file: ‘bunny.mp4’,
title: ‘Bunny’,
image: ‘bunny.jpg’,
width:‘100%’,
advertising: {
client: ‘googima’, //your tag looks like google IMA
tag: ‘YOUR AD TAG’
}
});

Best Regards,
Cooper

This question has received the maximum number of answers.