Skip to content

Commit 9cc393b

Browse files
authored
Merge pull request #7721 from segmentio/DOC-1143
Added image to Data Graph doc
2 parents 6d6b2aa + a0e4ad0 commit 9cc393b

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

src/unify/data-graph/index.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -204,8 +204,6 @@ To define your entities:
204204
205205
To define the profile, navigate to the **Relationships** tab. You'll see a **Profile** node which is a special class of entity that represents Segment Profiles, which corresponds to the Profiles Sync tables and models. For Linked Audiences, this enables marketers to filter on profile traits, event history, etc. There can only be one profile for a Data Graph.
206206
207-
<img src="/docs/unify/images/relationships-tab-data-graph.png" alt="The Relationships tab when creating the Data Graph" width="5888"/>
208-
209207
Segment creates default settings for your profile that are based on your [Profiles Sync](/docs/unify/profiles-sync/profiles-sync-setup/) configuration. If you wish to update these settings, you may select the node and select **View / Edit profile**. Otherwise, you may proceed to Step 3C.
210208
211209
@@ -230,6 +228,9 @@ Now define the relationships between your entities. Similar to the concept of [c
230228
231229
This is the first level of relationships and a unique type of relationship between the Segment profile entity and a related entity.
232230
231+
<img src="/docs/unify/images/data-graph-profile-to-entity.png" alt="The side window that opens when adding a profile to entity relationship" width="5888"/>
232+
233+
233234
Parameter | Definition
234235
--------- | -----------
235236
`Select related entity` | The left-hand-side entity represents the Segment profile. On the right-hand-side, you can select which entity to relate it to. <br><br>Note: you can select the preview icon to preview both the Segment profile and the associated table or view representing the entity.
@@ -257,6 +258,7 @@ By selecting **Compute count**, you can check the number of rows returned when j
257258
258259
Select **Add relationship** and repeat as needed.
259260
261+
<img src="/docs/unify/images/data-graph-add-relationship.png" alt="The Customer Accounts Relationship side screen when adding a relationship in the Data Graph" width="5888"/>
260262
261263
### Using the code editor
262264
Use the configuration language spec and the following features to build your Data Graph:
Loading
Loading

0 commit comments

Comments
 (0)