-
The team "Contacto" needs to have information about the website analytics. This can be achieved by implementing the [react-ga](https://github.com/react-ga/react-ga) npm module, with the help of google…
-
A new Google analytics Id need to be created for test/qa/prod, the global API call should be sending the GA ID to UI.
This library is used by MyLA and ROHO as well https://github.com/react-ga/reac…
-
Am I missing something or this library could basically be renamed "es6-ga" ?
Is there any react-specific stuff in here ?
-
```
ReactGA.initialize('xxxx-yyy', { debug: true });
addEvent() {
ReactGA.event({
category: 'event2',
action: 'action2',
label: 'label2'
})
}
```
>[react-ga…
-
i can't find a step by step procedure to reproduce this, it just happens after using mopidy for some time.
this is how "Browse" looks like after fresh mopidy restart:
![image](https://user-images.…
-
Hello people!
I did publish a React Analytics ([@arranjae/react-analytics](https://www.npmjs.com/package/@arranjae/react-analytics)) package in npm using react-ga with react hooks.
my repository…
-
Due to GDPR, I have to provide a way for users to withdraw their cookie consent. So I'm wondering is there a way to disable react-ga after initializing it?
The solution mentioned in #271 is to post…
HcwXd updated
4 years ago
-
Hello, i am trying to integrate my React app with Google Analytics. I've realised that the library asks for a **tracking-id** (format UA-NNNNNN-N) to initialize, which corresponds to Universal Analyti…
-
Can we use react-ga and Tag Manager together? If not, is there a workaround to get it working?
-
i've implemented React-ga in my project and it works perfectly on my chome, sadly when i did testing on safari it doesn't sent any data at all. I used react-ga debug also, and events on my chrome are …