react-ga4
react-ga4 copied to clipboard
React Google Analytics 4
You didn't explain in your README file, why you recommend to use `react-ga4`, not just paste it into `index.html` of the React app. Your README file should contain such an...
Hello, how do I used react-ga4 in NextJS V15 especially with the App Router? Is it sufficient to put ` import ReactGA from 'react-ga4'; (...) const TRACKING_ID = "G-R85LV3LZ4X"; ReactGA.initialize(TRACKING_ID);...
Had an issue with this code ``` import ReactGA from 'react-ga4'; export const initGA = () => { ReactGA.initialize('***'); }; export const logPageView = (page: string) => { ReactGA.send({ hitType:...
Validating [google search console integration](https://search.google.com/search-console/welcome) using the **Google Analytics Tracking code** generated with this module fails because: > Your non-logged-in homepage ([see note](https://support.google.com/webmasters/answer/9008080?hl=en#tag_redirection)) must contain either the [analytics.js](https://developers.google.com/analytics/devguides/collection/analyticsjs/) or [gtag.js](https://developers.google.com/analytics/devguides/collection/gtagjs/)...