diff --git a/src/unify/data-graph/index.md b/src/unify/data-graph/index.md index d9aaf00797..bd83ad0497 100644 --- a/src/unify/data-graph/index.md +++ b/src/unify/data-graph/index.md @@ -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. -The Relationships tab when creating the Data Graph - 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. @@ -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. +The side window that opens when adding a profile to entity relationship + + 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.

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 Select **Add relationship** and repeat as needed. +The Customer Accounts Relationship side screen when adding a relationship in the Data Graph ### Using the code editor Use the configuration language spec and the following features to build your Data Graph: diff --git a/src/unify/images/data-graph-add-relationship.png b/src/unify/images/data-graph-add-relationship.png new file mode 100644 index 0000000000..ba2ff8558f Binary files /dev/null and b/src/unify/images/data-graph-add-relationship.png differ diff --git a/src/unify/images/data-graph-profile-to-entity.png b/src/unify/images/data-graph-profile-to-entity.png new file mode 100644 index 0000000000..36fe5cb802 Binary files /dev/null and b/src/unify/images/data-graph-profile-to-entity.png differ