Yes, you can send event data from Pushwoosh to your Mixpanel account for detailed analytics. There are two primary methods to achieve this:
1. Using Webhooks in Customer Journey
This method is ideal for sending specific event data to Mixpanel directly from a Customer Journey workflow.
How it works:
- You configure a Webhook element within your Pushwoosh Customer Journey.
- This Webhook is set up to send event data to Mixpanel's ingestion API.
Prerequisites:
- A Mixpanel account
- Your Mixpanel Project ID
- A Mixpanel Service account
For detailed instructions on setting this up, please see our documentation on Webhook Integration.
2. Using Event Streaming
Event Streaming is a more comprehensive feature designed to send real-time, structured batches of communication event data (such as push sends, opens, etc.) to an endpoint you define.
How it works:
- Data is sent from Pushwoosh to your system via HTTP or gRPC.
- You can configure specific event triggers (e.g., push opens), platforms, and other filters to control exactly what data is sent.
- Data is delivered in batch streams, either at scheduled intervals or when a certain batch size is reached.
For more information on this feature, please refer to our Event Streaming documentation.
Comments
0 comments
Please sign in to leave a comment.