Example 1 - VAST 2 VPAID Linear

A 300x250 COMPANION GOES HERE



"" is defined as:


<config>
   <ova.title>
       Example 1 - VAST 2 VPAID Linear
   </ova.title>
   <ova.json>
       {
            "debug": {
                "debugger": "firebug",
                "levels": "fatal, config, vast_template, vpaid, http_calls, playlist, api"
            },

            "ads": {
                "pauseOnClickThrough": true,
                "companions": {
                    "regions": [
                   	   { "id": "companion-1", "width": 300, "height": 250 }
                    ]
                },    
                "schedule": [
                    {
                       "position": "pre-roll",
                       "server": {
                          "type": "direct",
                          "tag": "http://pbint.tidaltv.com/adserver2.0/tpas1.aspx?
                                  mt=1&pid=1&pd1=broadscaler&fmid=11&xf=12&rand=
                                  __random-number__"
                       }
                    }
                ]
            }
       }
   </ova.json>
</config>