https://github.com/gitbookio/plugin-mixpanel
Mixpanel tracking for your gitbook
https://github.com/gitbookio/plugin-mixpanel
Last synced: 9 months ago
JSON representation
Mixpanel tracking for your gitbook
- Host: GitHub
- URL: https://github.com/gitbookio/plugin-mixpanel
- Owner: GitbookIO
- License: apache-2.0
- Created: 2014-04-19T15:08:39.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-10-30T14:11:10.000Z (about 11 years ago)
- Last Synced: 2025-04-04T05:11:12.607Z (9 months ago)
- Language: JavaScript
- Homepage:
- Size: 216 KB
- Stars: 7
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Mixpanel tracking for GitBook
==============
This is a default GitBook plugin, You can disable it using:
```
{
plugins: ["-mixpanel"]
}
```
Or you can set your own mixpanel token using the plugins configuration in book.json:
```
{
plugins: ["mixpanel"],
pluginsConfig: {
"mixpanel": {
"token": "my mixpanel token"
}
}
}
```