Anti-Fragile GTM

FAQ · Concepts

What is a merge map?

Short answer

An audit table of every dedupe operation: loser ID, winner ID, reason, confidence.

The merge-map makes dedupe auditable and reversible. Every merge is recorded with match type and confidence score. New-record webhooks check the map to prevent re-duplication.

Dedupe without a map is data loss with extra steps.