Skip to content

Commit 41ab9a1

Browse files
Amir SohelAmir Sohel
authored andcommitted
tracking
1 parent 8ff4fb8 commit 41ab9a1

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

public/index.html

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,16 @@
1919
<body class="night-mode">
2020
<noscript>You need to enable JavaScript to run this app.</noscript>
2121
<div id="root"></div>
22+
23+
<!-- Global site tag (gtag.js) - Google Analytics -->
24+
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-132223767-1"></script>
25+
<script>
26+
window.dataLayer = window.dataLayer || [];
27+
function gtag(){dataLayer.push(arguments);}
28+
gtag('js', new Date());
29+
30+
gtag('config', 'UA-132223767-1');
31+
</script>
32+
2233
</body>
2334
</html>

0 commit comments

Comments
 (0)