2.1.2 • Published 8 years ago

analytics.js-loader v2.1.2

Weekly downloads
5,170
License
ISC
Repository
github
Last release
8 years ago

analytics.js-loader

This is the segment.com snippet Slightly modified to be a commonJS compatible module.

It's usable with module loaders like browserify or webpack.

Install

npm install analytics.js-loader --save

Usage

var analytics = require('analytics.js-loader')({
  writeKey: 'YOUR_WRITE_KEY',
  // you can skip the first analytics.page() call if needed, #1
  skipPageCall: false
});

analytics.identify('1e810c197e', {
  name: 'Bill Lumbergh',
  email: 'bill@initech.com'
});

analytics.track('Signed Up', {
  plan: 'Startup',
  source: 'Analytics Academy'
});
2.1.2

8 years ago

2.1.1

8 years ago

2.1.0

9 years ago

2.0.0

9 years ago

1.1.0

9 years ago

1.0.1

9 years ago

1.0.0

9 years ago