<html>
<head>
<!-- Load dependent stylesheets. -->
<link rel="stylesheet" href="http://googleads.github.io/videojs-ima/node_modules/video.js/dist/video-js.min.css" />
<link rel="stylesheet" href="http://googleads.github.io/videojs-ima/node_modules/videojs-contrib-ads/dist/videojs.ads.css" />
<link rel="stylesheet" href="http://googleads.github.io/videojs-ima/dist/videojs.ima.css" />
</head>
<body>
<video id="content_video" class="video-js vjs-default-skin" controls preload="auto" width="640" height="360">
<source src="https://storage.googleapis.com/gvabox/media/samples/android.mp4" type="video/mp4" />
</video>
<!-- Load dependent scripts -->
<script src="http://googleads.github.io/videojs-ima/node_modules/video.js/dist/video.min.js"></script>
<script src="http://imasdk.googleapis.com/js/sdkloader/ima3.js"></script>
<script src="http://googleads.github.io/videojs-ima/node_modules/videojs-contrib-ads/dist/videojs.ads.min.js"></script>
<script src="http://googleads.github.io/videojs-ima/dist/videojs.ima.js"></script>
<script>
var player = videojs('content_video');
var options = {
id: 'content_video',
adTagUrl: 'http://pubads.g.doubleclick.net/gampad/ads?sz=640x480&iu=/124319096/external/ad_rule_samples&ciu_szs=300x250&ad_rule=1&impl=s&gdfp_req=1&env=vp&output=xml_vmap1&unviewed_position_start=1&cust_params=sample_ar%3Dpremidpostpod%26deployment%3Dgmf-js&cmsid=496&vid=short_onecue&correlator='
};
player.ima(options);
</script>
</body>
</html>--
You received this message because you are subscribed to the Google Groups "Interactive Media Ads SDK" group.
To unsubscribe from this group and stop receiving emails from it, send an email to ima-sdk+u...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/ima-sdk/cad93c01-9708-4ab6-a993-bb0728a6aea4%40googlegroups.com.
Hi there,
Thank you for your response.
Just for additional information, would you be able to reproduce the issue running our basic sample app? If yes, could you please provide a video recording and the steps to reproduce this behavior?
Regards,
Sherwin Diesta
IMA SDK Team
For players that use the IMA SDK, video fallback may be helpful to avoid losing impressions.
| Publisher | Increase the timeout limit of your player via the SDK. Learn more |
| Buyer | Ensure that any CDN-hosted creatives are returned within the specified media timeout. |
Hi there,
Thank you for your response and for sharing this information. I'm going to share this with the team to investigate further and we will get back to you once we have our findings.
Regards,
Sherwin Diesta
IMA SDK Team
Hi there,
Would just like to confirm if the below sample app is the app that you are using when the issue occurred? Also, please share with us the ad tag wherein the "the provided ad type: skippable video is not supported" error is reproducible.