Example 1 - VAST 2 Linear Ad with Companion (static ad tag)

The configuration for this example is:




"" is defined as:


<config>
   <ova.title>
       Example 1 - VAST 2 Linear Ad with Companion (static ad tag)
   </ova.title>
   <ova.json>
       {
            "debug": {
                "debugger": "firebug",
                "levels": "fatal, config, vast_template, vpaid, playlist, api, analytics, http_calls"
            },

            "ads": {
                "pauseOnClickThrough": true,
                "companions": [
                	{ "id": "companion-1", "width": 300, "height": 250 }
                ],
                "schedule": [
                    {
                      "position": "pre-roll",
                      "tag": "http://oxdemo-d.openxenterprise.com/v/1.0/av?pgid=91__amp__test=true"
                    }
                ]
            }
       }
   </ova.json>
</config>