Skip to main content

Peliqan

Mixpanel

Funnel drop-off points and user behavior

SQL query for Mixpanel

Get funnel drop-off points and user behavior from Mixpanel data tables.

SELECT step_name, COUNT(user_id) AS drop_off_count FROM funnel_table GROUP BY step_name UNION ALL SELECT user_id, event_name FROM user_behavior_table ORDER BY step_name, event_name;

Mixpanel data model

Mixpanel
Export

Mixpanel
Annotations

Mixpanel
Revenue

Mixpanel
Cohorts

Mixpanel
Engage

Ready to get instant access to all your company data ?​

Connect 300+ sources, serve any BI tool, and give every AI agent one governed endpoint to read, and write back where the app supports it.