Add tracking of automatic email type selection [PREMIUM-84]
This commit is contained in:
@@ -14,6 +14,11 @@ class AutomaticEmailEventsList extends React.Component {
|
|||||||
}
|
}
|
||||||
|
|
||||||
eventsConfigurator(eventSlug) {
|
eventsConfigurator(eventSlug) {
|
||||||
|
MailPoet.trackEvent('Emails > Automatic Type selected', {
|
||||||
|
'MailPoet Free version': window.mailpoet_version,
|
||||||
|
'MailPoet Premium version': window.mailpoet_premium_version,
|
||||||
|
'Email type': eventSlug,
|
||||||
|
});
|
||||||
this.props.router.push(`new/${this.email.slug}/${eventSlug}/conditions`);
|
this.props.router.push(`new/${this.email.slug}/${eventSlug}/conditions`);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user