Skip to content

Commit

Permalink
Update Google Analytics (#187)
Browse files Browse the repository at this point in the history
  • Loading branch information
mraible committed Jun 28, 2023
1 parent 8a134d2 commit a164dac
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions src/main/webapp/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -120,14 +120,15 @@ <h1>You must enable JavaScript to view this page.</h1>
}
}
</script>
<!-- Google Analytics: uncomment and change UA-XXXXX-X to be your site's ID.
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-66855820-1"></script>
<script>
(function(b,o,i,l,e,r){b.GoogleAnalyticsObject=l;b[l]||(b[l]=
function(){(b[l].q=b[l].q||[]).push(arguments)});b[l].l=+new Date;
e=o.createElement(i);r=o.getElementsByTagName(i)[0];
e.src='//www.google-analytics.com/analytics.js';
r.parentNode.insertBefore(e,r)}(window,document,'script','ga'));
ga('create','UA-XXXXX-X');ga('send','pageview');
</script>-->
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag('js', new Date());
gtag('config', 'UA-66855820-1');
</script>
</body>
</html>

0 comments on commit a164dac

Please sign in to comment.