Track MixPanel events for Settings [MAILPOET-998]
This commit is contained in:
committed by
pavel-mailpoet
parent
7e6d900b53
commit
08bbfcb5e8
@@ -70,6 +70,14 @@ define(
|
||||
|
||||
// show "save settings" button
|
||||
jQuery('.mailpoet_settings_submit').show();
|
||||
|
||||
MailPoet.trackEvent(
|
||||
'User has clicked a tab in Settings',
|
||||
{
|
||||
'MailPoet Free version': window.mailpoet_version,
|
||||
'Tab ID': tab
|
||||
}
|
||||
);
|
||||
}
|
||||
}));
|
||||
|
||||
|
Reference in New Issue
Block a user