The Mixpanel source supports both Full Refresh and Incremental syncs. You can choose if this connector will copy only the new or updated data, or all rows in the tables and columns you set up for replication, every time a sync is run.
This Source Connector is based on a Airbyte CDK.
Several output streams are available from this source:
- Export (Incremental)
- Engage (Full table)
- Funnels (Incremental)
- Revenue (Incremental)
- Annotations (Full table)
- Cohorts (Full table)
- Cohort Members (Full table)
If there are more endpoints you'd like Airbyte to support, please create an issue.
Feature | Supported? |
---|---|
Full Refresh Sync | Yes |
Incremental - Append Sync | Yes |
Replicate Incremental Deletes | Coming soon |
SSL connection | Yes |
Namespaces | No |
Please note, that incremental sync could return duplicated (old records) for the state date due to API filter limitation, which is granular to the whole day only.
The Mixpanel connector should not run into Mixpanel API limitations under normal usage. Please create an issue if you see any rate limit issues that are not automatically retried successfully.
- Export stream - 60 reqs per hour
- All streams - 400 reqs per hour
- Mixpanel API Secret
- Project region
US
orEU
Please read Find API Secret.
Select the correct region (EU or US) for your Mixpanel project. See detail here
Note: If start_date
is not set, the connector will replicate data from up to one year ago by default.
Version | Date | Pull Request | Subject |
---|---|---|---|
0.1.12 |
2022-03-31 | 11633 | Increase unit test coverage |
0.1.11 |
2022-04-04 | 11318 | Change Response Reading |
0.1.10 |
2022-03-31 | 11227 | Fix cohort id always null in the cohort_members stream |
0.1.9 |
2021-12-07 | 8429 | Updated titles and descriptions |
0.1.7 |
2021-12-01 | 8381 | Increased performance for discovery stage during connector setup |
0.1.6 |
2021-11-25 | 8256 | Deleted date_window_size and fix schemas date type issue |
0.1.5 |
2021-11-10 | 7451 | Support start_date older than 1 year |
0.1.4 |
2021-11-08 | 7499 | Remove base-python dependencies |
0.1.3 |
2021-10-30 | 7505 | Guarantee that standard and custom mixpanel properties in the Engage stream are written as strings |
0.1.2 |
2021-11-02 | 7439 | Added delay for all streams to match API limitation of requests rate |
0.1.1 |
2021-09-16 | 6075 | Added option to select project region |
0.1.0 |
2021-07-06 | 3698 | Created CDK native mixpanel connector |