The Wayback Machine - https://web.archive.org/web/20211023171728/https://github.com/topics/google-analytics
Skip to content
#

google-analytics

Here are 915 public repositories matching this topic...

hkjpotato
hkjpotato commented May 4, 2018
  1. I have a scenario where events happen before I get the google analytics id to create the tracker.
  2. Current react-ga does support ReactGA.ga('create', ID,..) to create track.
  3. initialize from react-ga does call 'create' command directly, which is not necessary, all I want is to loadGA so that ga is in global name space and start to queue the commands..

why dont we support initialize f

growthbook
jdorn
jdorn commented Sep 29, 2021

We currently support two kinds of variation ids - array index and string keys. With the recent change in #97 we no longer need both options and can just use string keys for everyone. This data source option is hard to explain in the UI and docs, so removing it will be good.

TODO:

  • Remove from data source form
  • Remove from data source info page
  • Simplify logic in front-end wherever variat

Improve this page

Add a description, image, and links to the google-analytics topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the google-analytics topic, visit your repo's landing page and select "manage topics."

Learn more