Full Answer
Reconnecting Facebook attribution: Step 1: Implement Facebook CAPI
- Send purchase events server-to-server
- Bypasses ad blockers and browser restrictions
- Captures events Pixel misses Step 2: Proper UTM tagging
- All Facebook ads include: utm_source=facebook
- Use campaign, adset, ad level UTMs for granular attribution
- Capture UTMs server-side on landing Step 3: Enhanced Matching
- Send hashed email and phone with events
- Facebook matches on identifiers when fbclid unavailable
- Improves Event Match Quality score Step 4: Click ID preservation
- Capture fbclid on first hit -...