Configure an identity namespace
Learn how to configure identity namespaces to use with Adobe Experience Platform Web SDK.
The Adobe Experience Platform Identity Service sets a common visitor ID across all Adobe solutions in order to power Experience Cloud capabilities such as audience-sharing between solutions. You can also send your own customer IDs to the Service to enable cross-device targeting and integrations with other systems, such as your Customer Relationship Management (CRM) system.
If your website is already using the Experience Cloud ID Service on your website—either through Visitor API or the Experience Cloud ID Service tag extension—and you would like to continue using it while migrating to Adobe Experience Platform Web SDK, you must be using the latest version of Visitor API or the Experience Cloud ID Service tag extension. See ID Migration for more information.
Learning objectives
At the end of this lesson, you will be able to:
- Understand identity namespaces
- Create a custom identity namespace to capture an internal CRM Id
Prerequisites
You must have already completed the previous lessons:
Create an identity namespace
In this exercise, you create an identity namespace for Luma’s custom identity field, lumaCrmId
. Identity namespaces play a critical role in building real-time customer profiles, as two matching values in the same namespace allow two data sources to form an identity graph.
Before you begin the exercises, watch this short video to learn more about identity in Adobe Experience Platform:
Now, create a namespace for the Luma CRM ID:
-
Open the Data Collection interface
-
Select the sandbox you are using for the tutorial
note note NOTE If you are the customer of a Platform-based application like Real-Time CDP, we recommend using a development sandbox for this tutorial. If you are not, use the Prod sandbox. -
Select Identities in the left navigation
-
Select Browse
A list of identity namespaces appears in the main interface of the page, showing their names, identity symbols, last updated date, and whether they are standard or custom namespaces. The right rail contains information on Identity graph strength.
-
Select Create identity namespace
-
Provide details as following and select Create.
table 0-row-2 1-row-2 2-row-2 3-row-2 Field Value Display name Luma CRM ID Identity symbol lumaCrmId Type Cross-Device ID The Identity namespace populates in the Identities screen.
Create the identity namespace in your production sandbox
Due to a current limitation in the Web SDK extension, identity namespaces must also be created in the production sandbox in order to use the namespace to send data to a development sandbox. So, if you have been using a development sandbox for this tutorial, please also create the Luma CRM ID
namespace in your production sandbox.
Additional Resources
Now that identities are in place, the datastream can be configured.