At a glance
Mixpanel Funnel Conversion vs Ecom Conversion puts two numbers side by side on a dual-axis chart: the conversion rate Mixpanel measures from your behavioural funnel, and the checkout conversion rate your ecommerce platform actually records. In a healthy setup these two lines track each other closely. When they pull apart, the cause is almost always tracking drift rather than a real change in demand, a missing event, a duplicated step, or a measurement window mismatch can make Mixpanel and your platform tell different stories about the same shoppers. This card is the fastest way to know whether you can trust your behavioural funnel before you act on it.
| What it counts | The gap, in percentage points, between Mixpanel’s behavioural funnel conversion and your ecommerce platform’s recorded checkout conversion over the same window. |
| Sample type | Backend API data from Mixpanel funnel reports compared against conversion data pulled from your ecommerce platform connector. |
| Why it matters | If the two diverge, every downstream decision built on the Mixpanel funnel is suspect. Catching the divergence protects the credibility of your whole analytics stack. |
| Reading the value | Two lines on a dual-axis chart. When they move together, tracking is sound. A widening gap flags drift; read which line is higher to tell whether Mixpanel is over- or under-counting. |
| Currency | percent |
| Time window | 30D |
| Alert trigger | >10pp divergence vs platform |
| Sentiment key | mix_xc_funnel_vs_ecom_conversion |
| Roles | owner, marketing |
Calculation
Vortex IQ takes the end-to-end conversion rate of your primary Mixpanel funnel over the window and compares it against the checkout conversion rate reported by your ecommerce platform for the same period. Both are expressed as a percentage of sessions or visitors that reach a purchase, then the difference is taken in percentage points. The card plots the two series together so trend divergence is visible, and the alert latches when the absolute gap exceeds the configured threshold, by default more than ten percentage points. Because the two systems define a “visitor” and a “conversion” slightly differently, a small steady gap is normal; the card watches for the gap widening, not for it being non-zero.Worked example
A representative reading of Mixpanel Funnel Conversion vs Ecom Conversion for a typical merchant on Mixpanel. Suppose your platform consistently reports checkout conversion around 3.1%, and your Mixpanel funnel usually lands close behind at about 2.8%, a normal, stable gap of roughly 0.3pp. On 12 Jun 26 a front-end deploy stops the Begin Checkout event from firing on mobile. Over the next week the Mixpanel funnel rate slides to 1.9% while your platform’s checkout conversion holds steady near 3.0%. The gap widens past 1.1pp and keeps growing toward the threshold. The dual-axis chart shows the platform line flat and the Mixpanel line dropping away beneath it, the classic signature of a tracking break, not a demand drop. You fix the event, and the lines converge again. For deeper investigation, use Vortex Mind to trace upstream causes; for natural-language exploration, ask Ask Viq.Sibling cards merchants should reference together
| Card | Why merchants reach for it |
|---|---|
mix_funnel_conversion | The Mixpanel side of this comparison. Open it to see the full stage-by-stage funnel behind the rate. |
mix_alert_conversion_drop | The real-time alert that fires when the Mixpanel funnel itself drops sharply. |
mix_funnel_conversion_by_segment | Splits funnel conversion by segment to find which audience is driving the divergence. |
mix_funnel_dropoff | Pinpoints the step losing the most users, often the same step that broke in tracking. |
mix_health_score | A single tracking-health figure; a low score explains why the two conversion lines drifted. |
Reconciling against Mixpanel
Where to look in Mixpanel’s own dashboard: Open the saved Funnels report for your primary funnel, set the date range to the last 30 days, and note the end-to-end conversion rate. Then open your ecommerce platform’s analytics or store reports and read the checkout conversion rate for the same range. Lining these two figures up by hand reproduces what the card does automatically. Make sure both use the same denominator (all visitors vs sessions) and the same conversion window, since a mismatch there is the single most common source of an apparent gap. Why the Vortex IQ value may legitimately differ:| Reason | Direction | What to do |
|---|---|---|
| Denominator basis. Mixpanel may count unique users where the platform counts sessions. | Variable | Align the visitor definition before comparing the two rates. |
| Conversion window. Mixpanel funnels allow a completion window; platform checkout is usually same-session. | Mixpanel may read higher over longer windows | Set the funnel window to match the platform’s attribution. |
| Scope of traffic. Bots, internal traffic, or app vs web may be filtered differently in each system. | Variable | Apply matching filters in both tools. |