Example 5 - Enable SkipAd After X Seconds


The configuration for this example is:




"" is defined as:


<config>
   <ova.title>
       Example 5 - Enable SkipAd After X Seconds
   </ova.title>
   <ova.json>
       {
          "debug": {
              "levels": "fatal, config, vast_template, vpaid, http_calls, playlist, api"
          },

          "ads": {
             "skipAd": {
                 "enabled": true,
                 "showAfterSeconds": 10
             },
             "servers": [
                   {
                      "type": "OpenX",
                      "apiAddress": "http://openx.openvideoads.org/openx/www/delivery/fc.php"
                   }
             ],
             "schedule": [
                {
                   "zone": "5",
                   "position": "pre-roll"
                }
             ]
          }
       }
   </ova.json>
</config>