-
Hi,
we wanted to use google optimize with react-ga and added following to our code:
```
ReactGA.initialize(***GA_TRACKING_ID***)
ReactGA.ga('require', ***GO_CONTAINER_ID**)
```
This work…
-
Here's all the bits we need, though you'll probably have to change `_document.js`
`gtag.js`
```javascript
// @flow
// nteract.io's GA Tracking ID (I just set this up)
export const GA_TRACKING…
-
The [code sending the request](https://github.com/react-ga/react-ga/blob/b636b21fd3766aafc126a682810b5cb525ef5c4d/dist/react-ga.js#L195) on React-GA is reached fine, but somehow the request is not sen…
-
I'm trying to implement react-ga but only in production server (I have my local / dev and prod servers).
So, I would like to create a text field in backoffice which value is saved in database.
…
-
### Description
### Description
This function is the base functionality needed to allow capturing user feedback while including tags, `replay_id`, `trace_id`, etc.
It's part of the 'new user feedbac…
-
`ERROR in Failed to load parser 'babel-eslint' declared in 'node_modules/react-ga/.eslintrc.js': Cannot find module 'babel-eslint'
Require stack:
- /Users/xxx/Documents/code/xxx/node_modules/react-g…
-
Hi All,
We have been working on a major refactor of React Native Vector Icons to move
it to a monorepo structure with individual packages for each font.
The major changes are
* Simple setup - …
johnf updated
2 weeks ago
-
Check out the [Google Analytics React Package](https://github.com/react-ga/react-ga package) for docs and info
Add withRouter() from the react router to the app to allow access to this.props.histor…
-
We are using this package with https://github.com/react-ga/react-ga
Is this generally advised? We are getting a "Bad event tracking code" in Google Analytics
> The Landing Pages report has a (not …
Nyx23 updated
4 years ago
-
When a corvette detects an enemy sub and the sub is in range of a ground attack plane of a team mate on sentry with shots left, the GA does not shoot at the sub.
Expected behavior: the allied GA shoo…