Skip to content

Commit a4a76ec

Browse files
committed
gtag
1 parent 1164684 commit a4a76ec

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

index.html

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,14 @@
88
<body>
99
<div id="root"></div>
1010
<script type="module" src="/src/main.jsx"></script>
11+
<!-- Google tag (gtag.js) -->
12+
<script async src="https://www.googletagmanager.com/gtag/js?id=G-L9RW3X29KB"></script>
13+
<script>
14+
window.dataLayer = window.dataLayer || [];
15+
function gtag(){dataLayer.push(arguments);}
16+
gtag('js', new Date());
17+
18+
gtag('config', 'G-L9RW3X29KB');
19+
</script>
1120
</body>
1221
</html>

0 commit comments

Comments
 (0)