Skip to content

Commit e53fe08

Browse files
authored
Create google-analytics.html
1 parent ad08c7f commit e53fe08

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

_includes/google-analytics.html

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

0 commit comments

Comments
 (0)