-
Notifications
You must be signed in to change notification settings - Fork 67
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Collect metrics on UI events #100
Comments
@mikeal I know that this issue is specifically about event tracking, but do we already have standard Google Analytics set up for simple page views, etc. I'd love to ensure that's in place as we see increased traffic during launch. |
We have standard analytics already, so when people hit particular pages we know what is being hit. Actually, we may not be tracking this properly right now since we're a single page app and we may want to consider using https://www.npmjs.com/package/vue-analytics Anyway, that will give us standard analytics tracking. However, we have page interactions we may want to track as well. For instance, we probably want to track how many incorrect submissions each lesson gets. That's doable with a custom event but we'll have to add that in ourselves. |
@mikeal How can I get hooked up with login info so I can see what data is being generated by our current Google Analytics and where we're falling short? Should I reach out to IT for that? |
@terichadbourne yup, [email protected] should be able to get you access :) |
Per a discussion with @mikeal, we'll postpone addressing this issue until after making a decision on Vuepress (#141), which we'll be exploring the week of 2/11-2/15. Vuepress has bult-in analytics that would likely make the mentioned package (https://www.npmjs.com/package/vue-analytics) unnecessary. |
You’re going to spend more time in this tool than anyone so I’ll defer to you on which tool to use :) |
There are a few events within ProtoSchool that we may want to start tracking analytics on in 2019.
For example, @mikeal has suggested that we could track clicks on "Reset code" and instances where the user gets back to default code either by that click event or by deleting their way back to the original state, comparing the two stats.
During the latest PR, I left some comments that begin with "TRACK?" at spots where we may want to come back later and add proper events to implement that.
More on Event Tracking via Google Analytics at: https://developers.google.com/analytics/devguides/collection/analyticsjs/events
See the related conversation at: ipfs/community#376 (comment)
The text was updated successfully, but these errors were encountered: