Merge pull request #20332 from edx/ormsbee/track_readme
Initial README for Track app
This commit is contained in:
15
common/djangoapps/track/README.rst
Normal file
15
common/djangoapps/track/README.rst
Normal file
@@ -0,0 +1,15 @@
|
||||
Status: Maintenance
|
||||
|
||||
Responsibilities
|
||||
================
|
||||
The Track app records student tracking events into logs for later analysis by Insights and academic research teams. It provides an endpoint for front end code to asynchronously send user tracking events, as well as providing middleware to record server calls.
|
||||
|
||||
While new event types are being added all the time, the Track app for recording those events is not under active development.
|
||||
|
||||
Glossary
|
||||
========
|
||||
|
||||
|
||||
More Documentation
|
||||
==================
|
||||
`Events in the Tracking Logs <https://edx.readthedocs.io/projects/devdata/en/stable/internal_data_formats/tracking_logs.html>`_
|
||||
Reference in New Issue
Block a user