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

Completely Secure
124465VIEWS
33USERS

Tools

1 of 4

Get Aggregated Event Property Values

Get unique, total, or average data for a single event and property over days, weeks, or months. The Query API has a rate limit of 60 queries per hour and a maximum of 5 concurrent queries.

Get Aggregate Event Counts

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

Get Aggregate Events

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.