diff options
| author | s1n <[email protected]> | 2019-08-01 14:36:39 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2019-08-01 14:36:39 -0700 |
| commit | 33dd1d4a28a18509e2d9dfe32d315bfa8adda72f (patch) | |
| tree | 38f3070cae8b32880ddfea89faf99477b746bf2e /index.html | |
| parent | Update game assets (diff) | |
| download | s1n.pw-admin-33dd1d4a28a18509e2d9dfe32d315bfa8adda72f.tar.xz s1n.pw-admin-33dd1d4a28a18509e2d9dfe32d315bfa8adda72f.zip | |
add google analytics tracking code
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -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>
|