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
+11-5Lines changed: 11 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ hidden: true
9
9
> info "Linked Audiences is in public beta"
10
10
> Linked Audiences is in public beta, and Segment is actively working on this feature. Some functionality may change before it becomes generally available.
11
11
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).
@@ -20,7 +20,7 @@ To learn more about Linked Audiences use cases, see the [Linked Audiences Use C
20
20
21
21
## Step 1: Build a Linked Audience
22
22
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.
24
24
25
25

26
26
@@ -41,17 +41,23 @@ After creating the audience, you'll be redirected to the Overview page. By defau
41
41
42
42
This triggers a compute for the audience (where the audience conditions run on your data warehouse) and sends events downstream.
43
43
44
-
#### Event conditions
44
+
#### Audience conditions
45
45
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:
| 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. |
51
51
| Where profile trait | Creates a condition that filters profiles with a specific trait. |
52
52
| Part of an audience | Creates a condition that filters profiles that are part of an existing linked or classic audience. |
53
53
| Performed event | Creates a condition that filters profiles on their event history. Users can also filter on event property values.|
54
54
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
+
55
61
#### Edit an audience
56
62
To edit an audience:
57
63
1. Navigate to **Engage > Audiences**, and select the audience you'd like to edit.
Copy file name to clipboardExpand all lines: src/unify/linked-profiles/index.md
+2-3Lines changed: 2 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,9 +5,8 @@ beta: true
5
5
hidden: true
6
6
---
7
7
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.
11
10
> warning ""
12
11
> Linked Profiles currently only supports workspaces in the United States.
Copy file name to clipboardExpand all lines: src/unify/linked-profiles/setup-guides/snowflake-setup.md
+2-3Lines changed: 2 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,9 +5,8 @@ beta: true
5
5
hidden: true
6
6
---
7
7
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.
11
10
12
11
On this page, you'll learn how to connect your Snowflake data warehouse to Segment.
0 commit comments