Skip to content
This repository was archived by the owner on May 11, 2020. It is now read-only.

Commit a3aa43e

Browse files
author
Yurii Tokarskyi
committed
Added GTM
1 parent 74cf050 commit a3aa43e

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

public/index.html

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,5 +39,14 @@
3939
To begin the development, run `npm start` or `yarn start`.
4040
To create a production bundle, use `npm run build` or `yarn build`.
4141
-->
42+
43+
<!-- Global site tag (gtag.js) - Google Analytics -->
44+
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-147740585-1"></script>
45+
<script>
46+
window.dataLayer = window.dataLayer || [];
47+
function gtag(){dataLayer.push(arguments);}
48+
gtag('js', new Date());
49+
gtag('config', 'UA-147740585-1');
50+
</script>
4251
</body>
4352
</html>

0 commit comments

Comments
 (0)