Hi there,
Just wondering if you could point me in the right direction here. I'm a developer building an HTML5 video player that solely uses the IMA SDK to play ads. We're working with a VPAID vendor to develop a custom javascript creative that will only ever be shown via our player's IMA SDK implementation.
The VPAID vendor isn't overly familiar with the HTML5 IMA SDK and isn't sure if it's possible for the VPAID creative to respond to calls made by the player via IMA, such as:
- google.ima.AdsManager.pause()
- google.ima.AdsManager.resume()
- google.ima.AdsManager.setVolume()
- google.ima.AdsManager.getVolume()
- google.ima.AdsManager.getRemainingTime()
Do you have any documentation or advice on how this might be achieved on the JS VPAID side of things? Again, this only needs to be compatible with IMA, so we're open to solutions that may be IMA specific/outside of the VPAID spec.
Many thanks,
Philip