Example 8 - Turning off the Click-Through Message

You can modify the font style, size and whether or not the message is shown.

The configuration for this example is:




"" is defined as:


<config>
   <ova.title>
       Example 8 - Turning off the Click-Through Message
   </ova.title>
   <ova.json>
       {
            "debug": {
              "levels": "fatal, config, vast_template, vpaid, http_calls, playlist, api"
            },

            "ads": {
                "clickSign": {
                   "enabled": false
                },
                "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>