All Projects → snowplow → Snowplow Javascript Tracker

snowplow / Snowplow Javascript Tracker

Licence: other
Snowplow event tracker for client-side JavaScript. Add analytics to your websites and web apps. (See also: snowplow-nodejs-tracker)

Programming Languages

javascript
184084 projects - #8 most used programming language

Labels

Projects that are alternatives of or similar to Snowplow Javascript Tracker

Aitrack
6DoF Head tracking software
Stars: ✭ 262 (-38.64%)
Mutual labels:  tracker
Matomo Sdk Android
SDK for Android to measure your apps with Matomo. Works on Android phones, tablets, Fire TV sticks, and more!
Stars: ✭ 309 (-27.63%)
Mutual labels:  tracker
Flightairmap
Open source project displaying live aircrafts, ships or trackers on 2D/3D map. Browse through the data based on a particular aircraft, airline, airport, tracker or vessel to search through the database or see extensive statistics. Can use ADS-B in SBS1 format (dump1090, Radarcape,...), VRS, VA (VATSIM, IVAO whazzup.txt, phpvms,...), ACARS (acarsdec, acarsdeco2), APRS, AIS as datasource.
Stars: ✭ 366 (-14.29%)
Mutual labels:  tracker
Nyaa
Bittorrent software for cats
Stars: ✭ 2,899 (+578.92%)
Mutual labels:  tracker
Tracker Control Android
TrackerControl: monitor and control trackers and ads.
Stars: ✭ 305 (-28.57%)
Mutual labels:  tracker
Siamese Rpn Pytorch
This is a re-implementation of Siamese-RPN with pytorch, which is CVPR2018 spotlight.
Stars: ✭ 345 (-19.2%)
Mutual labels:  tracker
Yolov5-deepsort-driverDistracted-driving-behavior-detection
基于深度学习的驾驶员分心驾驶行为(疲劳+危险行为)预警系统使用YOLOv5+Deepsort实现驾驶员的危险驾驶行为的预警监测
Stars: ✭ 107 (-74.94%)
Mutual labels:  tracker
Stonks
Stonks is a terminal based stock visualizer and tracker that displays realtime stocks in graph format in a terminal. See how fast your stonks will crash.
Stars: ✭ 405 (-5.15%)
Mutual labels:  tracker
Macos Fortress
Firewall and Privatizing Proxy for Trackers, Attackers, Malware, Adware, and Spammers with Anti-Virus On-Demand and On-Access Scanning (PF, squid, privoxy, hphosts, dshield, emergingthreats, hostsfile, PAC file, clamav)
Stars: ✭ 307 (-28.1%)
Mutual labels:  tracker
Donut
🏹 Dead-simple cross-platform cryptocurrency tracker.
Stars: ✭ 367 (-14.05%)
Mutual labels:  tracker
Disco4g
4G/LTE softmod for the Parrot Disco
Stars: ✭ 273 (-36.07%)
Mutual labels:  tracker
Covid19
an interactive, animated COVID-19 coronavirus map to track the outbreak over time by country and by region for selected countries
Stars: ✭ 295 (-30.91%)
Mutual labels:  tracker
Delivery Tracker
🚚 Delivery and Shipping Tracking Service
Stars: ✭ 350 (-18.03%)
Mutual labels:  tracker
Bt Btt
磁力網站U3C3介紹以及域名更新
Stars: ✭ 261 (-38.88%)
Mutual labels:  tracker
Androidautotrack
Android Asm 插桩 教学
Stars: ✭ 378 (-11.48%)
Mutual labels:  tracker
build-time-tracker
Gradle plugin that prints the time taken by the tasks in a build
Stars: ✭ 27 (-93.68%)
Mutual labels:  tracker
Klystrack
A chiptune tracker
Stars: ✭ 321 (-24.82%)
Mutual labels:  tracker
Nomie
Nomie v5 Source Code
Stars: ✭ 407 (-4.68%)
Mutual labels:  tracker
Torrent
Full-featured BitTorrent client package and utilities
Stars: ✭ 4,138 (+869.09%)
Mutual labels:  tracker
Linux kernel cves
Tracking CVEs for the linux Kernel
Stars: ✭ 357 (-16.39%)
Mutual labels:  tracker

JavaScript web analytics for Snowplow

actively-maintained Build Status Saucelabs Test Status Release 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 Docs Setup Guide Contributing
i1 i2 i3
Technical Docs Setup Guide Contributing

Developers

Contributing quick start

Assuming git and Docker installed:

Clone repository

host$ git clone https://github.com/snowplow/snowplow-javascript-tracker.git

Building Tracker Core

host$ cd snowplow-javascript-tracker/core
host$ docker build -t core .
host$ docker run -v "$(pwd)":"/code" core npm run build

From the /core folder, build the core library using npm run build and run unit tests with npm run test.

Building Tracker

host$ cd snowplow-javascript-tracker
host$ docker build -t tracker .
host$ docker run -v "$(pwd)":"/code" tracker npm run build

Build the tracker using npm run build and run unit tests with npm run test:unit.

Testing

Sauce Labs 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-2020 Snowplow Analytics Ltd.

Licensed under the Simplified BSD license.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].