Skip to content

Commit fce0ffc

Browse files
Update custom.html
Add google analytics code
1 parent 296539c commit fce0ffc

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed
Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
11
<!-- start custom analytics snippet -->
2+
<!-- Google tag (gtag.js) -->
3+
<script async src="https://www.googletagmanager.com/gtag/js?id=G-1JFKS9BLJ2"></script>
4+
<script>
5+
window.dataLayer = window.dataLayer || [];
6+
function gtag(){dataLayer.push(arguments);}
7+
gtag('js', new Date());
28

3-
<!-- end custom analytics snippet -->
9+
gtag('config', 'G-1JFKS9BLJ2');
10+
</script>
11+
12+
<!-- end custom analytics snippet -->

0 commit comments

Comments
 (0)