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/unify/linked-profiles/linked-audiences.md
+19-13Lines changed: 19 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,33 +6,33 @@ beta: true
6
6
7
7
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 destinations.
8
8
9
-
From the relationships you've defined between profiles and entities in your warehouse, you can filter on profile traits, entity attributes, and associated events to create hyper-segmented audiences.
9
+
From the relationships you've defined between the profiles and entities in your warehouse, you can filter on an entity, profile trait, and audience membership conditions to create hyper-segmented audiences.
10
10
11
11
> success ""
12
12
> Before you build Linked Audiences, be sure you've defined entities in your [Data Graph](/docs/unify/linked-profiles/data-graph/).
13
13
14
14
15
15
## Getting started
16
16
17
-
To help you get started with Linked Audiences, keep the following guidelines in mind.
17
+
To help you get started with Linked Audiences, consider the following best practices:
18
18
19
-
- It may be helpful to first identify an entity that is directly associated with your users, such as `Accounts`, `Households`, or `Organizations`.
20
-
- From there you can define relationships between this entity with any of the other entities that may associated with it, such as how `Accounts` can have the following:
21
-
-`Subscriptions`
22
-
-`Purchases`
23
-
-`Carts`
24
-
- You can create entity relationships up to four levels in depth. For example, you can build an entity condition that queries for relationships between `Profiles`, `Accounts`, `Credit Cards`, and `Transactions`.
25
-
- To further refine your audience, identify column values that you might also want to filter your entities by.
19
+
1. It may be helpful to first identify an entity that is directly associated with your users, such as `Accounts`, `Households`, or `Organizations`.
20
+
2. From there you can define relationships between this entity with any of the other entities that may associated with it, such as how `Accounts` can have the following: `Subscriptions`, `Purchases`, or `Carts`.
21
+
3. You can create entity relationships up to six levels in depth. For example, an entity condition that queries for relationships between `Profiles`, `Accounts`, `Credit Cards`, and `Transactions` has four levels of depth.
22
+
4. To further refine your audience, identify column values that you might also want to filter your entities by, or configure profile trait and audience membership conditions.
26
23
27
24
## Use cases
28
25
29
26
Below are some example use cases to help you learn more about Linked Audiences.
30
27
31
-
### Build an audience of cat owners
28
+
### Build an audience of cat owners who are also a part of the platinum membership tier
32
29
33
30
Build an audience with `Households` and `Pets` where:
In the Data Graph, `Households` and `Pets` are defined as entities and are represented as separate tables in your data warehouse.
37
37
38
38
Relationships are defined between:
@@ -41,19 +41,25 @@ Relationships are defined between:
41
41
42
42
In the warehouse, `pets.type` is a column in the `pets` table. By filtering against the `pets.type` column for the "cat" value, marketers can return a list of users that have a cat.
43
43
44
+
Furthermore, filtering the audience against `profile.audience_membership` for "Platinum membership tier" will allow marketers to further refine their audience to only include users who are also a part of the platinum membership tier audience.
44
45
45
-
### Build an audience of users with premium subscriptions
46
+
### Build an audience of users with premium subscriptions who are located in Canada
46
47
47
48
Build an audience with `Accounts` and `Subscriptions`, where the following are true:
48
49
-`subscription.status` equals "active"
49
50
-`subscription.tier` equals "premium"
50
51
52
+
And where:
53
+
-`profile.country` = "Canada"
54
+
51
55
In the Data Graph, `Accounts` and `Subscriptions` are defined as entities. Relationships are defined between:
52
56
-`Profiles` and `Accounts`
53
57
-`Accounts` and `Subscriptions`
54
58
55
59
In the warehouse, `subscription.status` is a column in the `subscriptions` table. Marketers can refine their audience by filtering against the `subscription.status` and `subscription.tier` columns to return a list of users that have an active subscription to their premium offering.
56
60
61
+
Furthermore, filtering the audience against `profile.country` for "Canada" will allow marketers to further refine their audience to only include users who are located in Canada.
62
+
57
63
58
64
### Build an audience of credit card holders with a certain number of transactions
59
65
@@ -80,12 +86,12 @@ Use the Audience overview page to build or maintain a Linked Audiences.
80
86
1. Navigate to **Engage > Audiences**.
81
87
2. Click **+ New audience**, then select **Audience**.
82
88
3. On the Select Type screen, select **Linked audience**, then click **Next**.
83
-
4. Build your Linked Audience with profiles that have a specific entity, profile trait, or are part of an audience. Select from **associated with an entity**, **where profile trait**, or **part of an audience**, and add your conditions.
89
+
4. Build your Linked Audience with profiles by selecting **associated with an entity**, **where profile trait**, or **part of an audience** conditions.
84
90
5. Preview your audience, then click **Next**.
85
91
6. Enter an audience name and description, then click **Create Audience**.
86
92
87
93
> warning ""
88
-
> At this time, Linked Audiences can't be edited or deleted. Create a new audience to update conditions. To disable an audience, navigate to **Engage > Audiences > Settings** and toggle the **Enabled** button off.
94
+
> At this time, Linked Audiences can't be edited or deleted. Create a new audience to update conditions. To disable an audience, navigate to the **Settings** tab of an audience and toggle the **Enabled** button off.
0 commit comments