Pixel-to-Conversion Discrepancy
Definition
Pixel-to-Conversion Discrepancy: The pixel-to-conversion discrepancy is the gap between orders reported by your storefront (Shopify, WooCommerce, etc.) and conversions reported by your Meta or Google pixel for the same time window. A gap over 15% signals broken tracking.
Frequently Asked Questions
What is a normal pixel-to-conversion discrepancy?
5-10% in either direction is typical. Above 15% is a signal to investigate; above 25% usually means a broken install or a duplicated Thank You page.
Why does my pixel report more conversions than Shopify?
Usually duplicate Purchase events — the pixel fires on Thank You page reload, back-button navigation, or on a checkout step that is not an actual purchase. Deduplicate with event_id.
Can CAPI close the gap?
Yes, partially. Server-side events catch purchases where the browser pixel failed (ad blockers, Safari ITP). Pairing pixel + CAPI usually closes 50-70% of the iOS 14.5 gap.