Skip to content

Commit 550c887

Browse files
Merge pull request #7912 from segmentio/DOC-1188
Linked Events and Linked Audiences review
2 parents a274a0c + 623a671 commit 550c887

File tree

2 files changed

+36
-50
lines changed

2 files changed

+36
-50
lines changed

src/engage/audiences/linked-audiences.md

Lines changed: 17 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ With Linked Audiences, you can:
1313

1414
- Preserve rich relationships between all the data in your warehouse by creating connections with any entity data back to your audience profile.
1515
- Build advanced audience segments that include the rich context needed for personalization downstream.
16-
- Use a low code builder, enabling marketers to activate warehouse data without having to wait for data pull requests before launching campaigns to targeted audiences.
16+
- Use a low code builder, enabling marketers to activate warehouse data without having to wait for data team requests before launching campaigns to targeted audiences.
1717

1818
To learn more about specific use cases you can set up with Linked Audiences, see [Linked Audiences Use Cases](/docs/engage/audiences/linked-audiences-use-cases/).
1919

@@ -63,11 +63,11 @@ To build a Linked Audience:
6363
Optionally, select a folder to add this audience.
6464
8. Click **Create Audience**.
6565

66-
After creating your Linked Audience, you will be brought to the Overview page with the Linked Audience in a disabled state.
66+
After creating your Linked Audience, you'll be brought to the Overview page with the Linked Audience in a disabled state.
6767

6868
### Linked Audience conditions
6969

70-
The Linked Audiences builder sources profile trait and event keys from the data warehouse. This data must be synced to the data warehouse through [Profiles Sync](/docs/unify/profiles-sync/overview/) before you can reference it in the linked audience builder. If there is a profile trait that exists in the Segment Profile that hasn’t successfully synced to the data warehouse yet, it will be grayed out so that it can’t be selected.
70+
The Linked Audiences builder sources profile trait and event keys from the data warehouse. This data must be synced to the data warehouse through [Profiles Sync](/docs/unify/profiles-sync/overview/) before you can reference it in the Linked Audience builder. If there is a profile trait that exists in the Segment Profile that hasn’t successfully synced to the data warehouse yet, it will be grayed out so that it can’t be selected.
7171

7272
The Linked Audience builder also returns a subset of available entity property key values, event property and context key values, and profile trait key values that you can select in the input field drop-down. This eliminates the need to type in the exact value you want to filter on. If the value you’re looking for isn’t listed, you can manually enter it into the input field. Manually entered values are case-sensitive.
7373

