Example 3 - VAST 2.0 Non-Linear

300x60 static
300x60 iframe

The configuration for this example is:




"" is defined as:


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

            "ads": {
                "pauseOnClickThrough": true,
                "companions": [
	                  { 
	                     "id":"companion-300x60-static", 
	                     "width":"300", 
	                     "height":"60", 
	                     "resourceType": "static" 
	                  },
	                  { 
	                     "id":"companion-300x60-iframe", 
	                     "width":"300", 
	                     "height":"60", 
	                     "resourceType": "iframe" 
	                  }
                ],
                "schedule": [
                    {
                       "position": "auto",
                       "duration": "recommended:10",
                       "startTime": "00:00:03",
                       "server": {
                           "type": "direct",
                           "tag": "http://ad3.liverail.com/?LR_PUBLISHER_ID=1331
      	                           __amp__LR_CAMPAIGN_ID=228__amp__LR_SCHEMA=vast2"
                       }
                    }
                ]
            }
       }
   </ova.json>
</config>