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

Not able to play ads on Ipad


Hello there ,

I am using ads version of jwplayer 6.7
I am not able to play ads for Live streaming on Ipad ,
It is working for Ondemand videos not for live
I am using
http://pubads.g.doubleclick.net/gampad/ads?sz=400x300&iu=/81541499/InReach_MainSite_Video_400x300v&ciu_szs&impl=s&gdfp_req=1&env=vp&output=xml_vast2&unviewed_position_start=1&url=[referrer_url]&correlator= 1235456

for ad url

6 Community Answers

Todd

JW Player Support Agent  
0 rated :

Hi,

I got it working for me using our ad tag variable page-url instead of [referrer_url]
See http://support.jwplayer.com/customer/portal/articles/1434340-ad-tag-variables for more details

Here’s the code:

<div id="video">Your video goes here…</div> <script> jwplayer("video").setup({ file: "bunny.mp4", advertising: { client: 'vast', tag: 'http://pubads.g.doubleclick.net/gampad/ads?sz=400x300&iu=/81541499/InReach_MainSite_Video_400x300v&ciu_szs&impl=s&gdfp_req=1&env=vp&output=xml_vast2&unviewed_position_start=1&url=__page-url__&correlator=1235456' } }); </script>

By the way, it looks like your ad tag will only serve the ad twice before it stops sending an ad. I had to test on my laptop and then again on my iPhone to have a different IP address.

Hope this helps,
Todd

c.uzicohen

User  
0 rated :

Hi,

I have the same problem I checked on Galaxy s3 & s4 and the pre roll not working.

JW, Please post a fix to this issue.

Thanks in advanced!

Todd

JW Player Support Agent  
0 rated :

What is your ad tag?

c.uzicohen

User  
0 rated :

http://adx.vgames.co.il/www/delivery/fc.php?script=bannerTypeHtml:vastInlineBannerTypeHtml:vastInlineHtml&zones=pre-roll0-0%3D1&nz=1&zones=z1=2&source=&r=R0.023106331005692482&block=0&format=vast&charset=UTF-8

Thanks Todd

Todd

JW Player Support Agent  
0 rated :

That ad tag is yielding errors in both our ad tag tester and Google’s tester.
You can try them also at http://demo.jwplayer.com/ad-tester/ and https://developers.google.com/interactive-media-ads/docs/vastinspector

c.uzicohen

User  
0 rated :

Thanks a lot Todd!!!

This question has received the maximum number of answers.