Skip to content

Added image to Data Graph doc #7721

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jul 17, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions src/unify/data-graph/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -204,8 +204,6 @@ To define your entities:

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.

<img src="/docs/unify/images/relationships-tab-data-graph.png" alt="The Relationships tab when creating the Data Graph" width="5888"/>

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.


Expand All @@ -230,6 +228,9 @@ Now define the relationships between your entities. Similar to the concept of [c

This is the first level of relationships and a unique type of relationship between the Segment profile entity and a related entity.

<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"/>


Parameter | Definition
--------- | -----------
`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.
Expand Down Expand Up @@ -257,6 +258,7 @@ By selecting **Compute count**, you can check the number of rows returned when j

Select **Add relationship** and repeat as needed.

<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"/>

### Using the code editor
Use the configuration language spec and the following features to build your Data Graph:
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading