Skip to content

Commit 221b83c

Browse files
committed
added google tracking custom html
1 parent fab3079 commit 221b83c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

_includes/analytics.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<!-- Google tag (gtag.js) -->
2-
<script async src="https://www.googletagmanager.com/gtag/js?id=G-8HL173849C"></script>
2+
<script async src="https://www.googletagmanager.com/gtag/js?id=G-V08NSV8XPF"></script>
33
<script>
44
window.dataLayer = window.dataLayer || [];
55
function gtag(){dataLayer.push(arguments);}
66
gtag('js', new Date());
77

8-
gtag('config', 'G-8HL173849C');
9-
</script>
8+
gtag('config', 'G-V08NSV8XPF');
9+
</script>

0 commit comments

Comments
 (0)