Example 2 - VAST2 VPAID (via wrapper)




"" is defined as:


<config>
   <ova.title>
       Example 2 - VAST2 VPAID (via wrapper)
   </ova.title>
   <ova.json>
       {
            "debug": {
                "debugger": "firebug",
                "levels": "OVA_DEBUG"
            },

            "ads": {
                "vpaid": {
                    "holdingClipUrl": "OVA_BLANK_PIXEL_IMAGE"
                },
                "pauseOnClickThrough": true,
                "companions": [
                	{ "id": "companion-1", "width": 300, "height": 250 }
                ],
                "schedule": [
                    {
                       "position": "pre-roll",
                       "server": {
                          "type": "direct",
                          "tag": "OVA_DIST_TEMPLATES_3ad-servers/telemetry/telemetry-wrapper-vast2.xml"
                       }
                    }
                ]
            }
       }
   </ova.json>
</config>