pipz-tracker

Pipz Tracker is a zero-dependency library that includes tracking in your application.
Install
# With npm npm install pipz-tracker
Usage
;
Create a .env
file in the root directory of your project. Add
environment-specific variables of Pipz Tracker API Key. For example:
REACT_APP_PIPZ_API_KEY=0123456789PIPZ_API_KEY=0123456789
See more about API Keys, Events, Tracking, etc:
Event Tracking
Call tracking using sample script your pages:
pipz;
Or in your button/action element:
Download ebook!
Identify user:
pipz;
Link user to company:
pipz;
In the example above, the unique identifier is
12345
.
See more here.
Contributing Guide
See CONTRIBUTING.md
License
See LICENSE