Example 3 - VAST 2 VPAID Linear Ad

The configuration for this example is:




"" is defined as:


<config>
   <ova.title>
       Example 3 - VAST 2 VPAID Linear Ad
   </ova.title>
   <ova.json>
       {
            "debug": {
                "debugger": "firebug",
                "levels": "fatal, config, vast_template, vpaid, http_calls, playlist, api"
            },

            "ads": {
                "vpaid": {
                   "controls": { "hideOnLinearPlayback": false }
                },
                "schedule": [
                    {
                       "position": "pre-roll",
                       "tag": "http://www.adotube.com/kernel/vast/vast.php?omlSource=
                               http://www.adotube.com/php/services/player/OMLService.php?
                               avpid=UDKjuff&ad_type=pre-rolls&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>