Skip to content

Commit 4eeac9d

Browse files
committed
Stakeholder updates at the buzzer [netlify-build]
1 parent 0f61691 commit 4eeac9d

File tree

1 file changed

+17
-9
lines changed

1 file changed

+17
-9
lines changed

src/unify/linked-profiles/linked-events.md

Lines changed: 17 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@ With Linked Events, you can:
2323
- **Sync enriched data**. Add a loyalty ID to event payloads before sending it downstream to destinations such as Amplitude, Mixpanel, and more.
2424
- **Reduce load times**. Enrich page view events with products and subscriptions connected to that view, and send that to Google Analytics 4 to lighten the front end and reduce page loading time.
2525

26-
## Requirements
26+
## Prerequisites
2727

28-
Before getting started with Linked Events, you'll need:
28+
To use Linked Events, you'll need the following:
2929

30-
1. [BigQuery](/docs/unify/linked-profiles/setup-guides/bigquery-setup/), [Snowflake](/docs/unify/linked-profiles/setup-guides/snowflake-setup/), or [Redshift](/docs/unify/linked-profiles/setup-guides/redshift-setup/) data warehouse credentials with **write** access.
30+
1. A supported data warehouse.
3131
2. Access to Unify in your workspace.
3232
3. Access to the actions-based destination you'll be using with Linked Events so that you can validate your data.
3333

@@ -44,16 +44,24 @@ The following Segment access [roles](/docs/segment-app/iam/roles/) apply to Link
4444

4545
To create models and enrich events in destinations, you need to be a `Workspace Owner` or have the following roles:
4646

47-
- `Unify and Engage Admin`
47+
- `Unify Admin`
4848
- `Entities Admin`
4949
- `Source Admin`
5050

51-
## Step 1: Connect a data warehouse
51+
## Step 1: Set up your data warehouse and permissions
52+
53+
> info "data warehouse support"
54+
> Snowflake, Redshift, and BigQuery are currently supported for Linked Events.
5255
5356
> info ""
5457
> Linked Events uses Segment's [Reverse ETL](/docs/connections/reverse-etl/) infrastructure for pulling in data from your warehouse.
5558
56-
To get started, you'll need to connect a data warehouse. Linked Events supports [BigQuery](/docs/unify/linked-profiles/setup-guides/bigquery-setup/), [Snowflake](/docs/unify/linked-profiles/setup-guides/snowflake-setup/), and [Redshift](/docs/unify/linked-profiles/setup-guides/redshift-setup/).
59+
To get started, you'll need to set up your data warehouse and provide the correct access detailed in the set up steps below. Linked Events supports [BigQuery](/docs/unify/linked-profiles/setup-guides/bigquery-setup/), [Snowflake](/docs/unify/linked-profiles/setup-guides/snowflake-setup/), and [Redshift](/docs/unify/linked-profiles/setup-guides/redshift-setup/).
60+
61+
## Step 2: Connect your warehouse to the Data Graph
62+
63+
> success ""
64+
> Before getting started with the Data Graph, be sure to set up your warehouse permissions.
5765
5866
1. Navigate to **Unify > Data graph** and click **Add warehouse**.
5967
2. Select a warehouse to connect from the [supported data warehouses](#supported-data-warehouses).
@@ -85,7 +93,7 @@ The table below shows the data warehouses Linked Events supports. View the Segme
8593
| [Redshift](/docs/unify/linked-profiles/setup-guides/redshift-setup/) | 1. Select the Redshift cluster you want to connect. <br> 2. [Configure](/docs/connections/storage/catalog/redshift/#networking) the correct network and security settings. |
8694

8795

88-
## Step 2: Build your Data Graph
96+
## Step 3: Build your Data Graph
8997

9098
The [Data Graph](/docs/unify/linked-profiles/data-graph/) is a semantic layer that represents a subset of relevant business data that you'll use to enrich events in downstream tools. Use the configuration language spec below to add models to build out your Data Graph.
9199

@@ -124,15 +132,15 @@ entity "account-entity" {
124132
```
125133

126134

127-
## Step 3: Add an actions-based destination
135+
## Step 4: Add an actions-based destination
128136

129137
To use Linked Events, you'll need to add an action destination to send enriched events to. Navigate to **Connections > Destinations**. Select an existing action destination, or click **+ Add destination** to add a new action destination.
130138

131139
> info ""
132140
> For Linked Events, Segment supports [Destination Actions](/docs/connections/destinations/actions/).
133141
134142

135-
## Step 4: Enrich events with entities
143+
## Step 5: Enrich events with entities
136144
With Linked Events, you can select entities and properties from your data warehouse, then add enrichments to map properties to your connected destination.
137145

138146
To enrich events with entities:

0 commit comments

Comments
 (0)