-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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 usage statistics #1359
Comments
We could leverage Google Analytics for this which allows to send arbitrary events to the cloud for analysis. |
In this case, we may use https://github.com/siddii/jgoogleanalytics or some related project. |
As an alternative we could use Piwik: |
I do not like this self-hosted stuff, as it draws developer resources away from the more important things - improving JabRef :) |
Decision from devcall: use google. |
Google analytics no longer works. There is no actual version which can be used. |
This can be closed as it has been implemented in #2283 with Microsoft Azure. |
* upstream/master: (39 commits) Fix fetcher test Allow failures for fetcher test (#2730) Use JabRefExecutor service Move DOI fetching to separate thread #2682 Remove gui dependency in logic (#2726) Fixed freeze on Mac OS X when creating/editing groups (#2727) Only ask once if telemetry data should be collected Update wiremock from 2.5.1 to 2.6.0 Update mockito-core from 2.7.21 to 2.7.22 Update log4j to latest version Azure test (#2724) Fix build Move expand filename to FileUtil Unicode conversion bibtexkey (#2720) Add sorting of all groups and subgroups, recursively (#2666) Only check capitalization of note and howpublished fields if they start with a word character Remove overhauled @author tag Implement #1359: collect telemetry (#2283) Add licenses of new dependencies Fix cssStyleHelper warnings ...
Automatically (and of course anonymously) collect usage statistics, for example about:
Maybe also occasionally ask questions about the way users use JabRef and/or what they want (a lite version of the recent survey).
Of course, the should have to option to opt out of this data collecting.
The text was updated successfully, but these errors were encountered: