gitbook-plugin-alexa
v1.0.1
Published
Track page views of your book into alexa tracking
Downloads
16
Readme
GitBook Alexa Plugin
This is THE plugin to integrate your alexa pixel into Gitbook.
The plugin can be found under NPM. It is called gitbook-plugin-alexa
Usage
Add alexa under the plugins in book.json
:
"plugins": [
"alexa"
]
And add the config in pluginsConfig in book.json
:
"pluginsConfig": {
"alexa": {
"token": "your token",
"url": "your url"
}
}
Now go for it!