4.0.0 • Published 8 years ago

vigour-track v4.0.0

Weekly downloads
2
License
ISC
Repository
github
Last release
8 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

8 years ago

3.3.1

8 years ago

3.3.0

8 years ago

3.2.1

8 years ago

3.2.0

8 years ago

3.1.1

8 years ago

3.1.0

8 years ago

3.0.0

8 years ago

2.5.0

8 years ago

2.4.1

8 years ago

2.4.0

8 years ago

2.3.0

8 years ago

2.2.0

8 years ago

2.1.0

8 years ago

2.0.0

8 years ago

1.0.22

8 years ago

1.0.21

8 years ago

1.0.19

8 years ago

1.0.18

8 years ago

1.0.17

8 years ago

1.0.16

8 years ago

1.0.15

8 years ago

1.0.14

8 years ago

1.0.13

8 years ago

1.0.12

8 years ago

1.0.11

8 years ago

1.0.10

8 years ago

1.0.9

8 years ago

1.0.8

8 years ago

1.0.7

8 years ago

1.0.6

8 years ago

1.0.5

8 years ago

1.0.4

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago