-
Add in a link to Google Analytics event documentation or tooltip for each field.
i.e. -> https://developers.google.com/analytics/devguides/collection/analyticsjs/events
-
It would be cool if we could give an option to init() to tell it to load `analytics_debug.js` instead of `analytics.js` as described here https://developers.google.com/analytics/devguides/collection/…
-
Suggestion from @ittus :
```
init(someConfig)()
```
Which is the pattern followed by https://developers.google.com/analytics/devguides/collection/analyticsjs/
the config object can contain…
-
Analytics starting to force folks over to using gtag instead of analytics js. There are some slight differences in how these operate.
https://developers.google.com/analytics/devguides/collection/up…
-
appName is required field when using App/Screen tracking.
URL Ref.: https://developers.google.com/analytics/devguides/collection/analyticsjs/screens#screen_fields
-
My guess is that trackiffer will not work with the new ga('send', '…') syntax. Docs: https://developers.google.com/analytics/devguides/collection/analyticsjs/pages
I'll try to take a look to see if t…
-
Hello,
Is there any way how to enable this funcionality via config with vue gtag? ga('require', 'displayfeatures');
Link to GA documentation
https://developers.google.com/analytics/devguides/col…
-
Google analytics social event tracking with _trackSocial is no longer supported by universal analytics and analytics.js
Sharrre should use the social interactions method
https://developers.google.com…
-
It doesn't appear that it's possible to use sessionControl with react-ga. Am I missing something?
https://developers.google.com/analytics/devguides/collection/analyticsjs/field-reference#session
-
ga.js is soon-to-be deprecated: https://developers.google.com/analytics/devguides/collection/upgrade/reference/gajs-analyticsjs
This is probably a 5-10 minute task depending on how much you care to r…