Provides integration with the Mixpanel real-time analytics service.
This is an API module, which provides (among other things) a PHP function mixpanel_track() and a Javascript function mixpanel.track() for sending events to Mixpanel (see the full Javascript API).
As an example, the mixpanel_defaults module is included which tracks:
- Joining and leaving a group (in Organic groups)
- Creating, deleting, updating a user
- User login and logout
- Creating, updating, and deleting a node
- Creating a comment
You can also use the mixpanel_rules module to send tracking events via Rules. This is the best option if you want Mixpanel tracking but you aren't a developer and can't write your own Drupal module!
In Drupal 6, this module can optionally use Drupal Queue to defer sending events to Mixpanel until cron (while maintaining the correct timestamp). In Drupal 7, this is unnecessary because the Queue API is in core.
We're actively working on finishing a port to Drupal 7! A release will be made once we can fix some regressions in the mixpanel_defaults: #1858472: Drupal 7 port
Downloads
Recommended releases
Development releases
Project Information
- Maintenance status: Actively maintained
- Development status: Under active development
- Module categories: Third-party Integration
- Reported installs: 34 sites currently report using this module. View usage statistics.
- Downloads: 275
- Last modified: January 9, 2013