Example 9 - Configuring the click-through target window

By default, the click-through URL is opened in a new window. This can be modified with the "target" option as follows (valid values are "_self", "_blank", "_top", "_parent"):

The configuration for this example is:




"" is defined as:


<config>
   <ova.title>
       Example 9 - Configuring the click-through target window
   </ova.title>
   <ova.json>
       {
            "debug": {
              "debugger": "firebug",
              "levels": "fatal, config, vast_template, vpaid, playlist, api, analytics, http_calls"
            },

            "ads": {
                "clickSign": {
                   "target": "_self"
                },
                "servers": [
                   {
                       "type": "OpenX",
                       "apiAddress": "http://openx.openvideoads.org/openx/www/delivery/fc.php",
                       "customProperties": {
                           "target": "category=food"
                       }
                   }
                ],
                "schedule": [
                   {
                      "zone": "1",
                      "position": "pre-roll"
                   }
                ]
            }
       }
   </ova.json>
</config>