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
ℹ️ We currently have support for non-linear pause-ads in the Test AdServer.
However, some Ad Servers serve pause ads as linear ads as well. It's basically a normal VAST response but with a MediaFile URL pointing at an image rather than a video. It would be good for the Test AdServer to also be able to return a linear pause ad to emulate other Ad Server that do this.
I'm thinking we could add a query parameter on the existing pause-ad endpoint that specifies if it should be linear or non-linear.
NOTE: As seen in the example we have a duration. The duration in the linear pause-ad in often ignored in the players, but it doesn't hurt to have it as a query parameter.
The text was updated successfully, but these errors were encountered:
ℹ️ We currently have support for non-linear pause-ads in the Test AdServer.
However, some Ad Servers serve pause ads as linear ads as well. It's basically a normal VAST response but with a MediaFile URL pointing at an image rather than a video. It would be good for the Test AdServer to also be able to return a linear pause ad to emulate other Ad Server that do this.
I'm thinking we could add a query parameter on the existing pause-ad endpoint that specifies if it should be linear or non-linear.
Example pause ad VAST XML:
NOTE: As seen in the example we have a duration. The duration in the linear pause-ad in often ignored in the players, but it doesn't hurt to have it as a query parameter.
The text was updated successfully, but these errors were encountered: