Example 3 - VAST 2 VPAID Linear Ad

The configuration for this example is:




"" is defined as:


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

            "ads": {
                "pauseOnClickThrough": true,
                "companions": [
	                  { "id":"companion-300x250", "width":"300", "height":"250" }
                ],
                "schedule": [
                    {
                       "position": "pre-roll",
                       "server": {
                           "type": "direct",
      	                   "tag": "../../../../dist/templates/ad-servers/mov.ad/vpaid-linear-vast2.xml"
                       }
                    }
                ]
            }
       }
   </ova.json>
</config>