Example 2 - A VAST 2.0 pre-roll ad only

A COMPANION GOES HERE
ANOTHER COMPANION GOES HERE

The configuration for this example is:




"" is defined as:


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

            "shows": {
                "streams": [
                    {
                      "file":"http://streaming.openvideoads.org/shows/the-black-hole.mp4",
                      "duration":"00:00:10"
                    }
              ]
            },

            "ads": {
                "pauseOnClickThrough": true,
                "deliveryType":"progressive",
                "bitrate": "600", 
                "companions": {
                    "regions": [
                        { "id":"companion-728x90", "width":"728", "height":"90" },
                        { "id":"companion-300x250", "width":"300", "height":"250" }
                    ]
                },
                "notice": { "show": false },
                "schedule": [
                    {
                       "position": "pre-roll",
                       "server": {
                          "type": "direct",
                          "tag": "http://ad.doubleclick.net/pfadx/N270.126913.6102203221521/
                                  B3876671.20;dcadv=2215309;sz=0x0;pc=[TPAS_ID];
                                  ord=__timestamp__;dcmt=text/xml"
                       }
                    }
                ]
            }
       }
   </ova.json>
</config>