Skip to content

Commit

Permalink
chore: update gtag
Browse files Browse the repository at this point in the history
  • Loading branch information
TheJoin95 committed Dec 4, 2024
1 parent 959b313 commit 035bd0f
Showing 1 changed file with 5 additions and 10 deletions.
15 changes: 5 additions & 10 deletions src/ign-frontend/public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -59,19 +59,14 @@
<div id="app"></div>

<script async defer src="https://buttons.github.io/buttons.js"></script>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script
async
src="https://www.googletagmanager.com/gtag/js?id=UA-175469686-1"
></script>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-X2EQ73KZ03"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag("js", new Date());
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());

gtag("config", "UA-175469686-1");
gtag('config', 'G-X2EQ73KZ03');
</script>

<!-- built files will be auto injected -->
Expand Down

0 comments on commit 035bd0f

Please sign in to comment.