Mixpanel
-
Import/clone
Mixpanel_HTTPsource from the Connectors library application.-
Log in to Mixpanel and create a service account as follows: Settings -> Organization Settings -> Service Accounts -> enter account name; select Owner or another option; leave no project selected or select one, select Owner or another option. Username and Secret will be generated. Additional details can be found in Authentication Methods .
-
To ingest data via INGESTION API you need a project token. A project’s token can be found in the Access Keys section of a project’s settings overview page https://mixpanel.com/settings/project/ . In the Infolink’s
Mixpanel_HTTPsource, set the obtained project token to theprojectTokenvariable. -
Service Account authentication is performed via HTTP Basic Auth. User username and secret obtained at the previous step.
-
The Connectors library application contains an example of an API call in the Mixpanel scenario.
-