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": "OVA_DEBUG"
            },

            "ads": {
                "vpaid": {
                   "controls": { "hideOnLinearPlayback": false }
                },
                "pauseOnClickThrough": true,
                "companions": [
	                  { "id":"companion-300x250", "width":"300", "height":"250" }
                ],
                "schedule": [
                    {
                       "position": "pre-roll",
                       "server": {
                           "type": "Adotube",
      	                   "tag": "http://www.adotube.com/kernel/vast/vast2.0VPAIDAS3Preroll.php?
      	                           omlSource=http://www.adotube.com/php/services/player/OMLService.php?
      	                           avpid=2ChPxDe&platform_version=as3&integration=__partner-id__&
      	                           publisher=__domain__&title=__media-title__&tags=__media-keywords__&
      	                           description=__media-description__",
      	                   "customProperties": {
      	                        "partner-id": "longtail",
                                "media-title": "ova test",
                                "media-keywords": "ova",
                                "media-description": "video description"
      	                   }
                       }
                    }
                ]
            }
       }
   </ova.json>
</config>