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":"http://streaming.openvideoads.org:81/shows/the-black-hole.mp4", 
                    "duration":"00:00:30" 
                 } 
              ]
            },

            "ads": {
              "servers": [
                   {
                      "type": "OpenX",
                      "apiAddress": "http://openx.openvideoads.org/openx/www/delivery/fc.php"
                   }
              ],
              "schedule": [
                  {
                      "zone": "5",
                      "position": "pre-roll"
                  }
              ]
            },

            "debug": {
              "levels": "fatal, config, vast_template, vpaid, http_calls, playlist, api"
            }
       }
   </ova.json>
</config>