You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At the moment, the only way to get a bumper (a 4-6 second video) to play between assets with the channel engine is with { prerollUrl: string, prerollDurationMs: number }
this works fine until SSAI is introduced and the ADS tries to fill the short preroll with ads.
So, I would like to see a way to add a preroll without ad insertion opportunity. I suggest this addition: { bumperUrl: string, bumperDurationMs: number }
The text was updated successfully, but these errors were encountered:
At the moment, the only way to get a bumper (a 4-6 second video) to play between assets with the channel engine is with
{ prerollUrl: string, prerollDurationMs: number }
this works fine until SSAI is introduced and the ADS tries to fill the short preroll with ads.
So, I would like to see a way to add a preroll without ad insertion opportunity. I suggest this addition:
{ bumperUrl: string, bumperDurationMs: number }
The text was updated successfully, but these errors were encountered: