Example 3 - Disabling Google Analytics Completely

The configuration for this example is:




"" is defined as:


<config>
   <ova.title>
       Example 3 - Disabling Google Analytics Completely
   </ova.title>
   <ova.json>
       {
            "analytics": {
                "google": {
                    "enable": false
                }
            },
            
            "shows": {
              "streams": [ 
                 { 
                    "file":"OVA_PSEUDO_SHOW_STREAM_1", 
                    "duration":"00:00:30" 
                 } 
              ]
            },

            "ads": {
              "servers": [
                   {
                      "type": "OpenX",
                      "apiAddress": "OVA_OPENX_API"
                   }
              ],
              "schedule": [
                  {
                      "zone": "5",
                      "position": "pre-roll"
                  }
              ]
            },

            "debug": {
              "debugger": "firebug",
              "levels": "OVA_DEBUG"
            }
       }
   </ova.json>
</config>