Skip to content

Commit 621cb82

Browse files
authored
Merge pull request #6866 from segmentio/data_graph_merge
Combining data graph topics
2 parents c345306 + 92585f0 commit 621cb82

File tree

6 files changed

+26
-33
lines changed

6 files changed

+26
-33
lines changed

src/unify/data-graph/data-graph.md

Lines changed: 18 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,23 @@ title: Data Graph
33
plan: unify
44
beta: true
55
hidden: true
6+
redirect_from:
7+
- '/unify/linked-profiles/data-graph'
68
---
79

8-
> info "Segment's Data Graph is in public beta"
9-
> Data Graph is in public beta, and Segment is actively working on this feature. Some functionality may change before it becomes generally available.
10+
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.
1011

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+
Using the Data Graph, you can reflect your business in your data model. The Data Graph enables businesses to map and understand the relationships between different datasets about their customers (accounts, subscriptions, households, products), and tie rich entity context back to the profile.
1213

13-
Segment's Data Graph powers [Linked Events](/docs/unify/data-graph/linked-events/) and [Linked Audiences](/docs/engage/audiences/linked-audiences/).
14+
> info ""
15+
> Data Graph currently only supports workspaces in the United States.
16+
17+
Using Data Graph, you only need to define the relationships between data sets one time to make data accessible to marketers and business stakeholders to build targeted and personalized customer engagements.
18+
19+
The Data Graph powers:
20+
21+
- [Linked Audiences](/docs/engage/audiences/linked-audiences/): enables marketers to build targeting logic based on data points available in the data graph in a self-service way. Start by building a [Data Graph](/docs/unify/data-graph/data-graph/) that defines relationships between any data set in the warehouse and the Segment Profiles you send with Profiles Sync. From there, use Linked Audiences to unlock a world of new hyper-personalized campaigns.
22+
- [Linked Events](/docs/unify/data-graph/linked-events/): enables data teams to enrich event streams, in real time, with any data set coming from a data warehouse or data lake, and send those enriched events to any Destination. Start by building a [Data Graph](/docs/unify/data-graph/data-graph/) with the data models you want to use, and then use set up the enrichment in Destinations or Functions.
1423

1524
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"}.
1625

@@ -21,7 +30,7 @@ To help you get started with the Data Graph, [view this short setup demo](https:
2130

2231
To use the Data Graph, you'll need the following:
2332

24-
- A supported data warehouse.
33+
- A supported data warehouse.
2534
- (If setting up Linked Audiences) [Profiles Sync](/docs/unify/profiles-sync/) set up with ready-to-use [data models and tables](/docs/unify/profiles-sync/tables/) in your warehouse.
2635
- Workspace Owner or Unify Read-only/Admin and Entities Admin permissions.
2736

@@ -30,7 +39,7 @@ To use the Data Graph, you'll need the following:
3039
3140
## Step 1: Set up required permissions in your data warehouse
3241

33-
To get started, set up the required permissions in your data warehouse using the instructions below:
42+
To get started, set up the required permissions:
3443

3544
- [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.
3645
- [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.
@@ -56,8 +65,9 @@ This should be a Unify space with Profiles Sync already set up.
5665
The Data Graph is a semantic layer that represents a subset of relevant business data that you'll use for audience targeting and personalization in downstream tools. Use the configuration language spec below to add models to build your Data Graph. The Data Graph currently supports 4 layers of depth, including the Profile entity. Warehouse schemas are case sensitive, so you'll need to reflect the schema, table, and column names based on how you case them in the warehouse.
5766

5867
To leverage the Data Graph auto-complete feature, begin typing or use the following keyboard shortcuts to autocomplete the profile_folder and table_ref properties.
59-
- Mac CtrlSpace
60-
- Windows AltEsc
68+
69+
- Mac: CtrlSpace
70+
- Windows: AltEsc
6171

6272
### Define entities
6373

src/unify/data-graph/index.md

Lines changed: 0 additions & 25 deletions
This file was deleted.

src/unify/data-graph/setup-guides/BigQuery-setup.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ title: BigQuery Setup
33
beta: true
44
plan: unify
55
hidden: true
6+
redirect_from:
7+
- '/unify/linked-profiles/setup-guides/BigQuery-setup'
68
---
79

810
> info "Linked Audiences is in public beta"

src/unify/data-graph/setup-guides/databricks-setup.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ title: Databricks Setup
33
beta: true
44
plan: unify
55
hidden: true
6+
redirect_from:
7+
- '/unify/linked-profiles/setup-guides/databricks-setup'
68
---
79

810
> info "Linked Audiences is in public beta"

src/unify/data-graph/setup-guides/redshift-setup.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ title: Redshift Setup
33
beta: true
44
plan: unify
55
hidden: true
6+
redirect_from:
7+
- '/unify/linked-profiles/setup-guides/redshift-setup'
68
---
79

810
> info "Linked Audiences is in public beta"

src/unify/data-graph/setup-guides/snowflake-setup.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ title: Snowflake Setup
33
plan: unify
44
beta: true
55
hidden: true
6+
redirect_from:
7+
- '/unify/linked-profiles/setup-guides/snowflake-setup'
68
---
79

810
> info "Linked Audiences is in public beta"

0 commit comments

Comments
 (0)