2.6.4 • Published 7 years ago

yi-snowplow-tracker v2.6.4

Weekly downloads
1,854
License
Simplified BSD
Repository
github
Last release
7 years ago

JavaScript web analytics for Snowplow

Build Status Selenium Test Status Code Climate Built with Grunt License

Overview

Add analytics to your websites and web apps with the Snowplow event tracker for JavaScript.

With this tracker you can collect user event data (page views, e-commerce transactions etc) from the client-side tier of your websites and web apps.

Find out more

Technical DocsSetup GuideRoadmap & Contributing
i1 i2 i3
Technical DocsSetup Guidecoming soon

Developers

Contributing quickstart

Assuming git, Vagrant and VirtualBox installed:

 host$ git clone https://github.com/snowplow/snowplow-javascript-tracker.git
 host$ cd snowplow-javascript-tracker
 host$ vagrant up && vagrant ssh
guest$ cd /vagrant
guest$ sudo npm install
guest$ cd core
guest$ sudo npm install

Set up an ./aws.json file using the example ./aws.sample.json. If you just want to concat + minify without uploading then you don't need to fill out the aws.json file with valid credentials.

Build the package (default task concatenates and minifies) using grunt.

Testing

Selenium Test Status

Copyright and license

The Snowplow JavaScript Tracker is based on Anthon Pang's piwik.js, the JavaScript tracker for the open-source Piwik project, and is distributed under the same license (Simplified BSD).

Significant portions of the Snowplow JavaScript Tracker copyright 2010 Anthon Pang. Remainder copyright 2012-14 Snowplow Analytics Ltd.

Licensed under the Simplified BSD license.