All Projects β†’ GitbookIO β†’ Plugin Ga

GitbookIO / Plugin Ga

Licence: apache-2.0
Google Analytics tracking for your book

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Plugin Ga

Wanderlust The Travellers App
πŸ‘Ÿ An android application for travellers which allows them to save their journey experiences at one place in an organizable way. For detailed description, read the README.md file. Moreover, the application's design follows the latest HCI and UI/UX design guidelines.
Stars: ✭ 23 (-47.73%)
Mutual labels:  google-analytics
Aurelia Google Analytics
An Aurelia.io plugin that adds Google Analytics page tracking to your project.
Stars: ✭ 28 (-36.36%)
Mutual labels:  google-analytics
Gumshoe
A we analytics and event tracking sleuth JavaScript library
Stars: ✭ 39 (-11.36%)
Mutual labels:  google-analytics
Devdash
🍱 Highly Configurable Terminal Dashboard for Developers and Creators
Stars: ✭ 939 (+2034.09%)
Mutual labels:  google-analytics
Memo
πŸ‘» A free online book for frontend developer
Stars: ✭ 12 (-72.73%)
Mutual labels:  gitbook
Angulartics2
Vendor-agnostic analytics for Angular2 applications.
Stars: ✭ 963 (+2088.64%)
Mutual labels:  google-analytics
Analytics Spammers
Ce dΓ©pΓ΄t Γ  pour but de bΓ’tir un dictionnaire Open Source des spammers Analytics
Stars: ✭ 6 (-86.36%)
Mutual labels:  google-analytics
Google Cpp Style Guide Zh Tw
Google C++ Style Guide ηš„ηΉι«”δΈ­ζ–‡η‰ˆ
Stars: ✭ 41 (-6.82%)
Mutual labels:  gitbook
Analytics
Simple, open-source, lightweight (< 1 KB) and privacy-friendly web analytics alternative to Google Analytics.
Stars: ✭ 9,469 (+21420.45%)
Mutual labels:  google-analytics
Slopeninja Frontend
Slope Ninja Frontend πŸ‚β„οΈβ›„οΈ
Stars: ✭ 39 (-11.36%)
Mutual labels:  google-analytics
Blog Content
Different articles related to software and/or electronics hacking - Published at http://gbraad.nl/blog/
Stars: ✭ 7 (-84.09%)
Mutual labels:  gitbook
Csapp 3e Solutions
CSAPP 3e Solutions, migrated to github.io from gitbook.io which is being shut down.
Stars: ✭ 857 (+1847.73%)
Mutual labels:  gitbook
Node Gitbook Api
Node client library for the GitBook API
Stars: ✭ 35 (-20.45%)
Mutual labels:  gitbook
Gitbook Plugin Build
Extends gitbook build system with pandoc converter.
Stars: ✭ 23 (-47.73%)
Mutual labels:  gitbook
App
Just a little analytics insight for your personal or indie project
Stars: ✭ 40 (-9.09%)
Mutual labels:  google-analytics
Network Programming With Go
Network programming with Go
Stars: ✭ 903 (+1952.27%)
Mutual labels:  gitbook
Hint
ι‡ζž„εˆ° ---> https://github.com/hustcc/lint-md
Stars: ✭ 30 (-31.82%)
Mutual labels:  gitbook
Google Analytics Api Symfony
Google Analytics API Symfony Bundle
Stars: ✭ 43 (-2.27%)
Mutual labels:  google-analytics
Apcsa Public
AP Computer Science A Curriculum Materials
Stars: ✭ 41 (-6.82%)
Mutual labels:  gitbook
React Spy
A set of utilities for collecting UX-analytics of your React-application (ex: clicks, shows, errors and etc.)
Stars: ✭ 37 (-15.91%)
Mutual labels:  google-analytics

Google Analytics tracking for GitBook

You can use install it via NPM:

$ npm install gitbook-plugin-ga

And use it for your book with in the book.json:

{
    "plugins": ["ga"]
}

You can set the Google Analytics tracking ID using the plugins configuration in the book.json:

{
    "plugins": ["ga"],
    "pluginsConfig": {
        "ga": {
            "token": "UA-XXXX-Y"
        }
    }
}

You can customize the tracker object by passing additional configuration options. You can either pass in auto, none or an object:

{
    "plugins": ["ga"],
    "pluginsConfig": {
        "ga": {
            "token": "UA-XXXX-Y",
            "configuration": {
                "cookieName": "new_cookie_name",
                "cookieDomain": "mynew.domain.com"
            }
        }
    }
}

For an overview of all available configuration parameters, please refer to the analytics.js field reference.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].