We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 297d57c commit 182f974Copy full SHA for 182f974
index.html
@@ -3,6 +3,17 @@
3
4
<head>
5
6
+
7
+ <!-- Google tag (gtag.js) -->
8
+ <script async src="https://www.googletagmanager.com/gtag/js?id=G-V4YVD14GNS"></script>
9
+ <script>
10
+ window.dataLayer = window.dataLayer || [];
11
+ function gtag(){dataLayer.push(arguments);}
12
+ gtag('js', new Date());
13
14
+ gtag('config', 'G-V4YVD14GNS');
15
+ </script>
16
17
<!-- Basic Page Needs
18
================================================== -->
19
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
0 commit comments