0.0.8 • Published 8 years ago

gitbook-plugin-hotjar v0.0.8

Weekly downloads
1
License
Apache-2.0
Repository
github
Last release
8 years ago

Hotjar tracking for GitBook

It is available as NPM package:

$ npm i gitbook-plugin-hotjar --save

Within book.json we have:

{
    "plugins": ["hotjar"]
}

It is simple to set Hotjar analytics ID using the plugins configuration in the book.json:

{
    "plugins": ["hotjar"],
    "pluginsConfig": {
        "hotjar": {
            "hjid": 01234567
        }
    }
}