We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9de9167 + 1504550 commit b75c268Copy full SHA for b75c268
1 file changed
src/layouts/_partials/footer/footer.html
@@ -72,4 +72,14 @@
72
{{ end }}
73
74
{{/* Load footer scripts */}}
75
-{{ partial "footer/js.html" }}
+{{ partial "footer/js.html" }}
76
+
77
+<!-- Google tag (gtag.js) -->
78
+<script async src="https://www.googletagmanager.com/gtag/js?id=G-GM6V78MEDS"></script>
79
+<script>
80
+ window.dataLayer = window.dataLayer || [];
81
+ function gtag(){dataLayer.push(arguments);}
82
+ gtag('js', new Date());
83
84
+ gtag('config', 'G-GM6V78MEDS');
85
+</script>
0 commit comments