We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56369c6 commit 32fbd16Copy full SHA for 32fbd16
_includes/google-analytics.html
@@ -5,5 +5,5 @@
5
function gtag() { dataLayer.push(arguments); }
6
gtag('js', new Date());
7
window.TRACK_ID = 'UA-112102241-1'
8
- gtag('config', window.TRACK_ID, { 'send_page_view': false });
+ gtag('config', window.TRACK_ID);
9
</script>
0 commit comments