Skip to content
Last updated

View Profiles

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.

  1. Open TD Console.

  2. Navigate to Audience Studio.

  3. Select a folder, journey, or segment.

  4. Select Profiles tab.

  5. (Optional) You can use the search bar to search using first and / or last name of a profile.

  6. Select an individual profile.

Which Master Table column(s) will be displayed in Profile summary?

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 hascolumns displayed in Profile Summary
emailemail
namename
first_namefirst_name
last_namelast_name
email, nameemail, name
email, first_nameemail, first_name
email, last_nameemail, last_name
first_name, last_namefirst_name + ' ' + last_name (concatenated string)
name, first_name, last_namename
email, first_name, last_nameemail, first_name + ' ' + last_name (concatenated string)
email, name, first_name, last_nameemail, name

About Behaviors Tab

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.

Campaign and Page Values

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.