diff --git a/openedx_events/analytics/data.py b/openedx_events/analytics/data.py index 86dae84e..0ec88b0a 100644 --- a/openedx_events/analytics/data.py +++ b/openedx_events/analytics/data.py @@ -16,8 +16,8 @@ class TrackingLogData: Data describing tracking log data. Arguments: - name (str): course name - timestamp (datetime): course start date + name (str): event name + timestamp (datetime): timestamp of the event data (str): json string representation of a dictionary with extra data (optional), e.g. {"course_id": "course-v1:edX+DemoX+Demo_Course"} context (dict): json string representation of a dictionary of context data