Data unification overview

After setting up the data sources, you can unify the data. Data unification lets you unify once-disparate data sources into a single master dataset that provides a unified view of your customers.

Data can be unified on a single table or multiple tables. Tables were previously called entities.

Data unification process

The unification process maps customer data from your data sources, removes duplicates, matches the data across tables, and creates a unified profile. Unification is performed in the following order:

  1. Customer data: In the Customer data step, select tables and columns to include in the unification process. Map fields to a common type that describes the purpose of the column.

  2. Deduplication rules: In the Deduplication rules step, optionally define rules to remove duplicate customer records from within each table.

  3. Matching rules: In the matching rules step, define rules that match customer records between tables. When a customer is found in two or more tables, a single consolidated record is created with all columns and data from each table.

  4. Unified data view: In the unified data view step, determine which customer columns should be included, excluded, or merged into a unified customer profile.

  5. Review and create the unified profile.

Customer ID

When unification runs, a unique CustomerId is assigned to each customer profile. This ID doesn't change between unification runs except in the following two cases.

  • Merge profiles When two or more or more unified profiles exist and the source data or rules change such that the source data now matches, then the next unification run creates one customer profile where several previously existed. The new merged customer profile is assigned one of the previous CustomerIds. In rare cases a new CustomerId might be assigned, for example when many changes happen to one or both of the unified profiles being merged. The PreviousCustomerId field for the merged customer profile shows the previous CustomerId, or when appropriate, multiple CustomerIds separated by semicolons.

  • Split a profile When one unified customer profile exists and the source data or rules change such that the records no longer match, then the next unification run creates two or more customer profiles where one previously existed. One record retains the previous CustomerId, while the others are assigned a new CustomerID. The PreviousCustomerId field for the customer profile with the newly assigned CustomerId shows the CustomerId the profile was split off from.

See also