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 030948e commit cab9373Copy full SHA for cab9373
playground/site/public/index.html
@@ -6,6 +6,15 @@
6
<meta name="viewport" content="width=device-width,initial-scale=1.0">
7
<link rel="icon" href="<%= BASE_URL %>favicon.ico">
8
<title><%= htmlWebpackPlugin.options.title %></title>
9
+ <!-- Google tag (gtag.js) -->
10
+ <script async src="https://www.googletagmanager.com/gtag/js?id=G-VDMVFRTJJS"></script>
11
+ <script>
12
+ window.dataLayer = window.dataLayer || [];
13
+ function gtag(){dataLayer.push(arguments);}
14
+ gtag('js', new Date());
15
+
16
+ gtag('config', 'G-VDMVFRTJJS');
17
+ </script>
18
</head>
19
<body>
20
<noscript>
0 commit comments