Anti-Fragile GTM

FAQ · Data & systems

How do you prevent new duplicates after a cleanup?

Short answer

Create-time webhooks check identity resolution and the merge-map.

After dedupe, a guardrail webhook fires on every new record creation. It checks the merge-map and identity resolution layer. If a match exists, the new record merges instead of creating a duplicate.

This is how duplicate rate stays near zero post-cleanup.