Skip to content

Commit 0ea1fa0

Browse files
committed
DOC-114 init
1 parent df45eb9 commit 0ea1fa0

File tree

4 files changed

+30
-3
lines changed

4 files changed

+30
-3
lines changed

src/_data/sidenav/main.yml

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -255,8 +255,15 @@ sections:
255255
title: Computed Traits
256256
- path: /personas/sql-traits
257257
title: SQL Traits
258-
- path: /personas/audiences
259-
title: Audiences
258+
- section_title: Audiences
259+
slug: /personas/audiences
260+
section:
261+
- path: /personas/audiences
262+
title: Overview
263+
- path: /personas/audiences/account-audiences
264+
title: Account-level Audiences
265+
# - path: /personas/audiences
266+
# title: Audiences
260267
- path: /personas/using-personas-data
261268
title: Using Personas data
262269
- path: /personas/warehouses
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
---
2+
title: Account-level Audiences
3+
redirect_from: '/personas/audiences'
4+
---
5+
6+
Account-level audiences are Personas audiences for businesses that sell to other businesses. They return the set of accounts which match a combination of account-level traits, user-level traits, and user events. You can sync these accounts and associated users with downstream destinations.
7+
8+
You acn use account-level audiences to in the following use cases:
9+
- Identify a set of at-risk accounts based on associated users' log in patterns, and flag them in your customer service application
10+
- Identify a set of trial accounts which would benefit from a paid plan based on their use, and flag those in your CRM application
11+
- Create an email list of all users in accounts showing high adoption of a specific feature to aid in recruiting for user research
12+
13+
> info ""
14+
> 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/).
15+
16+
| Use case | Required features | Detailed description |
17+
| -------- | ----------------- | -------------------- |
18+
|
19+

src/personas/audiences.md renamed to src/personas/audiences/index.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
2-
title: Personas Audiences
2+
title: Personas Audiences Overview
3+
redirect_from: '/personas/audiences'
34
---
45

56
Audiences allow you to define cohorts of users or accounts based on their event behavior and traits that Segment then keeps up-to-date over time. Audiences can be built from your core **tracking events**, **traits**, or **computed traits**. These audiences can then be synced to hundreds of destinations and are available using the [Profile API](/docs/personas/profile-api).

src/personas/images.txt

Whitespace-only changes.

0 commit comments

Comments
 (0)