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

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

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
[![mtracker](https://nodei.co/npm/mtracker.png)](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)