diff --git a/frontend/src/components/GoogleAnalytics/index.js b/frontend/src/components/GoogleAnalytics/index.js index 93cebe5..0b61895 100644 --- a/frontend/src/components/GoogleAnalytics/index.js +++ b/frontend/src/components/GoogleAnalytics/index.js @@ -11,7 +11,9 @@ const GoogleAnalytics = () => { function gtag(){window.dataLayer.push(arguments);} gtag('js', new Date()); - gtag('config', ga4Tag); + gtag('config', ga4Tag, { + 'page_title': window.location.host + } ); }, []); return (