Skip to content

Commit

Permalink
Fix analytics (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
gchristov committed Mar 9, 2024
1 parent eb07ed1 commit d92ab11
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions landing-page-web/service/src/jsMain/resources/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,13 @@
<script src="assets/js/jquery-2.2.4.min.js"></script>
<script src="assets/js/jquery.localize.min.js"></script>

<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-116654601-1"></script>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-GK0LDZ5LK7"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-116654601-1');
gtag('config', 'G-GK0LDZ5LK7');
</script>
</head>
<body>
Expand Down

0 comments on commit d92ab11

Please sign in to comment.