You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by ks...@apache.org on 2016/05/26 23:04:46 UTC

svn commit: r1745674 - /openoffice/ooo-site/trunk/content/google-analytics.js

Author: kschenk
Date: Thu May 26 23:04:46 2016
New Revision: 1745674

URL: http://svn.apache.org/viewvc?rev=1745674&view=rev
Log:
Set up IP anonymizer for additional client privacy.


Modified:
    openoffice/ooo-site/trunk/content/google-analytics.js

Modified: openoffice/ooo-site/trunk/content/google-analytics.js
URL: http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/google-analytics.js?rev=1745674&r1=1745673&r2=1745674&view=diff
==============================================================================
--- openoffice/ooo-site/trunk/content/google-analytics.js (original)
+++ openoffice/ooo-site/trunk/content/google-analytics.js Thu May 26 23:04:46 2016
@@ -2,6 +2,7 @@
     var _gaq = _gaq || [];
     _gaq.push(['_setAccount', 'UA-30193653-1']);
     _gaq.push(['_setDomainName', 'openoffice.org']);
+    _gaq.push (['_gat._anonymizeIp']);
     _gaq.push(['_trackPageview']);
 
     (function() {