Example 1 - Enabling the Linear Skip Ad Button


The configuration for this example is:




"" is defined as:


<config>
   <ova.title>
       Example 1 - Enabling the Linear Skip Ad Button
   </ova.title>
   <ova.json>
       {
          "debug": {
              "debugger": "firebug",
              "levels": "OVA_DEBUG"
          },

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