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": {
                'levels': "fatal, config, vast_template, vpaid, http_calls, playlist, api"
            },

            "ads": {
                "pauseOnClickThrough": true,
                "servers": [
                    {
                      "type": "direct",
                      "apiAddress": "http://openx.openvideoads.org/openx/www/delivery/fc.php?
                                     script=bannerTypeHtml:vastInlineBannerTypeHtml:
                                     vastInlineHtml__amp__zones=pre-roll0-0%3D5__amp__nz=1
                                     __amp__source=__amp__r=R0.22563580377027392__amp__
                                     block=1__amp__format=vast__amp__charset=UTF-8"
                    }
                ],
                "schedule": [
                    {
                      "zone": "5",
                      "position": "pre-roll"
                    }
                ]
            }
       }
   </ova.json>
</config>