Example 7 - Overlay with 'click to website'

Click on the overlay to be redirected to the advertiser website.


The configuration for this example is:




"" is defined as:


<config>
   <ova.title>
       Example 7 - Overlay with 'click to website'
   </ova.title>
   <ova.json>
       {
            "ads": {
                "pauseOnClickThrough": false,

                "servers": [
                    {
                      "type": "OpenX",
                      "apiAddress": "http://openx.openvideoads.org/openx/www/delivery/fc.php"
                    }
                ],

                "schedule": [
                    {
                      "zone": "30",
                      "startTime": "00:00:01",
                      "width": 450,
                      "height": 50
                    }
                ]
            },

            "debug": {
                "levels": "fatal, config, vast_template, vpaid, http_calls, playlist, api"
            }
       }
   </ova.json>
</config>