> ## Documentation Index
> Fetch the complete documentation index at: https://docs.hotglue.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Mixpanel

# Connector Details

| Name        | Value                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               |
| :---------- | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| Platform    | [Mixpanel](https://mixpanel.com)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    |
| Auth Type   | API Keys                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            |
| Direction   | Read                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                |
| Tap Repo    | [https://github.com/hotgluexyz/tap-mixpanel](https://github.com/hotgluexyz/tap-mixpanel)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            |
| Tap Metrics | <p>Usage: <Tooltip tip="low"><Icon icon="user" iconType="regular" color="#fff" size="14px" /><Icon icon="user" iconType="regular" color="#fff" size="14px" /><Icon icon="user" iconType="regular" color="#A9A9A9" size="14px" /><Icon icon="user" iconType="regular" color="#A9A9A9" size="14px" /></Tooltip><br />Success Rate: <Tooltip tip="high"><Icon icon="circle-check" iconType="regular" color="#fff" size="14px" /><Icon icon="circle-check" iconType="regular" color="#fff" size="14px" /><Icon icon="circle-check" iconType="regular" color="#fff" size="14px" /><Icon icon="circle-check" iconType="regular" color="#fff" size="14px" /></Tooltip></p> |

# Credentials Setup

Follow the steps below to get the credentials you need to use the Mixpanel connector.

The first thing you need to do is log in to Mixpanel and open the **project** you want to connect.

![](https://files.readme.io/4485024-create-acc-03.png)

Click on the Settings button and select **Project Settings**.

![](https://files.readme.io/b467af1-create-acc-04.png)

Scroll down to the page and you will find API Secret.

Now you can insert API Secret into your hotglue Mixpanel source settings.

# Tap Changelog

<Accordion title="Tap Changelog">
  | Version                                                                                                                  | Notes                                                                                                                                                |
  | :----------------------------------------------------------------------------------------------------------------------- | :--------------------------------------------------------------------------------------------------------------------------------------------------- |
  | [v1.2.16](https://github.com/hotgluexyz/tap-mixpanel/releases/tag/v1.2.16)                                               |                                                                                                                                                      |
  | [v1.2.15](https://github.com/hotgluexyz/tap-mixpanel/releases/tag/v1.2.15)                                               |                                                                                                                                                      |
  | [v1.2.14](https://github.com/hotgluexyz/tap-mixpanel/releases/tag/v1.2.14)                                               | - Added logic to ignore malformed records                                                                                                            |
  | [v1.2.13 - Disable date-time validation](https://github.com/hotgluexyz/tap-mixpanel/releases/tag/v1.2.13)                | - Disable date-time validation as it is not enforced by Mixpanel                                                                                     |
  | [v1.2.12 - Update 500 response handler](https://github.com/hotgluexyz/tap-mixpanel/releases/tag/v1.2.12)                 | Treat all 500 errors the same, and skip the record                                                                                                   |
  | [v1.2.11 - Change error handling](https://github.com/hotgluexyz/tap-mixpanel/releases/tag/v1.2.11)                       | Instead of retrying requests when getting json parse errors, just print a warning and skip the payload                                               |
  | [v1.2.10 - Add retry logic](https://github.com/hotgluexyz/tap-mixpanel/releases/tag/v1.2.10)                             | - Add retry logic to handle malformed responses from API                                                                                             |
  | [v1.2.9 – Bump page\_limit param](https://github.com/hotgluexyz/tap-mixpanel/releases/tag/v1.2.9)                        | - Bumped `page_limit` from 200 to 1,000 to increase sync speed                                                                                       |
  | [v1.2.8 - Fix bug with pulling unsubscribed](https://github.com/hotgluexyz/tap-mixpanel/releases/tag/v1.2.8)             | - Handle pulling `mp_reserved_unsubscribed` property (with the malformed entries as `'false'`)                                                       |
  | [v1.2.7 – Handle malformed cohorts](https://github.com/hotgluexyz/tap-mixpanel/releases/tag/v1.2.7)                      | - Handle malformed cohort error from Mixpanel (skipping that cohort)                                                                                 |
  | [v1.2.6 - Fix incorrect cohort\_members output](https://github.com/hotgluexyz/tap-mixpanel/releases/tag/v1.2.6)          | - 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](https://github.com/hotgluexyz/tap-mixpanel/releases/tag/v1.2.5)                              | Fixed bug which caused pagination to stop working when querying `cohort_members`                                                                     |
  | [v1.2.2 - Bug fixes](https://github.com/hotgluexyz/tap-mixpanel/releases/tag/v1.2.2)                                     | - 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](https://github.com/hotgluexyz/tap-mixpanel/releases/tag/v1.2.1) | - Fixed bug which caused execution of tap to fail with error `Cannot query one group with cohorts of different groups` when syncing `cohort_members` |
</Accordion>
