Skip to content

Commit 6168775

Browse files
committed
Add more feedback from Linked Audiences PM
1 parent 0b96001 commit 6168775

File tree

1 file changed

+19
-13
lines changed

1 file changed

+19
-13
lines changed

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

Lines changed: 19 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -6,33 +6,33 @@ beta: true
66

77
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.
88

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

1111
> success ""
1212
> Before you build Linked Audiences, be sure you've defined entities in your [Data Graph](/docs/unify/linked-profiles/data-graph/).
1313
1414

1515
## Getting started
1616

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:
1818

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

2724
## Use cases
2825

2926
Below are some example use cases to help you learn more about Linked Audiences.
3027

31-
### Build an audience of cat owners
28+
### Build an audience of cat owners who are also a part of the platinum membership tier
3229

3330
Build an audience with `Households` and `Pets` where:
3431
- `pets.type` equals "cat"
3532

33+
And where:
34+
- `profile.audience_membership` = "Platinum membership tier"
35+
3636
In the Data Graph, `Households` and `Pets` are defined as entities and are represented as separate tables in your data warehouse.
3737

3838
Relationships are defined between:
@@ -41,19 +41,25 @@ Relationships are defined between:
4141

4242
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.
4343

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

45-
### Build an audience of users with premium subscriptions
46+
### Build an audience of users with premium subscriptions who are located in Canada
4647

4748
Build an audience with `Accounts` and `Subscriptions`, where the following are true:
4849
- `subscription.status` equals "active"
4950
- `subscription.tier` equals "premium"
5051

52+
And where:
53+
- `profile.country` = "Canada"
54+
5155
In the Data Graph, `Accounts` and `Subscriptions` are defined as entities. Relationships are defined between:
5256
- `Profiles` and `Accounts`
5357
- `Accounts` and `Subscriptions`
5458

5559
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.
5660

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+
5763

5864
### Build an audience of credit card holders with a certain number of transactions
5965

@@ -80,12 +86,12 @@ Use the Audience overview page to build or maintain a Linked Audiences.
8086
1. Navigate to **Engage > Audiences**.
8187
2. Click **+ New audience**, then select **Audience**.
8288
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.
8490
5. Preview your audience, then click **Next**.
8591
6. Enter an audience name and description, then click **Create Audience**.
8692

8793
> 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.
8995
9096

9197
## Step 2: Activate your Linked Audience

0 commit comments

Comments
 (0)