> ## Documentation Index
> Fetch the complete documentation index at: https://docs.zeotap.com/llms.txt
> Use this file to discover all available pages before exploring further.

# How to use NCE

Zeotap CDP enables you to enrich user profiles by linking your Non-Customer Entity (NCE) data to the existing customer data. To achieve this, you need to map the **Join ID** from the customer dataset to the **Primary field** of the NCE dataset. You can also use Composite Key, which is an additional column from your NCE dataset to enrich the user profiles with non-customer data.

## Understand NCE With An Example

The following sample datasets of customer data and non-customer data illustrate the concept of joining for better understanding:

### Customer Dataset (CE)

| **CRM ID (Join ID)** | **Name**   | **Email**                                           | **Phone Number** |
| :------------------- | :--------- | :-------------------------------------------------- | :--------------- |
| 12345                | Jane Doe   | [jane.doe@email.com](mailto:jane.doe@email.com)     | 555-1234         |
| 67890                | John Smith | [john.smith@email.com](mailto:john.smith@email.com) | 555-5678         |

### Non-Customer Entity Dataset (NCE)

| **CRM ID (Primary Key**) | **Order ID** | **Order Date** | **Total Amount** |
| :----------------------- | :----------- | :------------- | :--------------- |
| 12345                    | ORD001       | 2024-01-01     | \$250            |
| 67890                    | ORD002       | 2024-01-15     | \$400            |

### Connect the Datasets Using the Join Key

<Steps>
  <Step>
    In the above scenario, ensure that you map the **CRM ID** (common attribute) from both the Customer Dataset (CE) and Non-Customer Entity Dataset (NCE) to the respective Zeotap Catalogue fields.
  </Step>

  <Step>
    In the mapping screen of the NCE source, under the **Join ID** section, perform the following steps:

    <Frame>
      <img src="https://mintcdn.com/zeotap/8JL3J3GLnO5rMtb7/articles/unify-customer/Storage/unify-customer/how-to-use-nce/how-to-use-nce-2025-02-13-1.png?fit=max&auto=format&n=8JL3J3GLnO5rMtb7&q=85&s=7881fb62f7349ea5edd427315f82e15b" alt="" width="2922" height="346" data-path="articles/unify-customer/Storage/unify-customer/how-to-use-nce/how-to-use-nce-2025-02-13-1.png" />
    </Frame>

    * Select **Add Enricher** and choose **Join Key Enricher** as the enrichment type.
    * Under **Select User Attributes to Enrich**, choose the **crmid** from your Catalogue, which is your Join ID from the customer data. To learn how to select the Join ID from the customer data, refer [here](/articles/unify-customer/join-key-enricher#how-to-identify-the-join-id-and-primary-key).
    * Use the **Enable Composite Key** toggle to select an additional column from the NCE dataset along with the **Primary Key** (of your NCE dataset) to enrich the customer profile with the non-customer data. Use this option to append data to a user profile instead of upserting it with a new value. For more information about how the Composite Key works, refer [here](/articles/unify-customer/using-composite-key-in-nce).

    <Frame>
      <img src="https://mintcdn.com/zeotap/VC7TCWdAQcEWP1YP/articles/unify-customer/Storage/unify-customer/non-customer-entity-data/non-customer-entity-data-2025-02-12-7.png?fit=max&auto=format&n=VC7TCWdAQcEWP1YP&q=85&s=6f865e9334d6b220fa50221f90cfb1fc" alt="" width="1406" height="1140" data-path="articles/unify-customer/Storage/unify-customer/non-customer-entity-data/non-customer-entity-data-2025-02-12-7.png" />
    </Frame>
  </Step>

  <Step>
    In this example, assuming that the **Composite Key** is disabled, clicking **Save** establishes a connection between the **Customer Dataset** and the **Non-Customer Dataset**, resulting in the following dataset:
  </Step>
</Steps>

### Result of Mapping

After mapping:

* **Jane Doe’s profile** (from the CE dataset) links to her order details (**ORD001**, **2024-01-01**, **\$250**) in the NCE dataset.
* **John Smith’s profile** (from the CE dataset) links to his order details (**ORD002**, **2024-01-15**, **\$400**) in the NCE dataset.

| **CRM ID** | **Name**   | **Email**                                           | **Phone Number** | **Order ID** | **Order Date** | **Total Amount** |
| :--------- | :--------- | :-------------------------------------------------- | :--------------- | :----------- | :------------- | :--------------- |
| 12345      | Jane Doe   | [jane.doe@email.com](mailto:jane.doe@email.com)     | 555-1234         | ORD001       | 2024-01-01     | \$250            |
| 67890      | John Smith | [john.smith@email.com](mailto:john.smith@email.com) | 555-5678         | ORD002       | 2024-01-15     | \$400            |

### Confirm the User Profile Enrichment on Customer 360

<Steps>
  <Step>
    Navigate to the **Protect** module and go to **Customer 360**.
  </Step>

  <Step>
    Search for a user using a unique identifier such as email.
  </Step>

  <Step>
    In the screen that appears, you can find the identifiers, attributes, consent and marketing preferences associated with that user profile. In the **Non Customer Entity** tab, you can find details of the joined NCE source and attributes enriched in the user profile under the **Non-Customer Entity** tab.

    <Frame>
      <img src="https://mintcdn.com/zeotap/VC7TCWdAQcEWP1YP/articles/unify-customer/Storage/unify-customer/non-customer-entity-data/non-customer-entity-data-2025-02-12-8.png?fit=max&auto=format&n=VC7TCWdAQcEWP1YP&q=85&s=b3caca76a21619636d39a04e6b94b87f" alt="" width="2996" height="2242" data-path="articles/unify-customer/Storage/unify-customer/non-customer-entity-data/non-customer-entity-data-2025-02-12-8.png" />
    </Frame>
  </Step>
</Steps>

## Related Topics

<CardGroup>
  <Card title="Why do we need NCE?" href="/articles/unify-customer/why-do-we-need-nce" icon="angles-right" iconType="solid" horizontal={true} />

  <Card title="Understand One-to-Many Relationship in NCE" href="/articles/unify-customer/understand-one-to-many-relationship-in-nce" icon="angles-right" iconType="solid" horizontal={true} />

  <Card title="How to use the Composite Key in NCE?" href="/articles/unify-customer/using-composite-key-in-nce" icon="angles-right" iconType="solid" horizontal={true} />

  <Card title="Understand Join Key Enricher and how to configure it" href="/articles/unify-customer/configuring-the-join-key-enricher" icon="angles-right" iconType="solid" horizontal={true} />

  <Card title="Create an NCE source for the source types: Flat Files, Server to Server, CRM Data, and Data Warehouse" href="/articles/integrate-customer/creating-a-source" icon="angles-right" iconType="solid" horizontal={true} />

  <Card title="How to map NCE data in the Zeotap Catalogue?" href="/articles/unify-customer/map-the-catalogue-for-non-customer-entity-data" icon="angles-right" iconType="solid" horizontal={true} />

  <Card title="How to create an NCE attribute in Zeotap Catalogue?" href="/articles/unify-customer/adding-a-non-customer-entity-category" icon="angles-right" iconType="solid" horizontal={true} />
</CardGroup>
