You can view a collection of data about each customer or account in a parent (master) segment. Specifically, you can use the Profiles view to identify attributes and behaviors.
You must have either 1. "Full Access" in Audience Studio or 2. "Limited Access" with the "Profiles View" enabled for the specified Parent Segment and, at minimum, "View" permissions to the folders within that Parent Segment enabled.
Learn more about setting Policy-based Permissions.
Open TD Console.
Navigate to Audience Studio.
Select a folder, journey, or segment.

Select Profiles tab.
(Optional) You can use the search bar to search using first and / or last name of a profile.
Select an individual profile.

When a master table for a parent segment includes column(s) below, these column values automatically appear in the Profile summary. If the master table has none of them, only cdp_customer_id will be displayed in the Profile summary.
column name
email
name
first_name
last_nam
When a master tables contain the following columns, the following combinations will appear in the profile summary:
| master table has | columns displayed in Profile Summary |
|---|---|
| name | name |
| first_name | first_name |
| last_name | last_name |
| email, name | email, name |
| email, first_name | email, first_name |
| email, last_name | email, last_name |
| first_name, last_name | first_name + ' ' + last_name (concatenated string) |
| name, first_name, last_name | name |
| email, first_name, last_name | email, first_name + ' ' + last_name (concatenated string) |
| email, name, first_name, last_name | email, name |
The Behaviors shown on the profile page are derived from a union of all the behavior tables that are stored in the activities table of the cdp audience database e.g. cdp_audience_<cdp_audience_id> activities. The audience studio UI only displays a sample of the activities table and not all of the possible behaviors for a given profile are shown.

The campaign and page values are displayed if one of the behaviors tables is populated by the TD Javascript SDK. The page value is the value of the td_url column in the behavior table. The campaign value is displayed if the td_url contains the utm_campaign parameter. For example if the td_url is http://example.com/?utm_campaign=sample_campaign, the Audience Studio UI displays sample_campaign as the campaign value. If the behavior table isn't based on a TD JS SDK table or if the td_url value does not have the utm_campaign parameter, the campaign and page values are blank.