
Get Ad Descriptor From ad playing
Is there a way with the JW6 ad player to dump the ad descriptor like was available in the OVA plugin.
With the ova plugin I could call:
jwplayer('player-container').getPlugin('ova').getActiveAdDescriptor()
and write it to the console.
The reason is I am trying to identify problematic ads from ad networks and need some deeper debugging tools to extract the ad information. This information isn't in the VAST as the vast is loading a vpaid flash shell and that shell is making additional calls.
thanks!