As mentioned in the docs (
https://developers.google.com/interactive-media-ads/docs/sdks/html5/vpaid2js), the Google IMA SDK uses a video player proxy element instead of an actual HTML5 video element. However, this proxy element does not dispatch 'loadeddata' or 'loadedmetadata', so our VPAID creative will never dispatch AdLoaded.
Is there a reason that the video player proxy element doesn't dispatch loaded events, and are there plans to add one or both of these events in the future? Currently we have to use a workaround for this when we are loaded in the IMA SDK.
Thanks,
Greg