segment-analytics-web
v2.2.0
Published
Segment analytics integration library for web
Downloads
11
Readme
📈 Segment analytics integration for web
Just another alternative of library for Segment analytics, written on TypeScript.
Usage 🎓
import segment from 'segment-analytics-web';
segment.initialize('your-segment-api-key');
segment.analytics.identify('97980cfea0067', {
name: 'Woof Bark'
});
// window.analytics should be also available
Future plans 🧐
- Loading options
- Fully typed methods
- Tests