Skip to content

Combining data graph topics #6866

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 4 commits into from
Jul 30, 2024
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
26 changes: 18 additions & 8 deletions src/unify/data-graph/data-graph.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,23 @@ title: Data Graph
plan: unify
beta: true
hidden: true
redirect_from:
- '/unify/linked-profiles/data-graph'
---

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

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.
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.

Segment's Data Graph powers [Linked Events](/docs/unify/data-graph/linked-events/) and [Linked Audiences](/docs/engage/audiences/linked-audiences/).
> info ""
> Data Graph currently only supports workspaces in the United States.

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.

The Data Graph powers:

- [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.
- [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.

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

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

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

- A supported data warehouse.
- A supported data warehouse.
- (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.
- Workspace Owner or Unify Read-only/Admin and Entities Admin permissions.

Expand All @@ -30,7 +39,7 @@ To use the Data Graph, you'll need the following:

## Step 1: Set up required permissions in your data warehouse

To get started, set up the required permissions in your data warehouse using the instructions below:
To get started, set up the required permissions:

- [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.
- [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.
Expand All @@ -56,8 +65,9 @@ This should be a Unify space with Profiles Sync already set up.
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.

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.
- Mac CtrlSpace
- Windows AltEsc

- Mac: CtrlSpace
- Windows: AltEsc

### Define entities

Expand Down
25 changes: 0 additions & 25 deletions src/unify/data-graph/index.md

This file was deleted.

2 changes: 2 additions & 0 deletions src/unify/data-graph/setup-guides/BigQuery-setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ title: BigQuery Setup
beta: true
plan: unify
hidden: true
redirect_from:
- '/unify/linked-profiles/setup-guides/BigQuery-setup'
---

> info "Linked Audiences is in public beta"
Expand Down
2 changes: 2 additions & 0 deletions src/unify/data-graph/setup-guides/databricks-setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ title: Databricks Setup
beta: true
plan: unify
hidden: true
redirect_from:
- '/unify/linked-profiles/setup-guides/databricks-setup'
---

> info "Linked Audiences is in public beta"
Expand Down
2 changes: 2 additions & 0 deletions src/unify/data-graph/setup-guides/redshift-setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ title: Redshift Setup
beta: true
plan: unify
hidden: true
redirect_from:
- '/unify/linked-profiles/setup-guides/redshift-setup'
---

> info "Linked Audiences is in public beta"
Expand Down
2 changes: 2 additions & 0 deletions src/unify/data-graph/setup-guides/snowflake-setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ title: Snowflake Setup
plan: unify
beta: true
hidden: true
redirect_from:
- '/unify/linked-profiles/setup-guides/snowflake-setup'
---

> info "Linked Audiences is in public beta"
Expand Down
Loading