summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authors1n <[email protected]>2019-08-01 14:36:39 -0700
committerGitHub <[email protected]>2019-08-01 14:36:39 -0700
commit33dd1d4a28a18509e2d9dfe32d315bfa8adda72f (patch)
tree38f3070cae8b32880ddfea89faf99477b746bf2e /index.html
parentUpdate game assets (diff)
downloads1n.pw-admin-33dd1d4a28a18509e2d9dfe32d315bfa8adda72f.tar.xz
s1n.pw-admin-33dd1d4a28a18509e2d9dfe32d315bfa8adda72f.zip
add google analytics tracking code
Diffstat (limited to 'index.html')
-rw-r--r--index.html9
1 files changed, 9 insertions, 0 deletions
diff --git a/index.html b/index.html
index 957b050..195cb13 100644
--- a/index.html
+++ b/index.html
@@ -48,6 +48,15 @@
}
</script>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/inter.css" integrity="sha256-DyLTj16AbuvawyWJMPz4tJNp46iGflE/fWYAoU2IGpk=" crossorigin="anonymous">
+ <!-- Global site tag (gtag.js) - Google Analytics -->
+ <script async src="https://www.googletagmanager.com/gtag/js?id=UA-145087191-1"></script>
+ <script>
+ window.dataLayer = window.dataLayer || [];
+ function gtag(){dataLayer.push(arguments);}
+ gtag('js', new Date());
+
+ gtag('config', 'UA-145087191-1');
+ </script>
</head>
<body>
<script src="js/app.js"></script>