Example 8 - Click on a linear ad to go to the advertiser website

Mouse over the ad and then click on it to be redirected to the advertiser website.


The configuration for this example is:




"" is defined as:


<config>
   <ova.title>
       Example 8 - Click on a linear ad to go to the advertiser website
   </ova.title>
   <ova.json>
       {
            "debug": {
               "debugger": "firebug",
               "levels": "OVA_DEBUG"
            },

            "ads": {
               "pauseOnClickThrough": true,
               "servers": [
                   {
                      "type": "OpenX",
                      "apiAddress": "OVA_OPENX_API"
                   }
               ],
               "schedule": [
                   {
                      "zone": "17",
                      "position": "pre-roll"
                   }
               ]
            }
       }
   </ova.json>
</config>