From abd0d7d96aec671bd7e8dcb468d8bca58b014e66 Mon Sep 17 00:00:00 2001 From: wilwong-segment <110120307+wilwong-segment@users.noreply.github.com> Date: Thu, 1 Aug 2024 12:25:51 -0700 Subject: [PATCH] Update data-graph.md --- src/unify/data-graph/data-graph.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/unify/data-graph/data-graph.md b/src/unify/data-graph/data-graph.md index 80cfea8372..9d550e0094 100644 --- a/src/unify/data-graph/data-graph.md +++ b/src/unify/data-graph/data-graph.md @@ -145,7 +145,7 @@ Use the following relationship, parameters, and examples to help you relate enti A profile can be related to an entity in two ways: **1. With an `external_id`**: Define the external ID that will be used to join the profile with your entity. -- `type`: Identify the external ID type (`email`, `phone`, `user id`). This corresponds to the `external_id_type` column in your `external_id_mapping` table. +- `type`: Identify the external ID type (`email`, `phone`, `user_id`). This corresponds to the `external_id_type` column in your `external_id_mapping` table. - `join_key`: This is the column on the entity table that you are matching to the external identifier. Example: