Skip to content

Commit 01b7b0f

Browse files
committed
remove redirect (not needed)
1 parent 1312d37 commit 01b7b0f

File tree

2 files changed

+3
-7
lines changed

2 files changed

+3
-7
lines changed

src/_data/sidenav/main.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,6 @@ sections:
148148
slug: connections/destinations
149149
section:
150150
- path: /connections/destinations
151-
152151
title: Destinations overview
153152
- path: /connections/destinations/add-destination
154153
title: Add a destination
@@ -264,8 +263,6 @@ sections:
264263
title: Overview
265264
- path: /personas/audiences/account-audiences
266265
title: Account-level Audiences
267-
# - path: /personas/audiences
268-
# title: Audiences
269266
- path: /personas/using-personas-data
270267
title: Using Personas data
271268
- path: /personas/warehouses

src/personas/audiences/index.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
---
22
title: Personas Audiences Overview
3-
redirect_from: '/personas/audiences'
43
---
54

65
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).
@@ -124,9 +123,9 @@ You can download a copy of your audience by visiting the the audience overview p
124123
![](/docs/personas/images/audience_overview.png)
125124
Audience CSVs are generated on demand. Before you can download the CSV, you will need to generate it. There are three different options for formatting:
126125

127-
- **Unformatted:** Contains two columns. The first contains the user or account key and the second is a JSON object containing the external IDs. Generating this CSV is faster than the formatted option below. [Download example unformatted CSV]({{site.url}}/docs/personas/files/audience_csv_format_a.csv)
128-
- **Formatted (with indexed columns for ID types with multiple values):** Contains the same first two columns as the unformatted CSV. Additional columns are added for each distinct external ID type. When a given external ID type has more than one value, for example a user with three email addresses, _additional columns with indexed headers are added_, (`email`, `email_1`, `email_2`). [Download example formatted CSV with indexed columns]({{site.url}}/docs/personas/files/audience_csv_format_b.csv)
129-
- **Single Column (with one external ID type):** Contains only a single column of data with the selected external ID type. When the given external ID type has more than one value, for example a user with two email addresses, _additional rows are added._ Data in this format is hashed by default with the SHA256 hashing algorithm, but may be downloaded raw (unhashed) with appropriate permissions. This format is useful for uploading the audience to destinations like Snapchat or Braze, which may require a single column of hashed emails, for example. [Download example single column hashed CSV]({{site.url}}/docs/personas/files/audience_csv_format_c.csv)
126+
- **Unformatted:** Contains two columns. The first contains the user or account key and the second is a JSON object containing the external IDs. Generating this CSV is faster than the formatted option below. [Download example unformatted CSV](/docs/personas/files/audience_csv_format_a.csv)
127+
- **Formatted (with indexed columns for ID types with multiple values):** Contains the same first two columns as the unformatted CSV. Additional columns are added for each distinct external ID type. When a given external ID type has more than one value, for example a user with three email addresses, _additional columns with indexed headers are added_, (`email`, `email_1`, `email_2`). [Download example formatted CSV with indexed columns](/docs/personas/files/audience_csv_format_b.csv)
128+
- **Single Column (with one external ID type):** Contains only a single column of data with the selected external ID type. When the given external ID type has more than one value, for example a user with two email addresses, _additional rows are added._ Data in this format is hashed by default with the SHA256 hashing algorithm, but may be downloaded raw (unhashed) with appropriate permissions. This format is useful for uploading the audience to destinations like Snapchat or Braze, which may require a single column of hashed emails, for example. [Download example single column hashed CSV](/docs/personas/files/audience_csv_format_c.csv)
130129

131130

132131
<table>

0 commit comments

Comments
 (0)