Example 4-05 - VAST2 wrapper to a VAST2 wrapper to a VAST2 ad

300x250 Companion

The configuration for this example is:




"" is defined as:


<config>
   <ova.title>
       Example 4-05 - VAST2 wrapper to a VAST2 wrapper to a VAST2 ad
   </ova.title>
   <ova.json>
       {
            "shows": {
              "streams": [
                   {
                     "file": "OVA_HTTP_SHOW_STREAM_1",
                     "duration":"00:00:10"
                   }
              ]
            },

            "ads": {
                "pauseOnClickThrough": true,
                "companions": [
                	{ id: "companion-300x250", width: 300, height: 250 }
                ],
                "schedule": [
                    {
                       "position": "pre-roll",
                       "server": {
                          "type": "direct",
                          "tag": "OVA_DIST_TEMPLATES_2wrapper/vast2-wrapper-to-vast2-wrapper-vast2-ad.xml",
                       }
                    }
                ]
            },

            "debug": {
                "levels": "OVA_DEBUG"
            }
       }
   </ova.json>
</config>