empowerhack / DrawMyLife-Service

API and Admin system for the Draw My Life initiative - Volunteers: check README and GitHub Projects to get started.
https://github.com/empowerhack/DrawMyLife-Service/projects
MIT License
13 stars 0 forks source link

Fix Google Analytics issue with Turbolinks #136

Closed steverabino closed 7 years ago

steverabino commented 7 years ago

What

Google Analytics does not work well with Turbolinks; even though the user may be navigating between pages, the path recorded in GA is not updated:

image N.B. I've been navigating around, and now on "/drawings/new" but all pageviews are recorded for "/" path

How

I've had this issue on another rails project, and this was the solution: https://github.com/stevesmith2609/acb-calc/blob/master/app/assets/javascripts/google-analytics.js

Considerations

steverabino commented 7 years ago

Alternatively, we could disable Turbolinks