Example 1 - VAST 2 VPAID Linear




"" is defined as:


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

          "ads": {
              "companions": {
                 "regions": [
  	                 {
	                    "id":"companion-300x250",
	                    "width":"300",
	                    "height":"250"
	                 }
  	             ]
  	          },
              "pauseOnClickThrough": true,
              "schedule": [
                  {
                     "position": "pre-roll",
                     "tag": "http://search.spotxchange.com/vast/2.00/74856?
                             VPAID=1&content_page_url=[page_url]&
                             cb=__random-number__"
                  }
              ]
          }
      }
   </ova.json>
</config>