react-ga4 icon indicating copy to clipboard operation
react-ga4 copied to clipboard

React Google Analytics 4

Results 44 react-ga4 issues
Sort by recently updated
recently updated
newest added

It is related to https://github.com/PriceRunner/react-ga4/issues/37 1. I downloaded the Chrome extension: Google Analytics Debugger, and turned it on 2. My application is at localhost:3000 3. On Inspect > Console, I...

Is this web-only? Or would it work in react-native as well?

React GA has a modalview, and according to documentation, it's basically just an abstraction on pageview here - https://github.com/react-ga/react-ga#reactgamodalviewmodalname. Is it possible to update the documentation for react-ga4 on this?...

The following was possible in react-ga. ``` ReactGA.exception({ description: 'An error occurred', fatal: true }) ``` In react-ga4, this seems to be disabled entirely. ``` case "exception": console.warn(`Unsupported send command:...

I imagine this module has the potential of getting quite popular on July 1st when many GA report watchers realize their tracking is no longer working. Please add context to...

should it be possible to verify this is sending something by looking at the networks tab of the browser?

The send_to attribute never seems to be added to the api call sent to google. I'm trying to use an ad tracker and the syntax I'm using is: ``` ReactGA.event({...

The way we put `timing` args will never be sent to GA [here](https://github.com/codler/react-ga4/blob/d0b14c26a7dd5fdbe98e3dd4ef0e6653d0a19ba3/src/ga4.js#L335). Should be something like ```javascript case "timing": const { hitType , ...timingArgs } = args[0]; this._gaCommandSendTiming(Object.values(timingArgs)); break;...

I want to set multiple tracker for different page. In `react-ga` package there is a option in `gaOptions` named `name` and for specific pageview event I called that tracker name....

Added debug_mode option to filter developer traffic to view in GA4 DebugView https://support.google.com/analytics/answer/7201382?sjid=10106802497287070450-NA#zippy=%2Cgoogle-tag-gtagjs