This is a Jitsu.Classic documentation. For the lastest version, please visit docs.jitsu.com. Read about differences here.
Mixpanel
Overview
The MixPanel Connector pulls the following data entities from MixPanel: Export (Events), Engage (People/Users), Funnels, Annotations, Cohorts, Cohort Members, RevenueThis source is using singer-tap-mixpanel
tab. Learn more how Singer-based sources work
How to connect
- Go to the MixPanel Project settings page
- Save API Secret value from "Access Keys" section of Overview tab. It is used as API Secret in Jitsu UI
Connection Parameters
Parameter | Documentation |
---|---|
config.api_secret *string (required) | MixPanel API Secret. Obtain it in MixPanel UI project settings. |
config.date_window_size *int (required; default: 30 ) | Number of days for date window looping through transactional endpoints with from_date and to_date. Clients with large volumes of events may want to decrease this to 14, 7, or even down to 1-2 days. |
config.attribution_window *int (required; default: 5 ) | Latency minimum number of days to look-back to account for delays in attributing accurate results. |
config.project_timezone *string (required; default: UTC ) | Time zone in which integer date times are stored. The project timezone may be found in the project settings in the Mixpanel console. More info about timezones. |
config.select_properties_by_default *boolean (required; default: ) | Setting this config parameter to true ensures that new properties on events and engage records are captured. Otherwise new properties will be ignored. |
config.start_date *isoUtcDate (required; default: 2021-01-01T00:00:00.000Z ) |