Skip to content

Commit a94d667

Browse files
authored
Merge pull request #6889 from segmentio/wilwong-segment-patch-1
Fix `user_id` in Data Graph
2 parents 7622cfd + abd0d7d commit a94d667

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/unify/data-graph/data-graph.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ Use the following relationship, parameters, and examples to help you relate enti
145145
A profile can be related to an entity in two ways:
146146

147147
**1. With an `external_id`**: Define the external ID that will be used to join the profile with your entity.
148-
- `type`: Identify the external ID type (`email`, `phone`, `user id`). This corresponds to the `external_id_type` column in your `external_id_mapping` table.
148+
- `type`: Identify the external ID type (`email`, `phone`, `user_id`). This corresponds to the `external_id_type` column in your `external_id_mapping` table.
149149
- `join_key`: This is the column on the entity table that you are matching to the external identifier.
150150

151151
Example:

0 commit comments

Comments
 (0)