Example 1 - A VAST 1.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,
                "notice": { "textStyle": "smalltext" },
                "companions": {
                    "regions": [
                        { "id":"companion", "width":"300", "height":"250" }
                    ]
                },
                "servers": [
                    {
                       "type": "Lightningcast",
                       "tag": "http://web.lightningcast.net/servlets/getPlaylist?ver=2.0__amp__
                               nwid=106414__amp__
                               content=http%3A//streaming.openvideoads.org/shows/the-black-hole.mp4
                               __amp__level=Test_Implent%3ATest_400_300__amp__
                               format=Video-Flash-400-400x300__amp__
                               uid=ABC__amp__
                               regions=Standardbanner__amp__
                               crlen=t__amp_
                               _resp=VAST"
                    }
                ],
                "schedule": [
                    {
                       "position": "pre-roll"
                    },
                    {
                       "position": "post-roll"
                    }
                ]
            }
       }
   </ova.json>
</config>