Skip to content

Commit 09cca54

Browse files
committed
🐛 with analytics
1 parent 1c0c912 commit 09cca54

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

_includes/head-custom.html

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<!-- Google tag (gtag.js) -->
2+
<script async src="https://www.googletagmanager.com/gtag/js?id=G-7YB2GGR37M"></script>
3+
<script>
4+
window.dataLayer = window.dataLayer || [];
5+
function gtag(){dataLayer.push(arguments);}
6+
gtag('js', new Date());
7+
gtag('config', 'G-7YB2GGR37M');
8+
</script>

0 commit comments

Comments
 (0)