Name | Value |
---|---|
Platform | Mixpanel |
Auth Type | API Keys |
Direction | Read |
Tap Repo | https://github.com/hotgluexyz/tap-mixpanel |
Tap Metrics | Usage: |
Tap Changelog
Version | Notes |
---|---|
v1.2.16 | |
v1.2.15 | |
v1.2.14 | - Added logic to ignore malformed records |
v1.2.13 - Disable date-time validation | - Disable date-time validation as it is not enforced by Mixpanel |
v1.2.12 - Update 500 response handler | Treat all 500 errors the same, and skip the record |
v1.2.11 - Change error handling | Instead of retrying requests when getting json parse errors, just print a warning and skip the payload |
v1.2.10 - Add retry logic | - Add retry logic to handle malformed responses from API |
v1.2.9 – Bump page_limit param | - Bumped page_limit from 200 to 1,000 to increase sync speed |
v1.2.8 - Fix bug with pulling unsubscribed | - Handle pulling mp_reserved_unsubscribed property (with the malformed entries as 'false' ) |
v1.2.7 – Handle malformed cohorts | - Handle malformed cohort error from Mixpanel (skipping that cohort) |
v1.2.6 - Fix incorrect cohort_members output | - Updated logic to use a unique session id when requesting cohort_members to avoid pulling incorrect cached results from a past query |
v1.2.5 - Pagination fixes | Fixed bug which caused pagination to stop working when querying cohort_members |
v1.2.2 - Bug fixes | - Fixed bug which caused execution of tap to fail when “unexpected error” from MIxpanel API was hit |
v1.2.1 - Handle group with cohorts of different groups | - Fixed bug which caused execution of tap to fail with error Cannot query one group with cohorts of different groups when syncing cohort_members |