Mixpanel
Learn how to set up integration with Mixpanel
To integrate Mixpanel go to Integrations > Mixpanel and set credentials.
You need only one variable: Mixpanel access token. Find the token in your Mixpanel project. If you need help, here's the official docs.
Adapty maps some properties such as user id and revenue of the event to Mixpanel-native properties. With such mapping, Mixpanel is able to show you correct data in the profile and events timeline.
Adapty also accumulates revenue from each user.
SDK configuration
Use Adapty.updateProfile()
method to set mixpanelUserId
. If not set, Adapty uses your user ID (customerUserId
) or if it's null Adapty ID. Make sure that the user id you use to send data to Mixpanel from your app is the same one you send to Adapty.
Updated almost 2 years ago