Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Introduction

Mixpanel is a business analytics service and tracks user interactions with web and mobile applications and provides tools for targeted communication with them. Its tool set contains in-app A/B tests and user survey forms. Data collected is used to build custom reports and measure user engagement and retention. This plugin will extract raw event-level data from Mixpanel that can be further transformed and enriched with other data sources.

Use case(s)

  • Retrieve raw events data from Mixpanel service

User Storie(s)

  • As a data pipeline developer, I should be able to retrieve raw Mixpanel events data for specified start and end date so that I can enrich and transform raw data for further analysis
  • As a data pipeline developer, I should be able to specify API secret to authenticate the export request
  • As a data pipeline developer, I should be able to see all the errors while fetching the raw events data from Mixpanel so that I can review and fix those export issues 

...

User Facing NameTypeDescriptionDefault valueNotes
API SecretstringMixpanel API secret
https://developer.mixpanel.com/docs/exporting-raw-data#section-required-parameter
From datestringStart date for reports data
YYYY-MM-DD format
To datestringEnd date for reports data
YYYY-MM-DD format
Eventsstringmulti-selectComma separated list of events you would like to get data on
Optional
FilterstringExpression to filter events by
Optional

...