Skip to content

Commit 84883b1

Browse files
niallkpNiall Pemberton
andauthored
Remove Google Analytics from Beam Website - fixes #33569 (#33570)
Co-authored-by: Niall Pemberton <niallp@apache.org>
1 parent cf5d0d4 commit 84883b1

File tree

2 files changed

+0
-18
lines changed

2 files changed

+0
-18
lines changed

website/www/site/layouts/partials/head.html

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -73,15 +73,6 @@
7373
<link rel="stylesheet" href="https://unpkg.com/swiper@8/swiper-bundle.min.css"/>
7474
<script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>
7575

76-
<script>
77-
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
78-
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
79-
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
80-
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
81-
ga('create', 'UA-73650088-1', 'auto');
82-
ga('send', 'pageview');
83-
</script>
84-
8576
<!-- Hotjar Tracking Code for https://beam.apache.org/ -->
8677
<script>
8778
(function(h,o,t,j,a,r){

website/www/site/layouts/partials/head_homepage.html

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -64,15 +64,6 @@
6464
<link rel="stylesheet" href="https://unpkg.com/swiper@8/swiper-bundle.min.css"/>
6565
<script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>
6666

67-
<script>
68-
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
69-
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
70-
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
71-
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
72-
ga('create', 'UA-73650088-1', 'auto');
73-
ga('send', 'pageview');
74-
</script>
75-
7667
<!-- Hotjar Tracking Code for https://beam.apache.org/ -->
7768
<script>
7869
(function(h,o,t,j,a,r){

0 commit comments

Comments
 (0)