-
Notifications
You must be signed in to change notification settings - Fork 67
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Mixpanel: Destination Connector #396
Comments
Can I work on this issue? |
Hi @Atharva1723, I hope you're doing well! I wanted to follow up on this issue, you've been working on. Could you provide an update on the current status or let me know if you’re facing any challenges? I'm happy to assist or answer any questions you may have. Thank you for your continued contributions to the project. Your efforts are greatly appreciated, and we’re excited to see your progress! |
I have started working to build an new project to make an connector , have configured the environment ,setting up the api authentication and further steps, since this is an major issue taking long time sorry for the delay |
@Atharva1723 Just wanted to get an update from you is all. No worries, take your time. |
Hi @Atharva1723 just found this repo, and this seems super cool. I have the exact case of doing reverse etl to Mixpanel, so if you need some feedback for it, let me know - Am very keen to try this out! |
Hi @Atharva1723 |
Hey @cbrandborg |
Feature Request: Mixpanel Destination Connector
Issue Type: New Feature / Connector Request
Description
We need to build a Mixpanel Destination Connector that allows users to send data from Multiwoven to their Mixpanel account. This connector will help users automate the tracking of user events, properties, and other analytics data between Multiwoven and Mixpanel for better insights into user behavior, engagement, and product usage.
Requirements
Authentication:
The connector should support Token-based Authentication using the Mixpanel API key (Project Token) to interact securely with the Mixpanel API. Users will need to generate this token from their Mixpanel account.
Configuration:
The connector should require the following configuration parameters:
api_token
: Mixpanel Project Token (API key).project_id
if the integration supports multiple projects.Connector Features:
The destination connector should be able to:
API Interaction:
The connector should use the Mixpanel API for sending user profile data, tracking events, and managing properties. API documentation can be found here:
Mixpanel API Documentation
Data Format:
Data sent to Mixpanel must follow the required structure for events, profiles, and properties. This includes properly formatted JSON data for events and user attributes.
Error Handling:
The connector should handle errors gracefully, including:
Steps to Implement
Authentication Setup:
Connector Configuration:
api_token
and optionallyproject_id
.API Integration:
Field Mapping:
Error Handling & Logging:
Testing:
Documentation:
README.md
explaining how to configure and use the connector.Acceptance Criteria
Resources
The text was updated successfully, but these errors were encountered: