Example 4 - VAST 2.0 Non-Linear VPAID (restricted display time)

The configuration for this example is:




"" is defined as:


<config>
   <ova.title>
       Example 2 - VAST 2 Non-Linear VPAID (restricted display time)
   </ova.title>
   <ova.json>
       {
            "debug": {
                "levels": "fatal, config, vast_template, vpaid, http_calls, playlist, api"
            },

            "ads": {
                "schedule": [
                    {
                       "startTime": "00:00:02",
                       "position": "auto:bottom",
                       "duration": "recommended:20",
                       "tag": "http://www.adotube.com/kernel/vast/vast.php?omlSource=
                               http://www.adotube.com/php/services/player/OMLService.php?
                               avpid=pctozxH&ad_type=overlays&platform_version=vast20as3&
                               vpaid=1&rtb=0&publisher=adotube.com&title=[VIDEO_TITLE]&
                               tags=[VIDEO_TAGS]&description=[VIDEO_DESCRIPTION]&
                               videoURL=[VIDEO_FILE_URL]"
                    }
                ]
            }
       }
   </ova.json>
</config>