Mixpanel
Quick Start
To send data to Mixpanel:
- On tab
Project overview, click onNew Destination->Mixpanel, then select the newly created destination - Enter your Mixpanel Project token
- Click on
Enabledand thenSave Settings
You are now ready to send data to Mixpanel
Configuration
Config
You can configure Mixpanel with the config settings, referring to the second argument of the [init](https://developer.
mixpanel.com/docs/javascript-full-api-reference#mixpanelinit) function.
For example, to set Data Residency in EU, add the following entry to config
key: api_hostvalue: https://api-eu.mixpanel.com
which is equivalent to this config in Mixpanel API.