Skip to content

Commit 4767893

Browse files
feat: [LAR-91] add google analtycs G4 (#269)
2 parents f85dcad + e821ffd commit 4767893

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed
Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
11
@production
2-
<!-- Global site tag (gtag.js) - Google Analytics -->
3-
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-121194903-1"></script>
2+
<!-- Google tag (gtag.js) -->
3+
<script async src="https://www.googletagmanager.com/gtag/js?id=G-VNZ1H578TL"></script>
44
<script>
5-
window.dataLayer = window.dataLayer || []
6-
function gtag() {
7-
dataLayer.push(arguments)
8-
}
9-
gtag('js', new Date())
5+
window.dataLayer = window.dataLayer || [];
6+
function gtag(){dataLayer.push(arguments);}
7+
gtag('js', new Date());
108
11-
gtag('config', 'UA-121194903-1')
9+
gtag('config', 'G-VNZ1H578TL');
1210
</script>
1311
@endproduction

0 commit comments

Comments
 (0)