Learn how to use Profiles to generate an ID graph and build features on top of it.
2 minute read
Profiles has two primary functions:
Generating an identity graph.
Computing features on top of that identity graph.
Generating an identity graph
Known and unknown users
At a high level, customer data can be categorized in to data from both known and unknown users.
You can track unknown users at an individual level using the RudderStack SDKs and capture their anonymousId. However, you don’t have any additional information about these users. Known users are identified by some additional information, often traits like email, phone, etc.
These IDs live in many places across your data warehouse or data lake, most often as a column (or columns) in individual tables that are loaded from various data sources.
You can use Profiles to stitch together both known and unknown IDs into a single table. The IDs are linked using an autogenerated ID, called the rudderId, which is a canonical identifier for each user.
Use case
Tying together known and unknown IDs for a user is foundational for ensuring accurate customer data. Consider the following customer journey:
A user browsed your website anonymously six months ago.
The user returns three months later and signs up for your newsletter.
One month later, the user clicks an ad on their phone and visits your website anonymously through their mobile browser, and makes a purchase.
In many cases, the data generated by this journey would be counted as two or three separate users, depending on the tools used to track the behavior. Profiles ID stitching ties the data together, revealing that all of those activities were performed by the same user. Profiles represents these data points as different nodes and edges of the identity graph.
Computing features to build a customer 360 table
The identity graph serves as a map of where each user’s data lives across tables in your data warehouse. Leveraging this map, Profiles makes it easy for you to pull and compute features for each user across all of your data.
For example, a user might have purchase events spread across multiple tables: one for mobile, one from a previous platform, and one from your new eCommerce site. With Profiles, you can easily sum those values across tables for a single user to understand lifetime value.
Features are output to a table, which you can use as your single source of truth for customer 360.
This site uses cookies to improve your experience while you navigate through the website. Out of
these
cookies, the cookies that are categorized as necessary are stored on your browser as they are as
essential
for the working of basic functionalities of the website. We also use third-party cookies that
help
us
analyze and understand how you use this website. These cookies will be stored in your browser
only
with
your
consent. You also have the option to opt-out of these cookies. But opting out of some of these
cookies
may
have an effect on your browsing experience.
Necessary
Always Enabled
Necessary cookies are absolutely essential for the website to function properly. This
category only includes cookies that ensures basic functionalities and security
features of the website. These cookies do not store any personal information.
This site uses cookies to improve your experience. If you want to
learn more about cookies and why we use them, visit our cookie
policy. We'll assume you're ok with this, but you can opt-out if you wish Cookie Settings.