Example 1 - A VAST 2.0 pre-roll ad only

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, http_calls, playlist, api"
            },

            "ads": {
                "pauseOnClickThrough": true,
                "servers": [
                   {
                      "type": "Adform",
                      "apiAddress": "http://track.adform.net/serving/videoad"
                   }
                ],
                "schedule": [
                    {
                      "zone": "453599",
                      "position": "pre-roll"
                    }
                ]
            }
       }
   </ova.json>
</config>