You are here:
Validate Your Identity System Configuration
Confirm and debug your identity system configuration.
Required Editions
| Permissions Needed | |
|---|---|
| To configure the identity system: | A role with Administrator permissions |
- To confirm that the correct namespace is set, from the main navigation, select Settings | Identity Types. The Identity Namespace field at the top right of the page shows your dataset ID.
- If the Identity Namespace field is blank, contact Salesforce Customer support to help you add it.
- To verify that attributes match the correct Identity Types, select Settings | Attributes.
- In the Attributes table, review each attribute’s Identity Type setting.
- To confirm events, select Reports | Event Stream.
- In the Event Stream Report, make sure that events are sent in the proper format and that identity values are passed to the correct attributes. For more information, see the Developer Documentation User Identity Mapping and Serverside Event API Requests.
-
Verify that ETL formatting is correct. For more information, see User ETL Data Feed.
- Confirm that your ETLs are sent in the correct format to the correct attribute and that ETL formatting overall is correct.
- Make sure that column headers are formatted correctly for your identity attributes and they’re in line with the expected column of data.
-
If configured for your system, confirm that the Channel Identity Type is being used
correctly. To check the identity type for each channel, see these setup help topics
for the channels used in your system: Mobile, Serverside,
Web, Email.
Note Channel Identity Type is a dedicated identity type set for each channel. This identity type identifies a known user for the specified channel. By default, the identity type for each channel is set to the built-incustomerIdidentity. Changing the channel identity type after collecting data with a previous identity can corrupt data and affect user merging. -
If your implementation uses Channel Identity Type, make sure that your sitemap and
event sources from other channels use the identity type correctly.
Send the value for the Channel Identity Type in events as
user.id. For example, if the Channel Identity Type for a web integration is configured to becustomerId, the sitemap for this integration must map the value forcustomerIdtouser.id.
Did this article solve your issue?
Let us know so we can improve!

