Skip to content

Commit dd7863d

Browse files
authored
Merge pull request #6298 from segmentio/co_linked_audiences_fixes
additional linked fixes
2 parents 674e65b + b35378c commit dd7863d

File tree

3 files changed

+15
-11
lines changed

3 files changed

+15
-11
lines changed

src/engage/audiences/linked-audiences.md

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ hidden: true
99
> info "Linked Audiences is in public beta"
1010
> Linked Audiences is in public beta, and Segment is actively working on this feature. Some functionality may change before it becomes generally available.
1111
12-
With Linked Audiences, you can use the relational data you've defined in your Data Graph to build audiences and send them to any downstream [actions-based destinations](/docs/connections/destinations/actions/#available-actions-based-destinations).
12+
With Linked Audiences, you can use the relational data you've defined in your [Data Graph](docs/unify/linked-profiles/data-graph/) to build audiences and send them to any downstream [actions-based destinations](/docs/connections/destinations/actions/#available-actions-based-destinations).
1313

1414
> info "Linked Audiences warehouse support"
1515
>Linked Audiences supports [Snowflake](/docs/unify/linked-profiles/setup-guides/snowflake-setup/).
@@ -20,7 +20,7 @@ To learn more about Linked Audiences use cases, see the [Linked Audiences Use C
2020

2121
## Step 1: Build a Linked Audience
2222

23-
Linked Audiences allows you to filter based on properties such as profile traits, relational data mapped to the Data Graph, events, and existing audience membership.
23+
Linked Audiences allows you to filter audience targeting logic based on properties such as profile traits, relational data mapped to the Data Graph, events, and existing audience membership.
2424

2525
![Choose your audience conditions](/docs/engage/images/conditions.png)
2626

@@ -41,17 +41,23 @@ After creating the audience, you'll be redirected to the Overview page. By defau
4141

4242
This triggers a compute for the audience (where the audience conditions run on your data warehouse) and sends events downstream.
4343

44-
#### Event conditions
44+
#### Audience conditions
4545

46-
As you're building your Linked Audience, you can choose from the following event conditions:
46+
As you're building your Linked Audience, you can choose from the following conditions:
4747

48-
| Event Conditions | Description |
48+
| Conditions | Description |
4949
|---------------------------|---------------------------------------|
5050
| Associated with an 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 traverse the full nested entity relationship and filter your audience on entity column values. Note: you can only create nested entity conditions up to four levels in depth. For example, an entity condition that queries for relationships between Profiles, Accounts, Credit Cards, and Transactions has four levels of depth. |
5151
| Where profile trait | Creates a condition that filters profiles with a specific trait. |
5252
| Part of an audience | Creates a condition that filters profiles that are part of an existing linked or classic audience. |
5353
| Performed event | Creates a condition that filters profiles on their event history. Users can also filter on event property values.|
5454

55+
#### Error States
56+
57+
As you’re building or maintaining your audience, you may encounter errors or warning messages about possible issues with your audience. For example, when Segment tries to compute your audience, and an entity or entity column from your linked audience definition is missing from your data graph or data warehouse, then you may see an error on the linked audiences overview page in Segment. Additionally, computing your linked audineces is a multi-step process, and sometimes an error can occur in one of the steps of the workflow.
58+
59+
Generally, when an error occurs, Segment will retry that step or Segment will terminate the workflow and try to re-run it again at the next scheduled compute run. If you need more help diagnosing your errors or warnings, reach out to [[email protected]](mailto:[email protected]){:target="_blank"}.
60+
5561
#### Edit an audience
5662
To edit an audience:
5763
1. Navigate to **Engage > Audiences**, and select the audience you'd like to edit.

src/unify/linked-profiles/index.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,8 @@ beta: true
55
hidden: true
66
---
77

8-
> info "Linked Profiles is in private beta"
9-
> Linked Profiles is in private beta, and Segment is actively working on this feature. Some functionality may change before it becomes generally available.
10-
8+
> info "Linked Profiles is in public beta"
9+
> Linked Profiles is in public beta, and Segment is actively working on this feature. Some functionality may change before it becomes generally available.
1110
> warning ""
1211
> Linked Profiles currently only supports workspaces in the United States.
1312

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,8 @@ beta: true
55
hidden: true
66
---
77

8-
> info "Linked Profiles is in private beta"
9-
> Linked Profiles (Data Graph, Linked Events, and Linked Audiences) is in private beta, and Segment is actively working on this feature. Some functionality may change before it becomes generally available.
10-
8+
> > info "Linked Profiles is in public beta"
9+
> Linked Profiles (Data Graph, Linked Events, and Linked Audiences) is in public beta, and Segment is actively working on this feature. Some functionality may change before it becomes generally available.
1110
1211
On this page, you'll learn how to connect your Snowflake data warehouse to Segment.
1312

0 commit comments

Comments
 (0)