Skip to content

Commit

Permalink
Add Google Analytics
Browse files Browse the repository at this point in the history
  • Loading branch information
mihow committed Feb 1, 2024
1 parent 1b065ff commit 6651741
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions ui/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,16 @@
<link rel="preload" href="/index.css" as="style" />
<link rel="stylesheet" href="/index.css" />
</head>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-EX26RXX0YT"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());

gtag('config', 'G-EX26RXX0YT');
</script>
<!-- End Google tag (gtag.js) -->
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root"></div>
Expand Down

0 comments on commit 6651741

Please sign in to comment.