Edits to event tracking topic
This commit is contained in:
parent
8ae75677a3
commit
98e65c130a
1 changed files with 4 additions and 2 deletions
|
@ -1,6 +1,8 @@
|
|||
# Event Tracking
|
||||
# Event tracking
|
||||
|
||||
We use a tracking interface that wraps up [Snowplow](https://github.com/snowplow/snowplow) for tracking custom events. Snowplow implements page tracking, but also exposes custom event tracking.
|
||||
GitLab provides `Tracking`, an interface that wraps
|
||||
[Snowplow](https://github.com/snowplow/snowplow) for tracking custom events.
|
||||
It uses Snowplow's custom event tracking functions.
|
||||
|
||||
The tracking interface can be imported in JS files as follows:
|
||||
|
||||
|
|
Loading…
Reference in a new issue