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/personas/audiences/account-audiences.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,16 +8,16 @@ Account-level audiences are Personas audiences for businesses that sell to other
8
8
> info ""
9
9
> Account-level audiences are available to workspaces on a **Personas Advanced** plan. If you're an existing Segment customer on a Personas Advanced plan, contact your Customer Success Manager for access to Account-level audiences. If you're a new customer, or do not have a CSM, [request a demo](https://segment.com/demo/).
10
10
11
-
You can use account-level audiences to in the following use cases:
11
+
You can use account-level audiences to accomplish the following use cases:
12
12
- Identify a set of at-risk accounts based on associated users' log in patterns, and flag them in your customer service application
13
13
- Identify a set of trial accounts which would benefit from a paid plan based on their use, and flag those in your CRM application
14
14
- Create an email list of all users in accounts showing high adoption of a specific feature to aid in recruiting for user research
15
15
16
-
| Use case | Required features | Detailed description |
| Create a list of accounts based on account-level traits, and/or the traits and behaviors of individual users associated with accounts | 1. Account-level audiences | Account-level audience conditions |
19
-
| Create a list of accounts based on the collective behavior of all users associated with accounts | 1. Account-level computed trait or SQL trait. 2. Account-level audience (using computed trait as a condition) | Using account-level computed and SQL traits as account-level audience conditions |
20
-
| Create a list of users based on a combination of user-lebevl traits and events, and account-level traits | 1. Account-level audience (using account-level trait as a condition) 2. User-level audience (using account-level audience membership as a condition) | Using account-level traits in user-level audiences |
16
+
| Use case | Required features | Detailed description |
| Create a list of accounts based on account-level traits, and/or the traits and behaviors of individual users associated with accounts | 1. Account-level audiences |[Account-level audience conditions](#account-level-audience-conditions)|
19
+
| Create a list of accounts based on the collective behavior of all users associated with accounts | 1. Account-level computed trait or SQL trait. <br /> 2. Account-level audience (using computed trait as a condition) |[Using account-level computed and SQL traits as account-level audience conditions](#use-account-level-computed-and-sql-traits-as-account-level-audience-conditions)|
20
+
| Create a list of users based on a combination of user-level traits and events, and account-level traits | 1. Account-level audience (using account-level trait as a condition) 2. User-level audience (using account-level audience membership as a condition) |[Using account-level traits in user-level audiences](#use-account-level-traits-in-user-level-audiences)|
21
21
22
22
## Enable account-level audiences
23
23
@@ -40,7 +40,7 @@ A single account-level audience can incorporate any combination of the following
40
40
> [Reserved account-level custom traits](/docs/connections/spec/group/#traits) are not available in audience conditions. You must include them in the traits dictionary a second time using a non-reserved trait name to make them available in the audience builder.
41
41
42
42
The three types of user-level conditions are:
43
-
-**Any User** (default): Returns all acounts where *at least one user* associated with the account satisfies the specified condition
43
+
-**Any User** (default): Returns all accounts where *at least one user* associated with the account satisfies the specified condition
44
44
-**All users**: Returns all accounts where *all users* associated with the account satisfy the specified condition
45
45
-**None of the users**: Returns all accounts where *no users* associated with the account satisfy the specified condition
0 commit comments