@@ -85,10 +85,10 @@ When building your Linked Audience, you can add multiple conditions to a single
8585
|---------------------------|---------------------------------------|
8686
| with entity | Creates a condition that filters profiles associated with entity relationships defined in the [Data Graph](/docs/unify/linked-profiles/data-graph/). With this condition, you can navigate the full, nested entity relationships, and filter your audience on entity column values. Each subsequent entity you select in an entity branch acts as a filter over the profiles that are available at the next depth of that specific branch. |
8787
| without entity | Creates a condition that filters profiles that are not associated with entity relationships defined in the [Data Graph](/docs/unify/linked-profiles/data-graph/). With this condition, you can navigate the full, nested entity relationships, and filter your audience on entity column values. Each subsequent entity you select in an entity branch acts as a filter over the profiles that are available at the next depth of that specific branch.|
88-
| with [ trait](/docs/unify/#enrich-profiles-with-traits) | Creates a condition that filters profiles with a specific trait. |
89-
| without [ trait](/docs/unify/#enrich-profiles-with-traits)| Creates a condition that filters profiles without a specific trait.|
88+
| with [trait](/docs/unify/#enrich-profiles-with-traits) | Creates a condition that filters profiles with a specific trait. |
89+
| without [trait](/docs/unify/#enrich-profiles-with-traits)| Creates a condition that filters profiles without a specific trait.|
9090
| part of [audience](/docs/glossary/#audience) | Creates a condition that filters profiles that are part of an existing audience. |
91-
| not part of [audience](/docs/glossary/#audience) | Creates a condition that filters profiles that are not part of an existing audience. |
91+
| not part of [audience](/docs/glossary/#audience) | Creates a condition that filters profiles that aren't part of an existing audience. |
9292
| with [event](/docs/glossary/#event) | Creates a condition that filters profiles that have a specific event in their event history. You can also filter on event property values.|
9393
| without [event](/docs/glossary/#event) | Creates a condition that filters profiles that do not have a specific event in their event history. You can also filter on event property values.|
9494

@@ -97,7 +97,7 @@ at least: supports 1 or greater,
9797
exactly: supports 0 or greater,
9898
at most: supports 0 or greater.
9999

100-
*When filtering by 0, you can’t filter on by entity properties or on additional nested entities.
100+
When filtering by 0, you can’t filter on by entity properties or on additional nested entities.
101101

102102

103103
#### Operator selection
@@ -112,7 +112,7 @@ You can create audience definitions using either `AND` or `OR` operators across
112112

113113
If you have defined entity conditions in your audience definition, you will see a “Matched Entities” tab in the audience preview to help you understand what entities qualified a user to be a part of an audience.
114114

115-
This information appears when you click the user profile generated from the audience preview. The contextual information encompasses entity relationships as well as entity column values that were used as filtering criteria in the audience definition. By default, Segment includes the entity ID. The data being returned is truncated - 10 entities at each level, 6 levels of depth. If you want to opt out of this functionality, contact Segment Support.
115+
This information appears when you click the user profile generated from the audience preview. The contextual information encompasses entity relationships as well as entity column values that were used as filtering criteria in the audience definition. By default, Segment includes the entity ID. The data being returned is truncated - ten entities at each level, six levels of depth. If you want to opt out of this functionality, contact Segment Support.
116116

117117
![A screenshot of the Entity Explorer.](/docs/engage/images/entity_explorer.png)
118118

@@ -153,7 +153,7 @@ To activate your Linked Audience:
153153
> info "Linked Audiences destinations"
154154
> Linked Audiences only supports [Actions Destinations](/docs/connections/destinations/actions/#available-actions-based-destinations). List destinations aren't supported.
155155
156-
**Note:** Ensure your [destination has been enabled](/connections/destinations/catalog/) in Segment before you begin the steps below.
156+
**Note:** Ensure you've [enabled your destination](/connections/destinations/catalog/) in Segment before you begin the steps below.
157157

158158
1. Navigate to **Engage > Audiences**.
159159
2. Select the Linked Audience you set up in the previous step.
@@ -214,7 +214,7 @@ Send a test event to ensure that everything is connected properly and your desti
214214

215215
Enter the destination User id for the profile you want to use to test the event, then click **Send test event to destination**.
216216

217-
The Event content drop-down shows you a preview of what the data sent to your destination might look like.
217+
The Event content dropdown shows you a preview of what the data sent to your destination might look like.
218218

219219
## Step 4: Enable your Linked Audience
220220

@@ -239,7 +239,7 @@ You can maintain your run schedule at any time from the audience's **Settings**
239239

240240
You can also click **Run Now** on the Audience Overview page at any time (even if the run schedule is **Interval** Overview **Day and time**) to manually trigger a run on your warehouse and send data to enabled destinations.
241241

242-
There may be up to a 5 minute delay from the configured start time for audiences that are configured with the **Interval** and **Day and time** run schedules. For example, if you configured an audience with the **Day and time** compute schedule to run on Mondays at 8am, it can compute as late as Monday at 8:05am. This is to help us better manage our system load.
242+
There may be up to a five minute delay from the configured start time for audiences that are configured with the **Interval** and **Day and time** run schedules. For example, if you configured an audience with the **Day and time** compute schedule to run on Mondays at 8am, it can compute as late as Monday at 8:05am. This is to help us better manage our system load.
243243

244244
## Step 5: Monitor your activation
245245

@@ -269,35 +269,30 @@ Linked Audiences have the following steps in Delivery Overview's pipeline view:
269269

270270
You can create alerts related to the performance and throughput of Linked Audience syncs and receive in-app, email, and Slack notifications when event volume fluctuations occur.
271271

272-
> info "Generate a Slack webhook to receive Slack notifications"
273-
> To receive an alert in a Slack channel, you must first create a Slack webhook. For more information about Slack webhooks, see Slack's [Sending messages using incoming webhooks](https://api.slack.com/messaging/webhooks){:target="_blank”} documentation.
272+
> info "Slack and mailing list notification channels require additional setup"
273+
> Before sending an alert to Slack, you must first create a Slack webhook. For more information about Slack webhooks, see Slack's [Sending messages using incoming webhooks](https://api.slack.com/messaging/webhooks){:target="_blank”} documentation.
274+
>
275+
> While you can only enter one email address per alert when signing up for email alerts, you can send the alert to multiple users by entering the email address of a mailing list. To create a mailing list, refer to the documentation for your email provider, like Google's [Create a group & choose group settings](https://support.google.com/groups/answer/2464926?hl=en){:target="_blank”} for Gmail or Microsoft's [Create and manage distribution groups](https://support.microsoft.com/en-us/office/distribution-groups-e8ba58a8-fab2-4aaf-8aa1-2a304052d2de#bkmk_create){:target="_blank”} for Outlook.
274276
275277
To access Linked Audience alerting, navigate to **Engage > Audiences**, select a Linked Audience, and click the **Alerts** tab.
276278

277279
On the **Alerts** tab, you can create new alerts and view all active alerts for this connection. You can only edit or delete the alerts that you create, unless you have the [Workspace Owner role](/docs/segment-app/iam/roles/).
278280

279-
> info "Deleting alerts created by other users requires Workspace Owner role"
280-
> All users can delete alerts that they created, but only those with [Workspace Owner role](/docs/segment-app/iam/roles/) can delete alerts created by other users.
281-
282281
#### Activation event health spikes or drops
283282

284283
You can create an Activation event health spikes or drops alert that notifies you when events sent from your audience to a downstream destination have failures to a destination above a certain threshold. For example, if you set a change percentage of 4% and your destination received 100 events from your audience over the first 24 hours, Segment would notify you the following day if your destination ingested fewer than 96 or more than 104 events.
285284

286285
To create an Activation event health spikes or drops alert:
287286
1. From your Segment workspace's home page, navigate to **Engage > Audiences**.
288287
2. Select the Audience you want to create an alert for, select the Alerts tab, and click **Create alert**.
289-
3. On the Create alert sidesheet, select the **Activation event health spikes or drops** alert and pick a destination for which you'd like to monitor event health.
288+
3. On the Create alert side sheet, select the **Activation event health spikes or drops** alert and pick a destination for which you'd like to monitor event health.
290289
4. Enter a percentage threshold to trigger activation event health notifications.
291290
5. Select one or more of the following alert channels:
292291
- **Email**: Select this to receive notifications at the provided email address.
293292
- **Slack**: Select this to send alerts to one or more channels in your workspace. You can post messages to your channel with either a [webhook](https://api.slack.com/messaging/webhooks){:target="_blank”} or a [workflow](https://slack.com/help/articles/360041352714-Build-a-workflow--Create-a-workflow-that-starts-outside-of-Slack){:target="_blank”}.
294293
- **In-app**: Select this to receive notifications in the Segment app. To view your notifications, select the bell next to your user icon in the Segment app.
295294
6. Click **Save**.
296295

297-
To make changes to an Activation event health spikes or drops alert, select the icon in the Actions column for the alert and click **Edit**.
298-
299-
To delete a Activation event health spikes or drops alert, select the icon in the Actions column for the alert and click **Delete**.
300-
301296
#### Audience size change
302297

303298
You can create an Audience size change alert that notifies you when your audience increases or decreases by a certain threshold. For example, if you set a change percentage of 4% and your destination had 100 members over the first 24 hours, Segment would notify you the following day if your audience had fewer than 96 or more than 104 members.
@@ -308,18 +303,14 @@ You can create an Audience size change alert that notifies you when your audienc
308303
To create an Audience size change alert:
309304
1. From your Segment workspace's home page, navigate to **Engage > Audiences**.
310305
2. Select the Linked Audience you want to create an alert for, select the Alerts tab, and click **Create alert**.
311-
3. On the Create alert sidesheet, select the **Audience size change alert** and pick a destination for which you'd like to monitor event health.
306+
3. On the Create alert side sheet, select the **Audience size change alert** and pick a destination for which you'd like to monitor event health.
312307
4. Enter a percentage threshold to trigger audience size change notifications.
313308
5. Select one or more of the following alert channels:
314309
- **Email**: Select this to receive notifications at the provided email address.
315310
- **Slack**: Select this to send alerts to one or more channels in your workspace. You can post messages to your channel with either a [webhook](https://api.slack.com/messaging/webhooks){:target="_blank”} or a [workflow](https://slack.com/help/articles/360041352714-Build-a-workflow--Create-a-workflow-that-starts-outside-of-Slack){:target="_blank”}.
316311
- **In-app**: Select this to receive notifications in the Segment app. To view your notifications, select the bell next to your user icon in the Segment app.
317312
6. Click **Save**.
318313

319-
To make changes to an Audience size change alert, select the icon in the Actions column for the alert and click **Edit**.
320-
321-
To delete a Audience size change alert, select the icon in the Actions column for the alert and click **Delete**.
322-
323314
## Maintaining Linked Audiences
324315

325316
You can maintain your Linked Audience by accessing these tabs on the main page of your Linked Audience:

0 commit comments

Comments
 (0)