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": {
                "debugger": "firebug",
                "levels": "OVA_DEBUG"
            },

            "ads": {
                "pauseOnClickThrough": true,
                "deliveryType":"progressive",
                "bestWidth": 420,
                "bestHeight": 250,
                "bestBitrate": 600,
                "displayCompanions": true,
                "companions": [
                    { "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>