forked from snowplow/snowplow
-
Notifications
You must be signed in to change notification settings - Fork 0
Setting up a Tracker
Alex Dean edited this page Jun 16, 2013
·
10 revisions
HOME > SNOWPLOW SETUP GUIDE > Step 2: setup a Tracker
Snowplow Trackers generate event-data and send that data to Snowplow Collectors to log to S3.
## 1. Choose a TrackerThere are currently four trackers available for setup:
Tracker | Description | Status |
---|---|---|
JavaScript Tracker | A client-side Javascript tracker to track the behaviour of users who visit your website / webapp | Production-ready |
No-JS Tracker | A wizard for generating HTML-only Snowplow tracking tags to enable tracking of pageviews where JavaScript cannot be used e.g. HTML emails, or content that you serve on third-party domains (e.g. marketplaces or hosting services | Production-ready |
Lua Tracker | Track events in your Lua-based applications, Lua web servers/frameworks, or from the Lua scripting layer within your games or apps | Production-ready |
Arduino Tracker | To track events generated by IP-connected Arduino boards | Production-ready |
For other trackers (e.g. iOS, Android) and their approximate timelines, please see the Product roadmap.
## 2. Setup your tracker(s)- Setup the JavaScript tracker
- Setup the No-JS tracker
- Setup the Lua Tracker
- Setup the Arduino tracker
Setting up the JavaScript tracker involves integrating Snowplow tags on your website(s). It is an analogous process to integrating Google Analytics or SiteCatalyst tags on your website.
Back to Snowplow setup.
Home | About | Project | Setup Guide | Technical Docs | Copyright © 2012-2013 Snowplow Analytics Ltd
HOME > SNOWPLOW SETUP GUIDE > Step 2: Setup a Tracker
- [Step 1: Setup a Collector] (setting-up-a-collector)
- [Step 2: Setup a Tracker] (setting-up-a-tracker)
- 2.1: Setup the Javascript Tracker
- 2.2: Setup the No-JS (pixel) Tracker
- 2.3: Setup the Lua Tracker
- [2.4: Setup the Arduino Tracker] (Arduino-tracker-setup)
- [Step 3: Setup EmrEtlRunner] (setting-up-EmrEtlRunner)
- [Step 4: Setup alternative data stores] (setting-up-alternative-data-stores)
- [Step 5: Analyze your data!] (Getting started analyzing Snowplow data)
Useful resources