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/data-graph/data-graph.md
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ hidden: true
10
10
11
11
With Linked Audiences, you can build a Data Graph that defines relationships between any entity data set in the warehouse and the Segment Profiles you send with Profiles Sync. Make this relational data accessible to marketers and business stakeholders to empower them with the data they need to create targeted and personalized customer engagements.
12
12
13
-
Segment's Data Graph powers [Linked Events](/docs/unify/linked-profiles/linked-events/) and [Linked Audiences](/docs/engage/audiences/linked-audiences/).
13
+
Segment's Data Graph powers [Linked Events](/docs/unify/data-graph/linked-events/) and [Linked Audiences](/docs/engage/audiences/linked-audiences/).
14
14
15
15
To help you get started with the Data Graph, [view this short setup demo](https://drive.google.com/file/d/1oZNvs0raYaxK6tds3OEF0Ri3NGVCoXys/view?pli=1){:target="_blank"}.
16
16
@@ -32,8 +32,8 @@ To use the Data Graph, you'll need the following:
32
32
33
33
To get started, set up the required permissions in your data warehouse using the instructions below:
34
34
35
-
-[Snowflake](/docs/unify/linked-profiles/setup-guides/snowflake-setup/) and [Databricks](/docs/unify/linked-profiles/setup-guides/databricks-setup/) are supported by both Linked Events and Linked Audiences.
36
-
-[Redshift](/docs/unify/linked-profiles/setup-guides/redshift-setup/) and [BigQuery](/docs/unify/linked-profiles/setup-guides/BigQuery-setup/) are currently supported for Linked Events.
35
+
-[Snowflake](/docs/unify/data-graph/setup-guides/snowflake-setup/) and [Databricks](/docs/unify/data-graph/setup-guides/databricks-setup/) are supported by both Linked Events and Linked Audiences.
36
+
-[Redshift](/docs/unify/data-graph/setup-guides/redshift-setup/) and [BigQuery](/docs/unify/data-graph/setup-guides/BigQuery-setup/) are currently supported for Linked Events.
37
37
38
38
Linked Audiences uses [Segment's Reverse ETL](/docs/connections/reverse-etl/) infrastructure to pull data from your warehouse.
39
39
@@ -97,7 +97,7 @@ An entity is a stateful representation of a business object. The entity correspo
97
97
|`name`| A unique label that displays throughout your Segment space. |
98
98
|`table_ref`| Defines the table reference. In order to specify a connection to your table in Snowflake, a fully qualified table reference is required: `[database name].[schema name].[table name]`. |
99
99
|`primary_key`| The unique identifier for the given table. Should be a column with unique values per row. |
100
-
| (Optional) `enrichment_enabled = true`| Indicates if you plan to also reference the entity table for [Linked Events](/docs/unify/linked-profiles/linked-events/). |
100
+
| (Optional) `enrichment_enabled = true`| Indicates if you plan to also reference the entity table for [Linked Events](/docs/unify/data-graph/linked-events/). |
101
101
102
102
Example:
103
103
@@ -345,4 +345,4 @@ Editing the Data Graph may lead to errors with data consumers. If there’s a br
345
345
346
346
## Next steps
347
347
348
-
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/).
348
+
After you've set up your Data Graph, get started with [Linked Events](/docs/unify/data-graph/linked-events/) and [Linked Audiences](/docs/engage/audiences/linked-audiences/).
0 commit comments