You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/unify/linked-profiles/data-graph.md
+12-13Lines changed: 12 additions & 13 deletions
Original file line number
Diff line number
Diff line change
@@ -20,14 +20,6 @@ To help you get started with the Data Graph, [view this short setup demo](https:
20
20
> warning ""
21
21
> Don't send any personal health information with the Data Graph.
22
22
23
-
## Breaking changes
24
-
25
-
A breaking change occurs when deleting an entity or relationship that is being referenced by a data consumer. Note that an entity or relationship slug is immutable and treated as a delete if you make changes. Data consumers affected by breaking changes will fail on the next run.
26
-
27
-
### Potential breaking change
28
-
29
-
Editing the Data Graph may lead to errors with data consumers. If there’s a breaking change, the data consumer will fail on the next run. Unaffected data consumers will continue to work.
30
-
31
23
## Prerequisites
32
24
33
25
To use the Data Graph, you'll need the following:
@@ -259,6 +251,10 @@ data_graph {
259
251
}
260
252
261
253
```
254
+
## Step 4: Validate your Data Graph
255
+
256
+
Validate your Data Graph using the config builder and preview, then click **Save**.
257
+
262
258
## Data Graph example
263
259
264
260
<img src="/docs/unify/images/data-graph-example.png" alt="An example of a Data Graph" width="5888"/>
@@ -326,11 +322,6 @@ data_graph {
326
322
}
327
323
328
324
```
329
-
330
-
## Validate your Data Graph
331
-
332
-
Validate your Data Graph using the config builder and preview, then click **Save**.
333
-
334
325
## Edit your Data Graph
335
326
336
327
To edit your Data Graph:
@@ -340,6 +331,14 @@ To edit your Data Graph:
340
331
341
332
A data consumer refers to a Segment feature referencing entities and relationships from the Data Graph.
342
333
334
+
## Breaking changes
335
+
336
+
A breaking change occurs when deleting an entity or relationship that is being referenced by a data consumer. Note that an entity or relationship slug is immutable and treated as a delete if you make changes. Data consumers affected by breaking changes will fail on the next run.
337
+
338
+
### Potential breaking change
339
+
340
+
Editing the Data Graph may lead to errors with data consumers. If there’s a breaking change, the data consumer will fail on the next run. Unaffected data consumers will continue to work.
341
+
343
342
## Next steps
344
343
345
344
After you've set up your Data Graph, get started with [Linked Events](/docs/unify/linked-profiles/linked-events/) and [Linked Audiences](/docs/engage/audiences/linked-audiences/).
0 commit comments