Hi,
I'm currently flushing our our HTML5 IMA integration and am trying to have it match our Flash one as much as possible. In testing, I'm noticing that a few events fail to fire successfully.
Though documented in the API reference, SKIPPED does not make it to my attached event listener.
Using breakpoints, I can see that the "skip" event does actually fire, but for some reason shorts out before the the callback is invoked because it is not mapped in some internal object which is concatenated. See attached image for the context, but the basic code is the following. In the "skip" case, a.o.b["skip"] is not defined, where it is for over events.

Using the debug sdk, I can see that even though the SDK-side event does not fire, it does get correctly recorded back to ad servers, which is good.
[ 15.915s] [ima.vast.VideoAdEventTracker] dispatching event skip
[ 15.934s] [ima.vast.VastAdServerReporter] Reporting urls for event : skip
[ 15.935s] [ima.vast.VastAdServerReporter] Pinging reporting URL: [...]
Probably unrelated to this specific bug, but it is worth mentioning that I'm never seeing DURATION_CHANGE or AD_METADATA fire, but I can work around those. Worth mentioning.
Thanks!