Skip to content

Commit

Permalink
Add google analytics
Browse files Browse the repository at this point in the history
  • Loading branch information
bendnorman committed Nov 12, 2023
1 parent 5c02c7e commit 836d659
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions gridle_game/public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,20 @@
<title>⚡ Gridle ⚡</title>
<link rel="icon" type="image/x-icon" href="/images/favicon.ico" />
</head>
<!-- Google tag (gtag.js) -->
<script
async
src="https://www.googletagmanager.com/gtag/js?id=G-F3G9JBC10N"
></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag("js", new Date());

gtag("config", "G-F3G9JBC10N");
</script>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root"></div>
Expand Down

0 comments on commit 836d659

Please sign in to comment.