Getting Started

The Test Adserver UI is a web-based frontend for the Eyevinn Test Adserver. Instead of constructing VAST requests and reading raw XML through the Swagger page, the UI gives you a visual interface to browse sessions, inspect ad responses, and review tracking events. Available as an open web service in Eyevinn Open Source Cloud.

Prerequisites

Step 1: Create a Test Adserver UI instance

Navigate to the Test Adserver UI service in Eyevinn Open Source Cloud and click Create adserver-frontend.

Enter a name for the instance (alphanumeric, no spaces) and click Create. Once the status turns green and shows running, click the instance card to open the UI.

Step 2: Point the UI at your Test Adserver

In the UI, enter the base URL of your Test Adserver instance:

https://<tenant>-<name>.eyevinn-test-adserver.auto.prod.osaas.io

You can then browse sessions, inspect VAST responses, and check which tracking events fired for each ad session — without writing a single API call by hand.

CLI usage

osc create ablindberg-adserver-frontend myui

Resources