Mixpanel
Mixpanel

Mixpanel is a product analytics platform tracking user interactions and engagement, providing cohort analysis, funnels, and A/B testing to improve user experiences

4040VIEWS
33USERS

Tools

Page 1 of 4

Get Aggregate Event Counts

Get aggregate event counts over time. supports different types of aggregation: general, unique, average, sum.

Get All Projects

Get all projects associated with the authenticated mixpanel account. returns project details including name, permissions, role, domain, and other configuration details.

Execute Jql Query

Execute a custom jql (javascript query language) query against mixpanel's query api. key constraints: - 60 queries/hour, max 5 concurrent queries. - 2-minute execution timeout. - 5 gb data processing limit, 2 gb output limit. - no remote network requests (xmlhttprequest) are allowed inside the jql script.

List Saved Cohorts

Get list of all cohorts in a mixpanel project. returns cohort details including name, id, count, description, creation date, and visibility. the query api has a rate limit of 60 queries per hour and a maximum of 5 concurrent queries.

List Saved Funnels

Get the names and funnel ids of your funnels. the query api has a rate limit of 60 queries per hour and a maximum of 5 concurrent queries.

Get Profile Event Activity

Get event activity feed for specified users from mixpanel query api. the query api has a rate limit of 60 queries per hour and a maximum of 5 concurrent queries.