We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f3c326 commit 188050cCopy full SHA for 188050c
index.html
@@ -165,6 +165,16 @@
165
}
166
</style>
167
</head>
168
+ <!-- Google tag (gtag.js) -->
169
+<script async src="https://www.googletagmanager.com/gtag/js?id=G-NNHPM3N7SY"></script>
170
+<script>
171
+ window.dataLayer = window.dataLayer || [];
172
+ function gtag(){dataLayer.push(arguments);}
173
+ gtag('js', new Date());
174
+
175
+ gtag('config', 'G-NNHPM3N7SY');
176
+</script>
177
178
<body>
179
180
<header>
0 commit comments