c19-rnd-dashboard / covid-trials-dashboard

COVID Dash Research and Development
http://coviddash.org
MIT License
3 stars 6 forks source link

Analytics tracking when someone clicks "How to Volunteer" on a pin #143

Closed liamrosen closed 4 years ago

liamrosen commented 4 years ago

This will be helpful to track site visits vs. "conversions"

j10sanders commented 4 years ago

I'll copy https://medium.com/@malith.dev/track-users-in-your-react-app-with-google-analytics-6364ebfcbae8

Can you or Mats share GA login for me so I can test?

j10sanders commented 4 years ago

Looks like Nestor did this 4 months ago

ReactGA.event({ category: 'volunteer', action: 'How to volunteer clicked', label: 'Popup button, how to volunteer', })

Screen Shot 2020-11-05 at 8 28 34 PM