feat: add page property to recommendations click event
VAN-1261
This commit is contained in:
@@ -18,6 +18,7 @@ export const recommendedCourseClicked = (courseKey, isControl, href) => createLi
|
||||
createEventTracker(eventNames.recommendedCourseClicked, {
|
||||
course_key: courseKey,
|
||||
is_control: isControl,
|
||||
page: 'dashboard',
|
||||
}),
|
||||
href,
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user