Skip to content

Commit 8c96516

Browse files
committed
google analytic for prima
1 parent debf3c7 commit 8c96516

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

projects/prima/index.html

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,15 @@
2424
<script src="./static/js/bulma-carousel.min.js"></script>
2525
<script src="./static/js/bulma-slider.min.js"></script>
2626
<script src="./static/js/index.js"></script>
27+
<!-- Google tag (gtag.js) -->
28+
<script async src="https://www.googletagmanager.com/gtag/js?id=G-X6K9XMSJM2"></script>
29+
<script>
30+
window.dataLayer = window.dataLayer || [];
31+
function gtag(){dataLayer.push(arguments);}
32+
gtag('js', new Date());
33+
34+
gtag('config', 'G-X6K9XMSJM2');
35+
</script>
2736
</head>
2837

2938
<body>

0 commit comments

Comments
 (0)