Example 1 - VAST1 VPAID (via wrapper)




"" is defined as:


<config>
   <ova.title>
       Example 1 - VAST1 VPAID (via wrapper)
   </ova.title>
   <ova.json>
       {
            "debug": {
                "debugger": "firebug",
                "levels": "fatal, config, vast_template, vpaid, playlist, api, analytics, http_calls"
            },

            "ads": {
                "vpaid": {
                    "holdingClipUrl": "http://static.openvideoads.org/ads/blank/blank-pixel.jpg"
                },
                "pauseOnClickThrough": true,
                "companions": [
                	{ "id": "companion-1", "width": 300, "height": 250 }
                ],
                "schedule": [
                    {
                       "position": "pre-roll",
                       "server": {
                          "type": "direct",
                          "tag": "../../../../dist/templates/ad-servers/telemetry/telemetry-wrapper-vast1.xml"
                       }
                    }
                ]
            }
       }
   </ova.json>
</config>