When duplicates happen
- Browser pixel fires
- Server event also fires
How to dedupe
- Generate a unique
event_idper conversion - Use the same
event_idfor browser + server
Recommended
- Always include
event_idon conversion events (Purchase, Lead, StartTrial). - Keep IDs stable and UUID-like.
