4.0.0 • Published 9 years ago

vigour-track v4.0.0

Weekly downloads
2
License
ISC
Repository
github
Last release
9 years ago

Build Status js-standard-style npm version Coverage Status

Vigour Track

Vigour Track makes it easy to collect data and send it to different tools using a single command.

Installation

$ npm install --save vigour-track

Documentation

Syntax examples:

Short notation, fires on all listeners and sends default values to services.

track: true

Event specific notation, fires on specific listener (click) and sends default values to services.

track: [click]

track: { click: true }

Override id by entering a string as a value

track: 'custom id'

track: { click: 'custom id' }

Event specific notation with custom values, overriding default values.

track: {
	click: {
		name: 'haha',
		value: 2
	}
}

Special property defining custom behaviour (e.g. for a pageview).

track: {
	click: { pageview: true }
}
4.0.0

9 years ago

3.3.1

9 years ago

3.3.0

9 years ago

3.2.1

9 years ago

3.2.0

9 years ago

3.1.1

9 years ago

3.1.0

9 years ago

3.0.0

9 years ago

2.5.0

9 years ago

2.4.1

9 years ago

2.4.0

9 years ago

2.3.0

9 years ago

2.2.0

9 years ago

2.1.0

9 years ago

2.0.0

9 years ago

1.0.22

9 years ago

1.0.21

9 years ago

1.0.19

9 years ago

1.0.18

9 years ago

1.0.17

9 years ago

1.0.16

9 years ago

1.0.15

9 years ago

1.0.14

9 years ago

1.0.13

9 years ago

1.0.12

9 years ago

1.0.11

9 years ago

1.0.10

9 years ago

1.0.9

9 years ago

1.0.8

9 years ago

1.0.7

10 years ago

1.0.6

10 years ago

1.0.5

10 years ago

1.0.4

10 years ago

1.0.3

10 years ago

1.0.2

10 years ago

1.0.1

10 years ago

1.0.0

10 years ago