Send event when discover new header link clicked
This commit is contained in:
committed by
Douglas Hall
parent
894ea2c553
commit
30ce220eb3
@@ -53,6 +53,12 @@ function PageContent({
|
||||
type: 'item',
|
||||
href: `${configuration.MARKETING_SITE_BASE_URL}/course`,
|
||||
content: intl.formatMessage(messages['siteheader.links.content.search']),
|
||||
onClick: () => {
|
||||
sendTrackEvent(
|
||||
'edx.bi.dashboard.find_courses_button.clicked',
|
||||
{ category: 'profile', label: 'header' },
|
||||
);
|
||||
},
|
||||
},
|
||||
];
|
||||
const userMenu = [
|
||||
|
||||
Reference in New Issue
Block a user