diff options
author | Evan Read <eread@gitlab.com> | 2019-08-13 08:20:57 +0000 |
---|---|---|
committer | Achilleas Pipinellis <axil@gitlab.com> | 2019-08-13 08:20:57 +0000 |
commit | 98e65c130ae49b71cd808e24a22df233e7bf8829 (patch) | |
tree | 08c381673d980869a7be6fd0b71700a1d01cec03 /doc | |
parent | 8ae75677a38eafe5dda2ffe716df26a72093c5a8 (diff) | |
download | gitlab-ce-98e65c130ae49b71cd808e24a22df233e7bf8829.tar.gz |
Edits to event tracking topic
Diffstat (limited to 'doc')
-rw-r--r-- | doc/development/fe_guide/event_tracking.md | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/development/fe_guide/event_tracking.md b/doc/development/fe_guide/event_tracking.md index 715d91c6db6..1b417d4c8c2 100644 --- a/doc/development/fe_guide/event_tracking.md +++ b/doc/development/fe_guide/event_tracking.md @@ -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: |