Ticket #2551 (accepted enhancement) — at Version 3
Feature metrics
Reported by: | ross | Owned by: | ross |
---|---|---|---|
Priority: | awaiting triage | Milestone: | datahub-oct |
Component: | ckan | Keywords: | |
Cc: | Repository: | ckan | |
Theme: | none |
Description (last modified by ross) (diff)
Requirements
Would be useful if we could extend the Google Analytics extension to push track events to GA so that we can determine how the system is being used, and where we can optimise the workflow.
Assuming it isn't configured to be off, track events should be added to some key action buttons so that the information on what users are doing is logged for analysis.
Interface
This could possibly just be a list of JS calls to $('x').click(_gaq.push('track'...))
User Stories
- As a developer I would like to know which components of the system are used the most so I can streamline the processes.
- As a support developer I would like to know which parts add complexity to the system for minimal gain and could possibly be removed, de-prioritised.
Tasks
[ ] Code/Config? changes
[ ] Documentation
Estimates
Change History
Note: See
TracTickets for help on using
tickets.