# Identity Resolution Basics

### About this export

| Field | Value |
| --- | --- |
| **content_type** | lesson |
| **platform** | contentstack-academy |
| **source_url** | https://www.contentstack.com/academy/courses/lytics-essentials/identity-resolution-basics |
| **course_slug** | lytics-essentials |
| **lesson_slug** | identity-resolution-basics |
| **markdown_file_url** | /academy/md/courses/lytics-essentials/identity-resolution-basics.md |
| **generated_at** | 2026-08-17T13:10:32.161Z |

> Part of **[Lytics Essentials](https://www.contentstack.com/academy/courses/lytics-essentials)** on Contentstack Academy. **Academy MD v3** — structured for retrieval; no quiz or assessment keys.

<!-- ai_metadata: {"lesson_id":"06","type":"video","duration_seconds":406,"video_url":"https://cdn.jwplayer.com/previews/11mVV7bx","thumbnail_url":"https://cdn.jwplayer.com/v2/media/11mVV7bx/poster.jpg?width=720","topics":["Identity","Resolution","Basics"]} -->

#### Video details

#### At a glance

- **Title:** Advanced Identity Resolution-Overview
- **Duration:** 6m 46s
- **Media link:** https://cdn.jwplayer.com/previews/11mVV7bx
- **Publish date (unix):** 1751360800

#### Streaming renditions

- application/vnd.apple.mpegurl
- audio/mp4 · AAC Audio · 113474 kbps
- video/mp4 · 180p · 248p · 151566 kbps
- video/mp4 · 270p · 372p · 175242 kbps
- video/mp4 · 360p · 496p · 201927 kbps

#### Timed text tracks (delivery)

- **thumbnails:** `https://cdn.jwplayer.com/strips/11mVV7bx-120.vtt`

#### Video transcript

Today, we're going to cover ID resolution and LQL. At a high level, what we're going to do is we're going to explain what ID resolution means and then how we can create good ID resolution using LQL as a vehicle for that. Just as a reminder, LQL stands for Lytics Query Language. This is something you're going to hear throughout the videos. It's going to be a very important term to remember. What LQL is responsible for is transforming and mapping the data onto user profiles. What it's also responsible for is instructing us how to stitch information to a user profile by using identifiers. What an identifier is, is a unique field that we can find in the streams that's going to instruct us about that person, whether that be an email, an account ID, a customer ID, etc. Right? Our high level goal that we're really trying to accomplish is that we want to be able to merge data that comes in from multiple sources onto the same user profile. What this means is if a user lives in each one of these systems that lives upstream from Lytics, we want to be able to merge all of this data onto the same profile. The more information we're able to merge onto a profile, the more enriched that profile becomes, the more educated that profile becomes for activation. If we have an enriched profile that has had information from multiple sources, we have a bigger, a more fuller picture of what that user is doing and how they are interacting with the current ecosystem. The first place that we're going to start when we talk about ID resolution is we're going to talk about LQL and how it plays a part in our ID resolution strategy. In the LQL file, we have what are called by fields. You might hear this term throughout the video, so just get yourself familiar with it. What a by field is, is a unique identifier per source. We need all of our by fields, or at least some of them, in each file to be found in another source. If we do not have some sort of overlap between the sources' unique identifiers, there will be no way for us to instruct them on how to merge together. Essentially, if we have a siloed source come in, we'll only be able to create profiles off of the identifiers we see in that source. We will be unable to merge that information across the different profiles. A really good example of this is going to be our anonymous to known use case, a really strong use case that can be very, very valuable when activating on the web for users. We're going to go through a high level example of how we can handle an anonymous to known profile merging through the LQL by fields, as well as through making sure that we are well aware and scoped out the ecosystem that's coming into Linux and how to activate on that. The first place we're going to start is at example number one. Example number one is going to show us the two different kinds of events that we're going to receive from two different sources. Event one here, event one is going to be a web event that we receive that's a page view. In that page view, we will receive a cookie and we will receive a URL. That information is going to come into Linux and hit our LQL. What our LQL by field says that the cookie is actually a unique identifier for a person or a user on the site. What this then instructs Linux to do is create a graph node in our graph database for that user itself, where then the information that came in on that event is stored with that node. So essentially this becomes your user profile. The next event that comes in is a CRM event that can come in from a registration event. So let's say that a new user comes into the CRM. That information is coming in as a new user event type. The email is coming in, the first name and the last name. This is going to hit our CRM LQL file, right? In that LQL file that sits somewhere in between, it's going to instruct the system that the email itself is the unique identifier for that source. So what that tells us is we need to create a profile for this user with the information that is coming from that source. Finally, we have an event coming in from the web, right? And this is key event. This is a very, very important concept here, right? And what this means is that a user has gone onto the website and subscribed. And that information gets sent to Linux and mapped, and we expected it. So we see an email and we see a cookie, we see a URL, and we'll obviously see a little bit more information, right? Some more colorful attributes associated to this event. This event is going to come in and it's actually going to look for any existing graph nodes where those by-fields already exist. And in the web LQL, it says that both the cookie and email can in fact be unique identifiers. So that instructs our graph nodes then to create a node where those two identifiers exist if they do not already. It then does the process that we call stitching, where it goes and looks for nodes that share one to many of the identifiers that already live in this node itself. Once we've stitched it together, right, this then becomes our profile. And it merges the data information from here into a singular profile. So now this profile not only has known information from the CRM, but also anonymous activity from the web layer itself. As you can see, that's super, super powerful, especially if they are traversing the web for three to six months without any known information. And then we're able to stitch that information to a email. So we can activate on all of that additional web activity in an email campaign or an ad campaign or use that information to personalize on the web. So from a high level, what we're really looking for here is that we have a strong ID resolution strategy that allows us an in-depth overlap in the different sources that we're bringing into Lytx so that we can merge that information together and have a more educated user profile.

#### Lesson text

Learn how Lytics maps and transforms your data to create rich user profiles for downstream activations.

## Overview

### What is Identity Resolution?

Identity Resolution (or ID Resolution) is the process of merging customer data from multiple sources onto a single user profile. Lytics enables you to map data from nearly any source to create enriched user profiles that allow for better targeting and personalization.

![Identity\_Resolution\_Workflow.jpg](https://images.contentstack.io/v3/assets/bltebc53cfaf0dd6403/blt4d8e137467cb9d2f/686399832d14900c91944c69/Identity_Resolution_Workflow.jpg)

In this guide, we will cover:

*   What does Identity Resolution mean?
*   How is LQL used to achieve Identity Resolution?

**What is LQL? - LQL stands for Lytics Query Language**

## ID Resolution Basics

Watch this video (~7 mins) for an introduction to Identity Resolution and LQL. The key terms mentioned throughout the video are defined below.

Here are some important information that you need to understand:

*   **Lytics Query Language (LQL):** responsible for transforming and mapping data into user fields on a customer profiles in Lytics.<\\br>
    
    Also instructing _how_ to "stitch" information to user profiles using identifiers.
    
*   **Identifier:**data field that is unique per user such as an email, an account ID, a customer ID, a cookie, etc.
*   **"By" Field:** a unique identifier per data source used by LQL files.<\\br>
    
    Technically speaking, this defines which fields can be used as keys to merge data fragments together into a user profile.
    
*   **Stitching:** the process of merging data fragments from multiple sources onto a single user profile.

**You must have overlap in unique identifiers across data sources to merge that data onto a single user profile.**

A. True

B. False

Answer: A

## Viewing LQL in the UI

### Where to find LQL definitions in the Lytics UI?

Although it is very likely a technical resource from Lytics or a partner who will initially perform most of the LQL configuration for you, you can always review your LQL files by navigating to the [Data > Queries](https://app.lytics.com/data/queries) section of the Lytics UI.

This is useful if you need to find out the exact definition of a specific user field and are unable to access your LQL directly. Keep in mind that you **can't edit or remove LQL from the Lytics UI**.

![lql-queries.png](https://images.contentstack.io/v3/assets/bltebc53cfaf0dd6403/blt36932e60766cc4b2/6863b82af9ec8fb4e3ecaa60/lql-queries.png)

**Can you edit LQL files directly in the Lytics UI?**

A. Yes

B. No

Answer: B

## Next Steps

### Learn More

Below are recommended resources to continue learning.

*   [Stitching User Profiles](https://learn.lytics.com/documentation/product/features/user-profiles/stitching-user-profiles) - geared for marketers.
*   [Profiles and Identity Resolution](https://learn.lytics.com/documentation/product/features/user-profiles/profiles-and-identity-resolution) - geared for technical users.
*   [User Fields](https://learn.lytics.com/documentation/product/features/user-profiles/profiles-and-identity-resolution) - how Lytics filters and aggregates data, unique identifiers, and more.
*   [Lytics Query Language documentation](https://learn.lytics.com/documentation/product/features/data-onboarding-and-management/lytics-query-language) - detailed explanation and syntax examples.
*   [LQL & Data Import Basics](https://learn.lytics.com/documentation/developer/academy/lql-and-data-import-basics) - API documentation.[](https://learn.lytics.com/documentation/product/features/data-onboarding-and-management/user-fields)

#### Key takeaways

- Connect **Identity Resolution Basics** back to your stack configuration before moving to the next module.
- Capture one concrete artifact (screenshot, Postman call, or code snippet) that proves the step works in your environment.
- Re-read the delivery versus management boundary for anything you changed in the entry model.

## Supplement for indexing

### Content summary

Identity Resolution Basics. Learn how Lytics maps and transforms your data to create rich user profiles for downstream activations. Overview What is Identity Resolution? Identity Resolution (or ID Resolution) is the process of merging customer data from multiple sources onto a single user profile. Lytics enables you to map data from nearly any source to create enriched user profiles that allow for better targeting and personalization. ! Identity\ Resolution\ Workflow.jpg (https://images.contentstack.io/v3/assets/bltebc53cfaf0dd6403/blt4d8e137467cb9d2f/686399832d14900c91944c69/Identity Resolution Workflow.jpg) In this guide, we will cover: What does Identity Resolution mean? How is LQL used to achieve Identity Resolutio

### Retrieval tags

- Identity
- Resolution
- Basics
- lytics-essentials
- lesson 06
- Identity Resolution Basics
- lytics-essentials lesson

### Indexing notes

Index this lesson as a primary chunk tagged with lesson_id "06" and topics: [Identity, Resolution, Basics].
Parent course slug: lytics-essentials. Use asset_references URLs as thumbnail hints in search results when present.
Never surface LMS quiz content or assessment answers from this file.

### Asset references

| Label | URL |
| --- | --- |
| Video thumbnail: Identity Resolution Basics | `https://cdn.jwplayer.com/v2/media/11mVV7bx/poster.jpg?width=720` |
| Identity\_Resolution\_Workflow.jpg | `https://images.contentstack.io/v3/assets/bltebc53cfaf0dd6403/blt4d8e137467cb9d2f/686399832d14900c91944c69/Identity_Resolution_Workflow.jpg` |
| lql-queries.png | `https://images.contentstack.io/v3/assets/bltebc53cfaf0dd6403/blt36932e60766cc4b2/6863b82af9ec8fb4e3ecaa60/lql-queries.png` |

### External links

| Label | URL |
| --- | --- |
| Contentstack Academy home | `https://www.contentstack.com/academy/` |
| Training instance setup | `https://www.contentstack.com/academy/training-instance` |
| Academy playground (GitHub) | `https://github.com/contentstack/contentstack-academy-playground` |
| Contentstack documentation | `https://www.contentstack.com/docs/` |
| Identity\_Resolution\_Workflow.jpg | `https://images.contentstack.io/v3/assets/bltebc53cfaf0dd6403/blt4d8e137467cb9d2f/686399832d14900c91944c69/Identity_Resolution_Workflow.jpg` |
| Data > Queries | `https://app.lytics.com/data/queries` |
| lql-queries.png | `https://images.contentstack.io/v3/assets/bltebc53cfaf0dd6403/blt36932e60766cc4b2/6863b82af9ec8fb4e3ecaa60/lql-queries.png` |
| Stitching User Profiles | `https://learn.lytics.com/documentation/product/features/user-profiles/stitching-user-profiles` |
| Profiles and Identity Resolution | `https://learn.lytics.com/documentation/product/features/user-profiles/profiles-and-identity-resolution` |
| Lytics Query Language documentation | `https://learn.lytics.com/documentation/product/features/data-onboarding-and-management/lytics-query-language` |
| LQL & Data Import Basics | `https://learn.lytics.com/documentation/developer/academy/lql-and-data-import-basics` |
