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/engage/audiences/linked-audiences.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ redirect_from:
7
7
---
8
8
9
9
> info "Linked Audiences is in private beta"
10
-
> Linked Audiences is in private beta, and Segment is actively working on this feature. Some functionality may change before it becomes generally available. [Contact Segment](https://segment.com/help/contact/){:target="_blank"} with any feedback or questions.
10
+
> Linked Audiences is in private beta, and Segment is actively working on this feature. Some functionality may change before it becomes generally available.
11
11
12
12
With Linked Audiences, you can use the relational data you've defined in your Data Graph to build audiences and send them to your downstream [actions-based destination](/docs/connections/destinations/actions/#available-actions-based-destinations).
13
13
@@ -69,7 +69,7 @@ Engage displays the following compute statuses for Linked Audiences.
| Computing | Engage is computing the Linked Audience. |
72
-
| Live |The Linked Audience is live. Users will enter in real-time as they meet entry criteria. |
72
+
| Live | Users will enter the audience as it's computed on the scheduled hourly cadence. |
73
73
| Disabled | The Linked Audience is disabled. |
74
74
| Failed | The computation was cancelled or failed to compute. Please contact [Segment support](https://segment.com/help/contact/){:target="_blank"}. |
75
75
@@ -108,7 +108,7 @@ You can send events:
108
108
109
109
#### Entity added
110
110
111
-
Send a Track event when an entity matching the audience conditions is added. Select your entity from the **Select entity** dropdown menu.
111
+
Send a Track event when the lowest entity branch matches the audience condition.
112
112
113
113
Example use cases:
114
114
- Send a reminder to a customer when a credit card associated with their profile has an outstanding balance.
@@ -193,7 +193,7 @@ Below are some example use cases to help you learn more about Linked Audiences.
193
193
194
194
### Build an audience of cat owners who are also a part of the platinum membership tier
195
195
196
-
Build an audience with `Households` and `Pets` where:
196
+
Build an audience with `Households` and `Pets` where the following conditions are true:
197
197
-`pets.type` = "cat"
198
198
199
199
And where:
@@ -211,7 +211,7 @@ Furthermore, adding the audience membership condition will allow marketers to fu
211
211
212
212
### Build an audience of users with premium subscriptions who are located in Canada
213
213
214
-
Build an audience with `Accounts` and `Subscriptions`, where the following are true:
214
+
Build an audience with `Accounts` and `Subscriptions`, where the following conditions are true:
215
215
-`subscription.status` = "active"
216
216
-`subscription.tier` = "premium"
217
217
@@ -228,7 +228,7 @@ Furthermore, adding the profile condition will allow marketers to further refine
228
228
229
229
### Build an audience of credit card holders with a certain number of transactions
230
230
231
-
Build an audience with `Accounts`, `Credit Cards`, and `Transactions` where the following are true:
231
+
Build an audience with `Accounts`, `Credit Cards`, and `Transactions` where the following conditions are true:
Copy file name to clipboardExpand all lines: src/unify/linked-profiles/linked-events.md
+8-14Lines changed: 8 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -89,12 +89,10 @@ The table below shows the data warehouses Linked Events supports. View the Segme
89
89
90
90
The [Data Graph](/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
91
92
-
### Deleting and editing entities and/or relationships from your Data Graph
93
-
94
92
Each Unify space has one Data Graph. The current version is v0.0.6 but this may change in the future as Segment accepts feedback about the process.
95
93
96
94
> warning ""
97
-
> Deleting and/or editing entities and relationships to the Data Graph may lead to errors if these entities or relationships are referenced in existing Linked Audiences and Linked Events. Segment recommends creating a new Linked Audience or Linked Event. <br><br> Please note that while you can delete relationships or entities from the Data Graph, these relationships will still show up in the Linked Audience Builder and Linked Events.
95
+
> Deleting entities and relationships are not yet supported.
98
96
99
97
### Defining entities
100
98
@@ -115,7 +113,7 @@ An entity is a stateful representation of a business object. The entity correspo
115
113
116
114
117
115
```python
118
-
# Define an entity and optionally indicate if the entity will be referenced for Linked Events (event enrichment)
116
+
# Define an entity and indicate if the entity will be referenced for Linked Events (enrichment_enabled=true)
119
117
120
118
entity "account-entity" {
121
119
name = "account"
@@ -126,9 +124,9 @@ entity "account-entity" {
126
124
```
127
125
128
126
129
-
## Step 3: Add a Destination
127
+
## Step 3: Add an actions-based destination
130
128
131
-
To use Linked Events, you'll need to add a destination to send enriched events to. Navigate to **Connections > Destinations**. Select an existing destination, or click **+ Add destination** to add a new destination.
129
+
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.
132
130
133
131
> info ""
134
132
> For Linked Events, Segment supports [Destination Actions](/docs/connections/destinations/actions/).
@@ -168,13 +166,9 @@ In the Mappings tab, locate the **Select Mappings** section where you can enrich
168
166
> warning ""
169
167
> At this time, Linked Events doesn't support a preview of enriched payloads.
170
168
171
-
### Test and save your Enrichments
172
-
173
-
After you’ve added Enrichments, test and save your enrichments.
169
+
### Save your Enrichments
174
170
175
-
1. Test the mapping with data from a sample event.
176
-
- The edit panel shows you the mapping output in the format for the destination tool. You can change your mapping as needed and re-test.
177
-
2. When you're satisfied with the mapping, click **Save**. Segment returns you to the Mappings table.
171
+
When you're satisfied with the mappings, click **Save**. Segment returns you to the Mappings table.
178
172
179
173
> warning ""
180
174
> At this time, when you select mappings or test events, you won’t see enrichment data. Enrichment data is only available with real events.
@@ -189,9 +183,9 @@ To use Linked Events, be sure that you have proper permissions for the Data Ware
189
183
190
184
Segment currently syncs once every hour.
191
185
192
-
#### Which Action Destinations does Linked Events support?
186
+
#### Which Destinations does Linked Events support?
193
187
194
-
For Linked Events, Segment supports all Actions Destinations.
188
+
For Linked Events, Segment supports all actions-based destinations.
Copy file name to clipboardExpand all lines: src/unify/linked-profiles/setup-guides/BigQuery-setup.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ plan: unify
5
5
---
6
6
7
7
> info "Linked Events is in private beta"
8
-
> Linked Events is in private beta, and Segment is actively working on this feature. Some functionality may change before it becomes generally available. [Contact Segment](https://segment.com/help/contact/){:target="_blank"} with any feedback or questions.
8
+
> Linked Events is in private beta, and Segment is actively working on this feature. Some functionality may change before it becomes generally available.
9
9
10
10
> info ""
11
11
> At this time, you can only use BigQuery with Linked Events.
Copy file name to clipboardExpand all lines: src/unify/linked-profiles/setup-guides/redshift-setup.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ plan: unify
5
5
---
6
6
7
7
> info "Linked Events is in private beta"
8
-
> Linked Events is in private beta, and Segment is actively working on this feature. Some functionality may change before it becomes generally available. [Contact Segment](https://segment.com/help/contact/){:target="_blank"} with any feedback or questions.
8
+
> Linked Events is in private beta, and Segment is actively working on this feature. Some functionality may change before it becomes generally available.
9
9
10
10
> info ""
11
11
> At this time, you can only use Redshift with Linked Events.
0 commit comments