0.0.51 • Published 6 years ago
@crowded/elliot-analytics v0.0.51
elliot-analytics
All your tracking tools in a single library.
Use
Install using NPM:
npm install --save @crowded/elliot-analytics
Initialize and track.
import { Tracker, Integration } from 'elliot-analytics'
let tracker = new Tracker(config, customIntegrations)
tracker.identify(userId, userProperties)
tracker.track(eventName, eventProperties)
tracker.page(category, name, properties)
tracker.alias(userId)
tracker.group(groupId, traits)