Example 4-09 - VAST1 wrapper to a VAST1 wrapper to a VAST1 wrapper to a VAST1 ad

300x250 Companion

The configuration for this example is:




"" is defined as:


<config>
   <ova.title>
       Example 4-09 - VAST1 wrapper to a VAST1 wrapper to a VAST1 wrapper to a VAST1 ad
   </ova.title>
   <ova.json>
       {
            "debug": {
                "levels": "fatal, config, vast_template, vpaid, http_calls, playlist, api"
            },

            "shows": {
              "streams": [
                   { "file":"http://streaming.openvideoads.org/shows/the-black-hole.mp4", "duration":"00:00:10" }
              ]
            },

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