Which part of Adobe Real-Time CDP is responsible for housing customer information collected from multiple sources?
While several components of the Adobe Experience Platform work together, the Real-Time Customer Profile is the specific functional component responsible for housing and serving the consolidated customer information. It acts as the centralized 'hub' where data attributes (from the Individual Profile class) and behavioral events (from the ExperienceEvent class) are aggregated.
The Real-Time Customer Profile is not a traditional database but a highly optimized NoSQL data store designed for sub-second retrieval. It stores the 'Active Profile,' which is the result of the merging and stitching processes. This allows other services, such as the Segmentation Service and Activation destinations, to access a complete and up-to-date representation of any customer instantly.
Option A, the Graph Database, is used specifically by the Identity Service (Option C) to manage the relationships between different identity namespaces (like linking an Email to a Cookie ID), but it does not store the full profile attributes like name or purchase history. Option D, the XDM System, is the formal language and structure (the 'blueprint') that defines how data is modeled, but it is not the storage layer itself. Therefore, the Real-Time Customer Profile is the correct entity that houses the actual unified customer data.
Currently there are no comments in this discussion, be the first to comment!