We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9fcf94b commit 5adb3a3Copy full SHA for 5adb3a3
src/server/wwwroot/index.html
@@ -65,6 +65,14 @@
65
registerServiceWorker();
66
*/
67
</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>
76
</head>
77
78
<body class="dark-mode dashboard">
0 commit comments