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/linked-profiles/linked-events.md
+17-9Lines changed: 17 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,11 +23,11 @@ With Linked Events, you can:
23
23
-**Sync enriched data**. Add a loyalty ID to event payloads before sending it downstream to destinations such as Amplitude, Mixpanel, and more.
24
24
-**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.
25
25
26
-
## Requirements
26
+
## Prerequisites
27
27
28
-
Before getting started with Linked Events, you'll need:
28
+
To use Linked Events, you'll need the following:
29
29
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.
31
31
2. Access to Unify in your workspace.
32
32
3. Access to the actions-based destination you'll be using with Linked Events so that you can validate your data.
33
33
@@ -44,16 +44,24 @@ The following Segment access [roles](/docs/segment-app/iam/roles/) apply to Link
44
44
45
45
To create models and enrich events in destinations, you need to be a `Workspace Owner` or have the following roles:
46
46
47
-
-`Unify and Engage Admin`
47
+
-`Unify Admin`
48
48
-`Entities Admin`
49
49
-`Source Admin`
50
50
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.
52
55
53
56
> info ""
54
57
> Linked Events uses Segment's [Reverse ETL](/docs/connections/reverse-etl/) infrastructure for pulling in data from your warehouse.
55
58
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.
57
65
58
66
1. Navigate to **Unify > Data graph** and click **Add warehouse**.
59
67
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
85
93
|[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. |
86
94
87
95
88
-
## Step 2: Build your Data Graph
96
+
## Step 3: Build your Data Graph
89
97
90
98
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.
91
99
@@ -124,15 +132,15 @@ entity "account-entity" {
124
132
```
125
133
126
134
127
-
## Step 3: Add an actions-based destination
135
+
## Step 4: Add an actions-based destination
128
136
129
137
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.
130
138
131
139
> info ""
132
140
> For Linked Events, Segment supports [Destination Actions](/docs/connections/destinations/actions/).
133
141
134
142
135
-
## Step 4: Enrich events with entities
143
+
## Step 5: Enrich events with entities
136
144
With Linked Events, you can select entities and properties from your data warehouse, then add enrichments to map properties to your connected destination.
0 commit comments