gitbook-plugin-crazyegg

1.0.0 • Public • Published

gitbook-plugin-crazyegg

CrazyEgg for Gitbook

How to use?

Add plugin to your book.json, then run gitbook install:

{
    "plugins": ["crazyegg"]
}

Configure crazyegg account number:

CrazyEgg

Crazyegg's script breaks your account number into a substring of 4 digits each, include both in the pluginsConfig

{
    "plugins": ["crazyegg"],
    "pluginsConfig": {
        "crazyegg": {
            "partOne": "1234",
            "partTwo": "5678"
        }
    }
}

Inspiration

Inspired by: https://github.com/chudaol/gitbook-plugin-gtm

Package Sidebar

Install

npm i gitbook-plugin-crazyegg

Weekly Downloads

0

Version

1.0.0

License

MIT

Last publish

Collaborators

  • dtolb