This is an automated email from the ASF dual-hosted git repository.
bharathkk pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/samza.git
The following commit(s) were added to refs/heads/master by this push:
new 23f52e98d SAMZA-2803 Remove Google Analytics from the Samza Website
(#1715)
23f52e98d is described below
commit 23f52e98d6426a5d0e11bc4e8c8de588b60f0406
Author: Niall Pemberton <[email protected]>
AuthorDate: Tue Mar 4 23:18:14 2025 +0000
SAMZA-2803 Remove Google Analytics from the Samza Website (#1715)
Co-authored-by: Niall Pemberton <[email protected]>
---
docs/_includes/footer.html | 13 -------------
1 file changed, 13 deletions(-)
diff --git a/docs/_includes/footer.html b/docs/_includes/footer.html
index c0906aeff..41e87c7d1 100644
--- a/docs/_includes/footer.html
+++ b/docs/_includes/footer.html
@@ -75,17 +75,4 @@
</script>
{% endif %}
-<!-- Google Analytics -->
-<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-43122768-1', 'apache.org');
- ga('send', 'pageview');
-
-</script>
<script src="/js/main.new.js"></script>
\ No newline at end of file