An open API service indexing awesome lists of open source software.

https://github.com/tal-tech/insight

无痕埋点系统
https://github.com/tal-tech/insight

Last synced: about 1 year ago
JSON representation

无痕埋点系统

Awesome Lists containing this project

README

          

## 无痕埋点系统

无痕埋点系统通过技术手段无差别地记录用户在前端页面上的行为,且可以正确的获取 PV、UV、Action、Time、Trace 等信息。

缺点:技术难度大,技术细节多,而且需要根据实践做优化。

优点:开发人员工作量小、数据全面、无遗漏、产品和运营按需分析、支持动态页面的统计分析。

1. [Android 实现技术细节](https://github.com/tal-tech/insight/tree/master/android)
2. [iOS 实现技术细节](https://github.com/tal-tech/insight/tree/master/iOS)
3. [算法技术细节](https://github.com/tal-tech/insight/tree/master/backend/algorithm)
4. [后端服务](https://github.com/tal-tech/insight/tree/master/backend)
5. [前端埋点实现](https://github.com/tal-tech/insight/tree/master/front-end)