mixpanel-python
mixpanel-python copied to clipboard
Official Mixpanel Python library.
Although the SDK is probably more useful that way, I need to capture the IP-based location for my use case. Could it be configurable?
**Description:** The Mixpanel API supports a [strict query parameter](https://developer.mixpanel.com/reference/import-events#validation) on `/import` and `/engage` endpoints for better validation and error reporting. The SDK currently doesn't support passing query parameters to these...
**Version**: 4.11.1 (latest) **Description**: The `BufferedConsumer._flush_endpoint()` method has a bug where it doesn't properly pass the `api_secret` parameter when calling the underlying `Consumer.send()` method. This causes authentication failures for operations...
In this PR, I am introducing abstract diagram mapping of the mixpanel-python codebase. You can see how these files render in github's ui here: https://github.com/CodeBoarding/GeneratedOnBoardings/blob/main/mixpanel-python/on_boarding.md Me and a friend are...