https://github.com/ihtml5/mtracker
User behavior trajectory tracking
https://github.com/ihtml5/mtracker
es6 javascript react tracking
Last synced: about 2 months ago
JSON representation
User behavior trajectory tracking
- Host: GitHub
- URL: https://github.com/ihtml5/mtracker
- Owner: ihtml5
- License: mit
- Created: 2018-09-28T08:34:03.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-10-05T14:27:32.000Z (over 7 years ago)
- Last Synced: 2025-03-12T08:33:14.458Z (over 1 year ago)
- Topics: es6, javascript, react, tracking
- Language: JavaScript
- Homepage: http://ihtml5.github.io/mtracker
- Size: 203 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# mtracker
User behavior trajectory tracking
## Document
#### View the document please visit [https://ihtml5.github.io/mtracker/](https://ihtml5.github.io/mtracker/)
## Installation
#### Install using npm
[](https://npmjs.org/package/mtracker)
```
npm install mtracker --save
yarn add mtracker --save
```
## Useage
#### Es6
```javascript
import mtracker from 'mtracker'
```
#### Include in html
```javascript
```
## articles
1. [网站用户行为分析 的工具](https://www.jianshu.com/p/8e1635e0c9d6)
2. [WEB系统轨迹操作前端方案](https://my.oschina.net/5u3VuKiX1OPh1/blog/338146)
3. [JavaScript实现用户行为跟踪收集](https://blog.csdn.net/yiyelanxin/article/details/71191870)
4. [CustomerProfile](https://github.com/shipeifei/CustomerProfile)