Skip to content

Commit 5adb3a3

Browse files
author
Chris Maunder
committed
Added analytics to the dashboard to help understand issues
1 parent 9fcf94b commit 5adb3a3

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/server/wwwroot/index.html

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,14 @@
6565
registerServiceWorker();
6666
*/
6767
</script>
68+
69+
<script async src="https://www.googletagmanager.com/gtag/js?id=G-8TS2RGRMFH"></script>
70+
<script>
71+
window.dataLayer = window.dataLayer || [];
72+
function gtag(){dataLayer.push(arguments);}
73+
gtag('js', new Date());
74+
gtag('config', 'G-8TS2RGRMFH');
75+
</script>
6876
</head>
6977

7078
<body class="dark-mode dashboard">

0 commit comments

Comments
 (0)