This repository was archived by the owner on May 18, 2021. It is now read-only.
forked from snowplow/snowplow
-
Notifications
You must be signed in to change notification settings - Fork 2
Setting up a Tracker
Alex Dean edited this page Oct 31, 2014
·
2 revisions
HOME > SNOWPLOW SETUP GUIDE > Step 2a: setup a Tracker
Snowplow Trackers generate event-data and send that data to Snowplow Collectors to log to S3.
## 1. Choose and setup a TrackerThere are currently 12 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 |
TODO: complete this list
For other possible trackers (e.g. Go, Haskell) and their approximate timelines, please see the Product roadmap.
Back to Snowplow setup.
Home | About | Project | Setup Guide | Technical Docs | Copyright © 2012-2014 Snowplow Analytics Ltd
HOME > SNOWPLOW SETUP GUIDE > Step 2: Setup a Tracker
- Step 1: Setup a Collector
- Step 2a: Setup a Tracker
- Step 2b: Setup a Webhook
- Step 3: Setup Enrich
- Step 4: Setup alternative data stores
- [Step 5: Analyze your data!](Getting started analyzing Snowplow data)
Useful resources