Skip to content

Commit 88793e2

Browse files
committed
More from stakeholder collab
1 parent 3ad94e6 commit 88793e2

File tree

4 files changed

+16
-22
lines changed

4 files changed

+16
-22
lines changed

src/engage/audiences/linked-audiences.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ redirect_from:
77
---
88

99
> 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.
1111
1212
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).
1313

@@ -69,7 +69,7 @@ Engage displays the following compute statuses for Linked Audiences.
6969
| Computation status | Description |
7070
|---------------------------|---------------------------------------|
7171
| 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. |
7373
| Disabled | The Linked Audience is disabled. |
7474
| Failed | The computation was cancelled or failed to compute. Please contact [Segment support](https://segment.com/help/contact/){:target="_blank"}. |
7575

@@ -108,7 +108,7 @@ You can send events:
108108
109109
#### Entity added
110110

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

113113
Example use cases:
114114
- 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.
193193

194194
### Build an audience of cat owners who are also a part of the platinum membership tier
195195

196-
Build an audience with `Households` and `Pets` where:
196+
Build an audience with `Households` and `Pets` where the following conditions are true:
197197
- `pets.type` = "cat"
198198

199199
And where:
@@ -211,7 +211,7 @@ Furthermore, adding the audience membership condition will allow marketers to fu
211211

212212
### Build an audience of users with premium subscriptions who are located in Canada
213213

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:
215215
- `subscription.status` = "active"
216216
- `subscription.tier` = "premium"
217217

@@ -228,7 +228,7 @@ Furthermore, adding the profile condition will allow marketers to further refine
228228

229229
### Build an audience of credit card holders with a certain number of transactions
230230

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:
232232
- `credit_cards.name` equals "Owly Card"
233233
- `transactions.count` is greater than five
234234

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

Lines changed: 8 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -89,12 +89,10 @@ The table below shows the data warehouses Linked Events supports. View the Segme
8989

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

92-
### Deleting and editing entities and/or relationships from your Data Graph
93-
9492
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.
9593

9694
> 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.
9896
9997
### Defining entities
10098

@@ -115,7 +113,7 @@ An entity is a stateful representation of a business object. The entity correspo
115113

116114

117115
```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)
119117

120118
entity "account-entity" {
121119
name = "account"
@@ -126,9 +124,9 @@ entity "account-entity" {
126124
```
127125

128126

129-
## Step 3: Add a Destination
127+
## Step 3: Add an actions-based destination
130128

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

133131
> info ""
134132
> 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
168166
> warning ""
169167
> At this time, Linked Events doesn't support a preview of enriched payloads.
170168
171-
### Test and save your Enrichments
172-
173-
After you’ve added Enrichments, test and save your enrichments.
169+
### Save your Enrichments
174170

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

179173
> warning ""
180174
> 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
189183

190184
Segment currently syncs once every hour.
191185

192-
#### Which Action Destinations does Linked Events support?
186+
#### Which Destinations does Linked Events support?
193187

194-
For Linked Events, Segment supports all Actions Destinations.
188+
For Linked Events, Segment supports all actions-based destinations.
195189

196190
#### Why aren't test events working?
197191

src/unify/linked-profiles/setup-guides/BigQuery-setup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ plan: unify
55
---
66

77
> 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.
99
1010
> info ""
1111
> At this time, you can only use BigQuery with Linked Events.

src/unify/linked-profiles/setup-guides/redshift-setup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ plan: unify
55
---
66

77
> 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.
99
1010
> info ""
1111
> At this time, you can only use Redshift with Linked Events.

0 commit comments

Comments
 (0)