Say-Their-Name / say-their-names-web

Open-source platform that raises awareness of the injustice and often forgotten names of racial inequality.
https://saytheirnames.io/
MIT License
56 stars 30 forks source link

Revise Analytics Tag #92

Closed cdemeke closed 4 years ago

cdemeke commented 4 years ago

Our previous analytics was set up to point to "http://say-their-names.com" however since we will be on "http://saytheirnames.io/" we should use the following analytics tag.

<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-0P757MTVT6"></script>
<script>
  window.dataLayer = window.dataLayer || [];
  function gtag(){dataLayer.push(arguments);}
  gtag('js', new Date());

  gtag('config', 'G-0P757MTVT6');
</script>
kndri commented 4 years ago

@cdemeke is this the official one, like created from the saytheirnames.io GA account?

Easybuoy commented 4 years ago

So there were still some debates as to which analytics we would be using. There were concerns about privacy

kndri commented 4 years ago

So there were still some debates as to which analytics we would be using. There were concerns about privacy

I opened up and the floor for the people with concerns to provide an alternative, no one stepped up.

cdemeke commented 4 years ago

I'd originally created an analytics account using my personal Gmail account, do we have a saytheirnames gmail account? Happy to swap it out for that or create the gmail account if one doesn't exist.

kndri commented 4 years ago

cc: @devingray

Easybuoy commented 4 years ago

nalytics account using my personal Gm

Yes, we have a gmail account

Easybuoy commented 4 years ago

I have gotten the google tag id, what's just needed it to add it to the environment variables of the application. I'd do that

kndri commented 4 years ago

Up and running!