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

After googima pre-roll video is done, player no longer plays video


Our pre-roll ad plays and at the end it does not play the video. The player works fine when the pre-roll wasn't working. This was working fine and we haven't changed anything. Any ideas?

Example:
http://www.bevnet.com/news/2014/video-bevnets-mid-year-report-part-2-investment-predictions
(you might need to reload a few times to get the pre-roll ad)


Our ad code on the player:
advertising: {
client: 'googima',
offset: 'pre',
tag: 'http://pubads.g.doubleclick.net/gampad/ads?sz=640x360&iu=/3918296/Videos_Bevnet&ciu_szs&impl=s&gdfp_req=1&env=vp&output=xml_vast2&unviewed_position_start=1'
}


And the output when the pre-roll runs:
Ad Complete Event application-2014.06.21-01.min.js?ver=1:1
Ad complete handler. application-2014.06.21-01.min.js?ver=1:1
Ads complete event. application-2014.06.21-01.min.js?ver=1:1
There was an error while handling a listener: TypeError: undefined is not a function function (){b.utils.log("Ad Complete Event");N.onAdComplete(C.getCurrentAd());O.adTakeDown();C.setAdPlaying(false);C.setPostRollRequest(false);C.attachPlayer()} application-2014.06.21-01.min.js?ver=1:1
Resource interpreted as Document but transferred with MIME type image/gif: "http://pubads.g.doubleclick.net/pagead/conversion/?ai=Bhe14PSioU7rMPM37lweh…T4AoTSHoADAZAD4AOYA-ADqAMB4AQBoAYj&sigh=qgeNaX8ZRpw&label=videoplaytime100". bridge3.1.55_en.html:42

1 Community Answers

Todd

JW Player Support Agent  
0 rated :

Hi,

I just tested your ad tag with a bare bone setup, and the video does start playing after the ad:

<div id="player">Loading the player…</div> <script type="text/javascript"> jwplayer("player").setup({ file: 'bunny.mp4', primary: 'flash', advertising: { client: 'googima', offset: 'pre', tag: 'http://pubads.g.doubleclick.net/gampad/ads?sz=640x360&iu=/3918296/Videos_Bevnet&ciu_szs&impl=s&gdfp_req=1&env=vp&output=xml_vast2&unviewed_position_start=1' } }); </script>

Could it be your min.js?

This question has received the maximum number of answers.