cityofaustin / grackl

A bird's eye view of Digital Projects at the City of Austin
https://grackle.austintexas.io/
MIT License
11 stars 3 forks source link

Update how we report to Google Analytics #128

Closed mateoclarke closed 6 years ago

mateoclarke commented 6 years ago

We were using "gatsby-plugin-google-analytics" to report page views. This didn't allow us to send back search data.

Instead, we are using the react-ga module and sending data a bit more manually using onRouteUpdate.

Fixes #117

⬇️ Example of what Google Analytics now sees including ?search=foo: screen shot 2018-01-02 at 3 07 09 pm