Hi first time poster - although this is my second attempt as the first try didn't seem to work.
We are attempting to use IMA3 within our VPAID JS to bridge an ad call and load up another VPAID JS.
So the sequence would be:
- User clicks play
- Player loads Tracer VPAID with adTag
- Tracer loads IMA3 and submits adTag
- IMA3 manages the response chain and plays out final media creative
This all works fine with the final media creative is a video file
It doesn't work when the final media creative is another VPAID JS
Logging events we see IMA works right up to the CONTENT_PAUSE_REQUESTED event when everything just hangs.
Looking at the network traffic we can see the VAST returned properly with the VPAID JS url but we don't see a call out by the browser to that URL.
So it feels like we're supposed to be doing something in this case (unlike when it's a video file which just seems to work).
You can see it happening here
To be clear when we use the end VPAID JS tag direct in the player it works just fine. So, again, it feels like we should be doing something when we get that CONTENT_PAUSE_REQUESTED event.
Thanks in advance!
CC