2.2.0 • Published 3 years ago

segment-analytics-web v2.2.0

Weekly downloads
3
License
MIT
Repository
github
Last release
3 years ago

📈 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
2.2.0

3 years ago

2.1.0

3 years ago

2.0.0-pre0

4 years ago

2.0.0-pre2

4 years ago

2.0.0

4 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago

1.0.0-beta0

6 years ago