Can react-ga be used with Google Tag Manager?
Unfortunately no. GTM creates tags that make calls to analytics libraries (such as GA). ReactGA does exactly that; it is a wrapper around the ga library and makes calls internally the ga library.
In this case you should be using one or the other.
Wasn't this changed ? Can't we still use react-ga and Tag Manager together ?
Wasn't this changed ? Can't we still use react-ga and Tag Manager together ?
Can we?
How does the React-ga event module relate to what Google Tag Manager does? Sounds like it's similar
We are in 2017, Can't we still use react-ga and Tag Manager together ? Just we need to load and initialize GA by our own...
Most helpful comment
Wasn't this changed ? Can't we still use
react-gaand Tag Manager together ?