Example 1 - A VAST 1.0 pre-roll ad only


COMPANION GOES HERE

The configuration for this example is:




"" is defined as:


<config>
   <ova.title>
       Example 1 - A VAST 1.0 pre-roll ad only
   </ova.title>
   <ova.json>
       {
            "debug": {
                "debugger": "firebug",
                "levels": "fatal, config, vast_template, vpaid, playlist, api, analytics, http_calls"
            },

            "ads": {
                "pauseOnClickThrough": true,
                "displayCompanions": true,
                "restoreCompanions": false,
                "companions": [
                    { "id":"bottom-companion", "width":"468", "height":"60" },
                    { "id":"companion-300x250", "width":"300", "height":"250" }
                ],
                "servers": [
                    {
                      "type": "OASIS",
                      "apiAddress": "http://ahs2.adhostingsolutions.com/oasisi-i.php"
                    }
                ],
                "schedule": [
                    {
                      "zone": "1566",
                      "position": "pre-roll"
                    }
                ]
            }
       }
   </ova.json>
</config>