This is an automated email from the ASF dual-hosted git repository.

achennaka pushed a commit to branch gh-pages
in repository https://gitbox.apache.org/repos/asf/kudu.git


The following commit(s) were added to refs/heads/gh-pages by this push:
     new f7cfa1043 KUDU-3640 Remove Google Analytics script
f7cfa1043 is described below

commit f7cfa104303024404295d791f7b62df675916b3a
Author: Abhishek Chennaka <[email protected]>
AuthorDate: Fri Jan 31 13:15:17 2025 -0800

    KUDU-3640 Remove Google Analytics script
    
    As per the new ASF Policy, we need to remove Google Analytics Script.
    
    We will look into having Matomo analytics in future.
    
    Change-Id: I2818bdac7043fc9ecac8e4c66193bb36fcf7e1a7
    Reviewed-on: http://gerrit.cloudera.org:8080/22433
    Reviewed-by: Alexey Serbin <[email protected]>
    Tested-by: Abhishek Chennaka <[email protected]>
---
 _includes/bottom_common.html | 9 ---------
 1 file changed, 9 deletions(-)

diff --git a/_includes/bottom_common.html b/_includes/bottom_common.html
index dd9ebcc53..29a1aa00b 100644
--- a/_includes/bottom_common.html
+++ b/_includes/bottom_common.html
@@ -32,15 +32,6 @@
     <script 
src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js";
             
integrity="sha384-0mSbJDEHialfmuBBQP6A4Qrprq5OVfW37PRR3j5ELqxss1yVqOtnepnHVP9aJ7xS"
             crossorigin="anonymous"></script>
-    <script>
-      
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
-      (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new 
Date();a=s.createElement(o),
-      
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
-      
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
-
-      ga('create', 'UA-68448017-1', 'auto');
-      ga('send', 'pageview');
-    </script>
     <script 
src="https://cdnjs.cloudflare.com/ajax/libs/anchor-js/3.1.0/anchor.js";></script>
     <script>
       anchors.options = {

Reply via email to