https://github.com/gopalanand333/uianalytics
This script reads all the clicks done on a webpage's body, and pushing it into an array, a service is called where this array holding click related information can be pushed. There's a check for the length of array and if there is no event the service call is canceled. This gives the user of this script a privilege to understand the usage pattern
https://github.com/gopalanand333/uianalytics
javascript usage-data usage-logger usage-reports
Last synced: 7 months ago
JSON representation
This script reads all the clicks done on a webpage's body, and pushing it into an array, a service is called where this array holding click related information can be pushed. There's a check for the length of array and if there is no event the service call is canceled. This gives the user of this script a privilege to understand the usage pattern
- Host: GitHub
- URL: https://github.com/gopalanand333/uianalytics
- Owner: gopalanand333
- License: mit
- Created: 2019-04-08T09:26:42.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-04-08T09:40:13.000Z (about 7 years ago)
- Last Synced: 2024-12-28T05:28:26.632Z (over 1 year ago)
- Topics: javascript, usage-data, usage-logger, usage-reports
- Language: JavaScript
- Size: 9.77 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
## Welcome to User interface usage measurnment script
This scripts stores the click events that can later be used for analytics. You need to have your own data store where you can post the data.
### include the script in your project and you are good to go