From 0189535838c4a75806af734ec955ef6144948062 Mon Sep 17 00:00:00 2001 From: Casie Oxford Date: Mon, 29 Jul 2024 12:56:23 -0500 Subject: [PATCH 1/4] combining 2 topics [netlify-build] --- src/unify/data-graph/data-graph.md | 16 ++++++++++------ src/unify/data-graph/index.md | 25 ------------------------- 2 files changed, 10 insertions(+), 31 deletions(-) delete mode 100644 src/unify/data-graph/index.md diff --git a/src/unify/data-graph/data-graph.md b/src/unify/data-graph/data-graph.md index 658f0a55e1..c0cb8e951a 100644 --- a/src/unify/data-graph/data-graph.md +++ b/src/unify/data-graph/data-graph.md @@ -5,12 +5,16 @@ beta: true hidden: true --- -> 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, data teams can reflect their business in their 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/). +> warning "" +> 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 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 wish to use, and then use setup 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"}. @@ -30,7 +34,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, connect your data warehouse and 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. @@ -345,4 +349,4 @@ Editing the Data Graph may lead to errors with data consumers. If there’s a br ## Next steps -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/). +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/). \ No newline at end of file diff --git a/src/unify/data-graph/index.md b/src/unify/data-graph/index.md deleted file mode 100644 index ce029ea33d..0000000000 --- a/src/unify/data-graph/index.md +++ /dev/null @@ -1,25 +0,0 @@ ---- -title: Linked Audiences with Data Graph Overview -plan: unify -beta: true -hidden: true ---- - -> info "Linked Audiences is in public beta" -> Linked Audiences is in public beta, and Segment is actively working on this feature. Some functionality may change before it becomes generally available. - -> warning "" -> Data Graph currently only supports workspaces in the United States. - -Use a Data Graph to expand your model beyond the profile to the entire universe of business data. [Linked Audiences](/docs/engage/audiences/linked-audiences/) works best with [Data Graph](/docs/unify/data-graph/data-graph/), and [Linked Events](/docs/unify/data-graph/linked-events/). - -Build 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. - -You can then enrich your event streams with [Linked Events](/docs/unify/data-graph/linked-events/) and build advanced audiences and segmentation off of any data set you've mapped to the Data Graph with [Linked Audiences](/docs/engage/audiences/linked-audiences/). - -Using Data Graph, you only need to define the relationships between data sets once to make data accessible to marketers and business stakeholders to build targeted and personalized customer engagements. - -To get started with Data Graph, connect your data warehouse: - -- [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. From d7a34e23755f35b8d5d96decfddb8025f4076aca Mon Sep 17 00:00:00 2001 From: Casie Oxford Date: Tue, 30 Jul 2024 08:17:59 -0500 Subject: [PATCH 2/4] adding some bullets [make-dev] --- src/unify/data-graph/data-graph.md | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/src/unify/data-graph/data-graph.md b/src/unify/data-graph/data-graph.md index c0cb8e951a..d86d3578ae 100644 --- a/src/unify/data-graph/data-graph.md +++ b/src/unify/data-graph/data-graph.md @@ -7,14 +7,17 @@ hidden: true 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, data teams can reflect their business in their 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 +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 -> warning "" +> 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 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 wish to use, and then use setup the enrichment in Destinations or Functions. +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"}. @@ -25,7 +28,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. @@ -34,7 +37,7 @@ To use the Data Graph, you'll need the following: ## Step 1: Set up required permissions in your data warehouse -To get started, connect your data warehouse and set up the required permissions: +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. @@ -60,6 +63,7 @@ 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 From 50238e4fb51ade3565330ae2f141c2dad9782d33 Mon Sep 17 00:00:00 2001 From: Casie Oxford Date: Tue, 30 Jul 2024 09:07:26 -0500 Subject: [PATCH 3/4] Update data-graph.md [netlify-build] --- src/unify/data-graph/data-graph.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/unify/data-graph/data-graph.md b/src/unify/data-graph/data-graph.md index d86d3578ae..d5b3026667 100644 --- a/src/unify/data-graph/data-graph.md +++ b/src/unify/data-graph/data-graph.md @@ -7,7 +7,7 @@ hidden: true 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 +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. > info "" > Data Graph currently only supports workspaces in the United States. @@ -64,8 +64,8 @@ The Data Graph is a semantic layer that represents a subset of relevant business 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 @@ -353,4 +353,4 @@ Editing the Data Graph may lead to errors with data consumers. If there’s a br ## Next steps -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/). \ No newline at end of file +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/). From 92585f0dee377ac58f6f7b8804c894f701189d96 Mon Sep 17 00:00:00 2001 From: pwseg Date: Tue, 30 Jul 2024 12:47:28 -0400 Subject: [PATCH 4/4] add some redirects --- src/unify/data-graph/data-graph.md | 2 ++ src/unify/data-graph/setup-guides/BigQuery-setup.md | 2 ++ src/unify/data-graph/setup-guides/databricks-setup.md | 2 ++ src/unify/data-graph/setup-guides/redshift-setup.md | 2 ++ src/unify/data-graph/setup-guides/snowflake-setup.md | 2 ++ 5 files changed, 10 insertions(+) diff --git a/src/unify/data-graph/data-graph.md b/src/unify/data-graph/data-graph.md index d5b3026667..80cfea8372 100644 --- a/src/unify/data-graph/data-graph.md +++ b/src/unify/data-graph/data-graph.md @@ -3,6 +3,8 @@ title: Data Graph plan: unify beta: true hidden: true +redirect_from: + - '/unify/linked-profiles/data-graph' --- 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. diff --git a/src/unify/data-graph/setup-guides/BigQuery-setup.md b/src/unify/data-graph/setup-guides/BigQuery-setup.md index c68e7c5635..42ac5d80e0 100644 --- a/src/unify/data-graph/setup-guides/BigQuery-setup.md +++ b/src/unify/data-graph/setup-guides/BigQuery-setup.md @@ -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" diff --git a/src/unify/data-graph/setup-guides/databricks-setup.md b/src/unify/data-graph/setup-guides/databricks-setup.md index 9efcc099d2..8816eab578 100644 --- a/src/unify/data-graph/setup-guides/databricks-setup.md +++ b/src/unify/data-graph/setup-guides/databricks-setup.md @@ -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" diff --git a/src/unify/data-graph/setup-guides/redshift-setup.md b/src/unify/data-graph/setup-guides/redshift-setup.md index 2a4f9b4fda..84fe8db4da 100644 --- a/src/unify/data-graph/setup-guides/redshift-setup.md +++ b/src/unify/data-graph/setup-guides/redshift-setup.md @@ -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" diff --git a/src/unify/data-graph/setup-guides/snowflake-setup.md b/src/unify/data-graph/setup-guides/snowflake-setup.md index 482be9faf6..4902defdb3 100644 --- a/src/unify/data-graph/setup-guides/snowflake-setup.md +++ b/src/unify/data-graph/setup-guides/snowflake-setup.md @@ -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"