Event Deduplication
Rest assured you won't suffer from double-counted events.
Last updated
Was this helpful?
Rest assured you won't suffer from double-counted events.
Last updated
Was this helpful?
When you are sending events via both the Pixel and Conversion API, there are often 2 events sent for 1 user action.
First, let's understand that deduplication works depending on:
The eventβs name
The eventβs ID
Two Owls events already contain these, and browser events and server events shared both the event ID and event name, that's how Facebook will deduplicate them.
Check this out to confirm if your events are deduplicated properly