As far as I know, isLinear() returns the type only for the actually running ad. I'd like to show the linear cue points right after the video starts playing, for all linear ads. Is that possible? The only solution I came up with is to make a request to the VMAP xml, parse it in js and display the cue points for the linear ads from the vmap. The problem with this solution is, that there will be 2 requests to the vmap, once from the SDK, once from my script. Is there a way to get the vmap content from the SDK after it was loaded?
Thank you