We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 402ae50 commit 9b7b0f0Copy full SHA for 9b7b0f0
1 file changed
_templates/layout.html
@@ -40,12 +40,13 @@
40
}
41
</script>
42
43
-<script async src="https://www.googletagmanager.com/gtag/js?id=UA-71919972-3"></script>
+<script async src="https://www.googletagmanager.com/gtag/js?id=G-E8MF0BRFZ6"></script>
44
<script>
45
window.dataLayer = window.dataLayer || [];
46
function gtag(){dataLayer.push(arguments);}
47
gtag('js', new Date());
48
- gtag('config', 'UA-71919972-3');
+ gtag('config', 'G-E8MF0BRFZ6'); // GA4
49
+ gtag('config', 'UA-71919972-3'); // UA
50
51
52
0 commit comments