Skip to content

Commit 11eaeb0

Browse files
committed
fix: trying to fix Google Analytics 4
1 parent efc04ef commit 11eaeb0

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

templates/analytics-superuserlabs.pug

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,5 @@
66
| gtag('js', new Date());
77
|
88
| gtag('config', 'UA-121118459-1');
9-
|</script>
10-
11-
|<!-- Google tag (gtag.js) -->
12-
|<script async src="https://www.googletagmanager.com/gtag/js?id=G-2MVEP1H2F6"></script>
13-
|<script>
14-
| window.dataLayer = window.dataLayer || [];
15-
| function gtag(){dataLayer.push(arguments);}
16-
| gtag('js', new Date());
17-
|
18-
| gtag('config', 'G-2MVEP1H2F6');
9+
| gtag('config', 'G-2MVEP1H2F6');
1910
|</script>

0 commit comments

Comments
 (0)