Mixpanel

Mixpanel is a business analytics service company. It tracks user interactions with web and mobile applications and provides tools for targeted communication with them.

Info

Schemes: https
Base URL: https://mixpanel.com/api/2.0

Documentation Reference

Authentication: OAuth

Generate token: Create a Mixpanel account, go to profile, there’ll be your
token and apikey.

Endpoints

/events

GET

Summary: Events describe things that happen in your application, usually as the result of user interaction; for example, when a customer reads an article, uploads content, or signs up for your service, you can send an event to record the incident.

Reference

/track

GET

Each event you record is represented as a JSON object in a request to this endpoint. The request will return an HTTP response with body "1" if the track call is successful, and a "0" otherwise.

/engage

GET

Each profile update you send is represented as a JSON object in a request to this endpoint. The request will return an HTTP response with body "1" if the profile update is successful, and a "0" otherwise.