@putdotio/pas-js
v2.9.0
Published
Client-side JS client for Putio Analytics System
Readme
@putdotio/pas-js
Browser client for Put.io Analytics System
Installation
$ npm install @putdotio/pas-js -SModule
import Pas from '@putdotio/pas-js'CommonJS
const Pas = require('@putdotio/pas-js').defaultAPI
| Method Name | Parameters |
| :----------- | :----------------------------------------------------------- |
| alias | ({ id: string/number, hash: string }) |
| identify | ({ id: string/number, hash: string, properties?: object }) |
| track | (name: string, properties?: object) |
| pageView | - |
