Mixpanel

Supports:

  • ✅ Bulk sync source

Connection

Configuration

NameTypeDescriptionRequired
project_idintegerProject IDtrue
regionstringServer

Accepted values: mixpanel.com, eu.mixpanel.com
true
service_account_secretstringService account secrettrue
service_account_usernamestringService account usernametrue

Example

1{
2 "name": "Mixpanel connection",
3 "type": "mixpanel",
4 "configuration": {
5 "project_id": 0,
6 "region": "",
7 "service_account_secret": "",
8 "service_account_username": ""
9 }
10}