1.0.4 • Published 5 years ago
gitbook-plugin-gta v1.0.4
GTA tracking for GitBook
You can use install it via NPM:
$ npm install gitbook-plugin-gta
And use it for your book with in the book.json:
{
"plugins": ["gta"]
}
You can set the GTA APP ID using the plugins configuration in the book.json:
{
"plugins": ["gta"],
"pluginsConfig": {
"gta": {
"appId": "b837f718c6da6c48"
}
}
}
Go to GTA to see you book's tracking data.