Hi Shawn or the Google team,
A number of VAST 2.0 responses are now coming back with the skippable event wrapper, I'm including a vast tag as an example below.
Hmmm this is odd Shawn ...
So even after removing the customized video object from the AdDisplayContainer ctor I continue to get the skippable event error: AdError 1005: The provided ad type: skippablevideo is not supported.-- On both iOS and Android --Just for your reference this is how I used to init AdDisplayContainervar vdo = this.getVdoContainer(); // build the video elm / objvar adContainer = this.getAdContainer(); // get main ad containerthis.adsDisplayContainer = new google.ima.AdDisplayContainer(adContainer, vdo);var adsLoader = new google.ima.AdsLoader((this.adsDisplayContainer));The only difference now is that I'm no longer passing the vdo element/obj, instead I am just passing the main ad container only to the AdDisplayContainer ctor such as:this.adsDisplayContainer = new google.ima.AdDisplayContainer(adContainer);Unfortunately I'm unable to get much detail form Safari however Chrome seems to be throwing the following exceptions from the IMA3 minimized js:Just in case the screenshot isn't very clear, this is what I'm running into:
1. HTMLVideoElement.webkitSupportFullscreen is depricated. Its value is true if the video is loaded.
--
You received this message because you are subscribed to a topic in the Google Groups "Interactive Media Ads SDK" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/ima-sdk/jYE6j4_YCko/unsubscribe.
To unsubscribe from this group and all its topics, send an email to ima-sdk+unsubscribe@googlegroups.com.
To post to this group, send email to ima...@googlegroups.com.
Visit this group at https://groups.google.com/group/ima-sdk.
For more options, visit https://groups.google.com/d/optout.
To unsubscribe from this group and all its topics, send an email to ima-sdk+u...@googlegroups.com.