From 1a9434f967f29daf1c14cddac5ea20adf28a7390 Mon Sep 17 00:00:00 2001 From: Gabe Mulley Date: Fri, 5 Jan 2018 09:59:31 -0500 Subject: [PATCH] fix analytics docs for the schedules app --- openedx/core/djangoapps/schedules/docs/README.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/openedx/core/djangoapps/schedules/docs/README.rst b/openedx/core/djangoapps/schedules/docs/README.rst index 5bf4c4196b..34155ba12a 100644 --- a/openedx/core/djangoapps/schedules/docs/README.rst +++ b/openedx/core/djangoapps/schedules/docs/README.rst @@ -435,6 +435,9 @@ the following properties: - ``label`` is the primary_course_id described above - ``campaign source`` is "schedules" - ``campaign medium`` is "email" +- ``campaign name`` is the name of the message that was sent: + recurringnudge_day3, recurringnudge_day10, upgradereminder, + or courseupdate. - ``campaign content`` is the unique identifier for the message When the user clicks a link in the email the following UTM parameters are @@ -442,6 +445,9 @@ included in the URL: - ``campaign source`` is "schedules" - ``campaign medium`` is "email" +- ``campaign name`` is the name of the message that was sent: + recurringnudge_day3, recurringnudge_day10, upgradereminder, + or courseupdate. - ``campaign content`` is the unique identifier for the message - ``campaign term`` is the primary_course_id described above