Mixpanel installation guide
This guide will help you get the Mixpanel module installed and configured.
Sending custom events to Mixpanel in a custom module
The Mixpanel module is an API module, which provides (among other things) a PHP function mixpanel_track() and a Javascript function mixpanel
Sending custom events to Mixpanel using Rules
If you know PHP and/or Javascript and can create your own modules, that is the preferred way to send events to Mixpanel. Please see Sending
