What’s happening is Meta’s Attribution Setting + Pixel configuration is letting Meta claim conversions that happen within its attribution window, even if the click or view wasn’t the last touch (or sometimes, wasn’t even from Meta at all).
This is normal behavior for Meta unless you change how your events are tracked and attributed. It happens because:
View-through attribution: Meta can credit a sale if a person saw or clicked any ad in the past X days (default is 7-day click / 1-day view).
Pixel firing on all orders: If your Meta pixel is tied to your checkout page, it fires for every completed order, including those from Google Search, Direct, or even manual orders, and Meta’s reporting automatically attributes them if the customer matches someone in their audience history.
Manual orders in Shopify still trigger the pixel unless you block it on admin order creation.
How to stop Meta from claiming unrelated conversions
Change your attribution window
In Ads Manager → Columns → Customize Columns → Attribution Setting.
Set it to 1-day click only (or whatever makes sense for your funnel).
This stops Meta from claiming conversions that happen days later from unrelated sources.
Exclude view-through attribution
In Ads Manager Reporting, use the breakdown: Attribution Setting.
Compare “1-day click” vs “7-day click / 1-day view” to see how much fluff is coming from view-throughs.
Switch campaigns to “click-only” if you want cleaner data.
Filter your pixel events
In Shopify → Facebook & Instagram Sales Channel settings → Events.
Ensure the Purchase event fires only on actual customer checkouts and not for:
Draft orders
Manual orders
Test checkouts
You can add conditions via Google Tag Manager or a pixel management app to block firing when the order source isn’t online_store.
Use server-side + UTM validation
If you’re on Conversions API (CAPI), pass event_source_url and UTM parameters so Meta gets more precise attribution data.
This helps confirm whether the source really was from Meta, instead of “matching” based on the user’s account.
Separate reporting for truth
Key point: Meta’s reporting is not wrong in its own terms, it’s just Meta’s definition of attribution. If you want it to stop pushing budget based on unrelated conversions, you have to tighten the attribution window + block pixel firing for non-Meta-origin orders.