diff --git a/src/App.js b/src/App.js index c5ddfb4..6db4a65 100644 --- a/src/App.js +++ b/src/App.js @@ -75,6 +75,7 @@ const themes = [ const db = firebase.firestore(); +// stop automatic logging of page views window.dataLayer = window.dataLayer || []; function gtag() {window.dataLayer.push(arguments); } gtag('set', {'send_page_view': false });