Skip to content

Commit 32fbd16

Browse files
committed
send page view to analytics
1 parent 56369c6 commit 32fbd16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_includes/google-analytics.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@
55
function gtag() { dataLayer.push(arguments); }
66
gtag('js', new Date());
77
window.TRACK_ID = 'UA-112102241-1'
8-
gtag('config', window.TRACK_ID, { 'send_page_view': false });
8+
gtag('config', window.TRACK_ID);
99
</script>

0 commit comments

Comments
 (0)