Where is Profile data stored?
Real-Time Customer Profile maintains its own data store (referred to as the “Profile store”), separate from the Data Lake that contains other ingested Experience Platform data.
If I have already ingested data into Experience Platform, can I make it available in the Profile store?
If data has been ingested into a non-Profile dataset, you must re-ingest that data into a Profile-enabled dataset in order to make it available in the Profile store. It is possible to enable an existing dataset for Profile, however any data that was ingested prior to that configuration will still not appear in the Profile store.
If you wish to add previously ingested data to the Profile store, follow the dataset configuration tutorial to create a new dataset or convert an existing dataset to be enabled for Profile, and then re-ingest the desired data into that dataset.
How can I view my ingested Profile data?
There are multiple methods of viewing Profile data, depending on whether you are using the API or UI.
Using the API
If you know the IDs of the Profile entities you want to access, you can use the /entities
(Profile access) endpoint in the Profile API to look up those entities. See the section on entities in the developer guide for more information.
You can also use the Adobe Experience Platform Segmentation Service API to access the individual profiles of customers who have qualified for an audience membership. See the Segmentation Service overview for more information.