0.2.0 • Published 9 years ago

jeffrey v0.2.0

Weekly downloads
1
License
ISC
Repository
-
Last release
9 years ago

Jeffrey!

Middleware between apps and target analytics services.

To use

Include the tracking.js within your project.

  • Call trackAction('target.action', payloadAsMap) to track any action
  • Call trackForms('#form.id', 'target.action', payloadAsMap) to track form submission

Action naming: 'source.location.action-performed'

  • source: The source that is tracking
  • location: Where in the source is this action being delivered from
  • action-performed: The action that has been performed and needs to be tracked

Long term there will be a gate keeper that ensures actions are maintained and follow a specified format

0.2.0

9 years ago

0.1.1

9 years ago

0.1.0

9 years ago

0.0.10

9 years ago

0.0.9

9 years ago