Module Description
Provides integration with the Mixpanel real-time analytics service.

Unlike Google Analytics, Mixpanel isn't for tracking aggregate data about page views (though you can do that with it if you wish). Instead, you send specific events to Mixpanel when users perform certain actions. This allows you to examine how users interact with your site in real-time and connects all events to the individual user who performed them (so you can contact them).

Mixpanel is great for finding ways to improve usability, studying how existing features are actually used and is especially good for startups who are trying to refine their MVP (Minimum Viable Product).

2.x Version 2 is effectively a "Mixpanel API" module for Drupal 9/10. At the moment it is just a configuration wrapper (with UI) for the mixpanel PHP library which can be injected as a service wherever it is needed.

Drupal 7 Installing

* Install this module in the normal Drupal way
* Sign-up for a free account on Mixpanel.com
* Obtain your Mixpanel token
* Go to Configuration -> Web services -> Mixpanel
* Copy your Mixpanel token into the appropriate field and click "Save configuration"

See the installation guide for a complete walk-through.

Sending events to Mixpanel
The quickest way to start sending events to Mixpanel, is to simply enable the Mixpanel defaults module. It will send events for:


* 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

However, the only way to get really powerful insights into how users are using your application is by sending your own custom events!

You can do this in one of two ways:


* Writing a custom module and calling mixpanel_track() in PHP or mixpanel.track() in Javascript, or
* Using Rules. This is the best option if you want to use Mixpanel but you aren't a coder and can't write your own Drupal module!

(Click one of the above links to see the full documentation on how to do that!)

Project Usage
94
Creation Date
Changed Date
Security Covered
Covered By Security Advisory
Version Available
Production
Module Summary
This module aims to solve the need for real-time analytics and user behavior tracking by integrating with the Mixpanel service in Drupal 9/10.
Data Name
mixpanel

OPENAI CHATBOT

OPENAI CHATBOT

16:25:52
Generic Chatbot
Hi, I'm a Drupal module expert powered by OpenAI, answering your questions about the Drupal module ecosystem. How can I be helpful today? Please note that we will log your question.