Meta Pixel + CAPI Deduplication for a Shopify Plus Store
A typical iOS-recovery + duplicate-event fix pattern we apply on Shopify Plus.
Common scenario for Shopify Plus stores running paid Meta ads
The Problem
Meta reports lower revenue than the Shopify backend. Common causes: Purchase event fires twice — once from theme.liquid, once from a third-party conversion app — inflating top-line ROAS while losing iOS conversions to ITP and ad blockers.
Our Approach
Rebuild Meta tracking through GTM with server-side CAPI backup. Deduplicate browser + server events via event_id sync. Add Advanced Matching with hashed PII to lift Event Match Quality.
Implementation
- 1 Remove pixel block from theme.liquid and disable any third-party app pixel firing
- 2 Install Meta Pixel via GTM with proper dataLayer event mapping
- 3 Set up Meta native Conversions API endpoint with shared event_id
- 4 Implement Advanced Matching (email, phone, name, city — all SHA-256 hashed)
- 5 Verify domain in Business Manager and configure priority AEM events
- 6 Test with Meta Test Events tool across full purchase flows
Results
After installation, Meta reports the same Purchase events the backend records, deduplicated and with Advanced Matching attached. iOS conversions previously lost to ITP get recovered through the server-side CAPI path. Campaign optimization runs on cleaner signals.
Ready to get results like these?
Start with a free audit — see what's broken in your setup.