Skip to content

Commit 8598457

Browse files
authored
Create analytics.html
1 parent 4368231 commit 8598457

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

_includes/analytics.html

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

0 commit comments

Comments
 (0)