|
6 | 6 | [![Build Status][gh-actions-image]][gh-actions] |
7 | 7 | [![Saucelabs Test Status][saucelabs-button-image]][saucelabs] |
8 | 8 |
|
9 | | -## Overview |
| 9 | + |
10 | 10 |
|
11 | | -Add analytics to your websites, web apps and Node.js applications with the [Snowplow][snowplow] event trackers for JavaScript. |
| 11 | +Snowplow is a scalable open-source platform for rich, high quality, low-latency data collection. It is designed to collect high quality, complete behavioral data for enterprise business. |
| 12 | + |
| 13 | +**To find out more, please check out the [Snowplow website][website] and our [documentation][docs].** |
| 14 | + |
| 15 | +## Snowplow JavaScript Trackers Overview |
| 16 | + |
| 17 | +The Snowplow JavaScript Trackers allow you to add analytics to your websites, web apps and Node.js applications when using a [Snowplow][snowplow] pipeline. |
12 | 18 |
|
13 | 19 | With these trackers you can collect user event data (page views, e-commerce transactions etc) from the |
14 | 20 | client-side and server-side tiers of your websites and web apps. |
15 | 21 |
|
16 | | -**Technical documentation can be found for each tracker in our [Documentation][docs].** |
| 22 | +**Technical documentation can be found for each tracker in our [Documentation][javascript-docs].** |
17 | 23 |
|
18 | 24 | ### @snowplow/browser-tracker (npm) |
19 | 25 |
|
@@ -86,9 +92,11 @@ Copyright (c) 2021 Snowplow Analytics Ltd, 2010 Anthon Pang. |
86 | 92 |
|
87 | 93 | All rights reserved. |
88 | 94 |
|
89 | | -[snowplow]: http://snowplowanalytics.com/ |
| 95 | +[website]: https://snowplowanalytics.com |
| 96 | +[snowplow]: https://github.com/snowplow/snowplow |
| 97 | +[docs]: https://docs.snowplowanalytics.com/ |
90 | 98 | [docker-install]: https://docs.docker.com/install/ |
91 | | -[docs]: https://docs.snowplowanalytics.com/docs/collecting-data/collecting-from-own-applications/javascript-trackers/ |
| 99 | +[javascript-docs]: https://docs.snowplowanalytics.com/docs/collecting-data/collecting-from-own-applications/javascript-trackers/ |
92 | 100 | [tech-docs-browser]: https://docs.snowplowanalytics.com/docs/collecting-data/collecting-from-own-applications/javascript-trackers/browser-tracker/browser-tracker-v3-reference/ |
93 | 101 | [setup-browser]: https://docs.snowplowanalytics.com/docs/collecting-data/collecting-from-own-applications/javascript-trackers/browser-tracker/quick-start-guide/ |
94 | 102 | [tech-docs-js]: https://docs.snowplowanalytics.com/docs/collecting-data/collecting-from-own-applications/javascript-trackers/javascript-tracker/javascript-tracker-v3/ |
|
0 commit comments