Skip to content

Commit 0f61691

Browse files
committed
Format numbered list [netlify-build]
1 parent 293738e commit 0f61691

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

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

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -147,9 +147,10 @@ Use the following relationship, parameters, and examples to help you relate enti
147147

148148

149149
A profile can be related to an entity in two ways:
150-
- With an `external_id`: Define the external ID that will be used to join the profile with your entity.
151-
- `type`: Identify the external ID type (`email`, `phone`, `user id`). This corresponds to the `external_id_type` column in your `external_id_mapping` table.
152-
- `join_key`: This is the column on the entity table that you are matching to the external identifier.
150+
151+
**1. With an `external_id`**: Define the external ID that will be used to join the profile with your entity.
152+
- `type`: Identify the external ID type (`email`, `phone`, `user id`). This corresponds to the `external_id_type` column in your `external_id_mapping` table.
153+
- `join_key`: This is the column on the entity table that you are matching to the external identifier.
153154

154155
Example:
155156

@@ -170,11 +171,11 @@ data_graph {
170171
}
171172
}
172173
```
173-
- With a `trait`: Define a profile trait that will be used to join the profile with your entity.
174-
- `name`: The trait name that corresponds to a column name in your `profile_traits_updates` table.
175-
- `join_key`: This is the column on the entity table that you are matching to the trait.
174+
**2. With a `trait`**: Define a profile trait that will be used to join the profile with your entity.
175+
- `name`: The trait name that corresponds to a column name in your `profile_traits_updates` table.
176+
- `join_key`: This is the column on the entity table that you are matching to the trait.
176177

177-
Example:
178+
Example:
178179
```python
179180

180181
data_graph {

0 commit comments

Comments
 (0)