Example 8 - Start at X and show for Y seconds if ad has minimum duration


The configuration for this example is:




"" is defined as:


<config>
   <ova.title>
       Example 8 - Start at X and show for Y seconds if ad has minimum duration
   </ova.title>
   <ova.json>
       {
          "debug": {
              "levels": "fatal, config, vast_template, vpaid, http_calls, playlist, api"
          },

          "ads": {
             "skipAd": {
                 "enabled": true,
                 "showAfterSeconds": 3,
                 "showForSeconds": 10,
                 "minimumAdDuration": 20
             },
             "servers": [
                   {
                      "type": "OpenX",
                      "apiAddress": "http://openx.openvideoads.org/openx/www/delivery/fc.php"
                   }
             ],
             "schedule": [
                {
                   "zone": "5",
                   "position": "pre-roll"
                },
                {
                   "position": "pre-roll",
                   "tag": "http://adserver.adtech.de/?advide...."
                }                
             ]
          }
       }
   </ova.json>
</config>