To validate the data on a unified profile after setting up identity resolution, the consultant can use Data Explorer and the Query API . Here’s why:
Understanding Identity Resolution Validation
Identity resolution combines data from multiple sources into a unified profile.
Validating the unified profile ensures that the resolution process is working correctly and that the data is accurate.
Why Data Explorer and Query API?
Data Explorer :
Data Explorer is a built-in tool in Salesforce Data Cloud that allows users to view and analyze unified profiles.
It provides a detailed view of individual profiles, including resolved identities and associated attributes.
Query API :
The Query API enables programmatic access to unified profiles and related data.
Consultants can use the API to query specific profiles and validate the results of identity resolution programmatically.
Other Options Are Less Suitable :
A. Identity Resolution : This refers to the process itself, not a tool for validation.
B. Data Actions : Data actions are used to trigger workflows or integrations, not for validating unified profiles.
Steps to Validate Unified Profiles
Using Data Explorer :
Navigate to Data Cloud > Data Explorer .
Search for a specific profile and review its resolved identities and attributes.
Verify that the data aligns with expectations based on the identity resolution rules.
Using Query API :
Use the Query API to retrieve unified profiles programmatically.
Compare the results with expected outcomes to confirm accuracy.
Conclusion
The consultant should use Data Explorer and the Query API to validate the data on unified profiles, ensuring that identity resolution is functioning as intended.