Skip to content

Commit cab9373

Browse files
authored
Update index.html
1 parent 030948e commit cab9373

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

playground/site/public/index.html

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,15 @@
66
<meta name="viewport" content="width=device-width,initial-scale=1.0">
77
<link rel="icon" href="<%= BASE_URL %>favicon.ico">
88
<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>
918
</head>
1019
<body>
1120
<noscript>

0 commit comments

Comments
 (0)