Implementation steps
- Create schemas for data to be ingested.
- Create datasets for data to be ingested.
- Ingest data into Experience Platform.
For model results to be ingested into Real-time Customer Profile be sure to do the following prior to ingesting data:
- Configure the correct identities and identity namespaces on the schema to be sure that ingested data can stitch into a unified profile.
- Enable the schemas and datasets for profile.
Implementation considerations
-
In most cases model result should be ingested as profile attributes and not experience events. The model results can be a simple attribute strings. If there are multiple model results that are to be ingested, it is recommended to use an array or map type field.
-
The daily profile snapshot dataset which is a daily export of the unified profile attribute data can be leveraged to train models on profile attribute data. Profile snapshot dataset documenation can be accessed here.
-
For extracting data out of Experience Platform the following methods can be used
-
Data Access SDK
- Data is in raw file form
- Profile experience event data remains in its un-unified raw state.
-
RTCDP Destinations
- Profile attributes and segment memberships can be egressed.
-