debian-mirror-gitlab/snowplow-javascript-tracker
Pirate Praveen c5badf79b1 New upstream version 12.9.2+dfsg 2020-04-13 14:06:41 +05:30
..
.travis New upstream version 12.9.2+dfsg 2020-04-13 14:06:41 +05:30
core New upstream version 12.9.2+dfsg 2020-04-13 14:06:41 +05:30
dist New upstream version 12.9.2+dfsg 2020-04-13 14:06:41 +05:30
examples New upstream version 12.9.2+dfsg 2020-04-13 14:06:41 +05:30
src/js New upstream version 12.9.2+dfsg 2020-04-13 14:06:41 +05:30
tags New upstream version 12.9.2+dfsg 2020-04-13 14:06:41 +05:30
tests New upstream version 12.9.2+dfsg 2020-04-13 14:06:41 +05:30
vagrant New upstream version 12.9.2+dfsg 2020-04-13 14:06:41 +05:30
.babelrc New upstream version 12.9.2+dfsg 2020-04-13 14:06:41 +05:30
.gitignore New upstream version 12.9.2+dfsg 2020-04-13 14:06:41 +05:30
.travis.yml New upstream version 12.9.2+dfsg 2020-04-13 14:06:41 +05:30
CHANGELOG New upstream version 12.9.2+dfsg 2020-04-13 14:06:41 +05:30
Gruntfile.js New upstream version 12.9.2+dfsg 2020-04-13 14:06:41 +05:30
LICENSE.txt New upstream version 12.9.2+dfsg 2020-04-13 14:06:41 +05:30
README.md New upstream version 12.9.2+dfsg 2020-04-13 14:06:41 +05:30
Vagrantfile New upstream version 12.9.2+dfsg 2020-04-13 14:06:41 +05:30
aws.sample.json New upstream version 12.9.2+dfsg 2020-04-13 14:06:41 +05:30
local_test.sh New upstream version 12.9.2+dfsg 2020-04-13 14:06:41 +05:30
npm-shrinkwrap.json New upstream version 12.9.2+dfsg 2020-04-13 14:06:41 +05:30
package.json New upstream version 12.9.2+dfsg 2020-04-13 14:06:41 +05:30

README.md

JavaScript web analytics for Snowplow

Build Status Selenium Test Status Code Climate Built with Grunt License jsDelivr Hits

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 Docs Setup Guide Roadmap & Contributing
i1 i2 i3
Technical Docs Setup Guide coming 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

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.