analitiks
A 650b Google Analytics client for performance maniacs
This project is a non-official implementation of a Google Analytics JS client.
It does not uses cookies so is intendend only for projects that doesn't have strict requirements on user-tracking on Anlytics.
Installation
$ npm install analitiks
Usage
; ;; document;
Anonymous mode!
This client supports also an anonymous mode where:
- The flag "anonymize ip" is on
- the user id is randomized at each request
- No credentials are sent
Example:
; ;; document;