Hi, I am a beginner working with the Platform, and I am struggling a bit with the way data is ingested in datasets. Here are a few questions - any help will be really useful.
A bit of a different paradigm compared to relational Databases, and the documentation I found so far is not very clear in explaining this different behavior.
Sorry for the long message, but I wanted to provide as many details as possible, so maybe somebody who experienced the same challenges could related and help me find some answers.
Thanks.
Solved! Go to Solution.
Topics help categorize Community content and increase your ability to discover relevant content.
Views
Replies
Total Likes
@GabrielaNa1 I hope below helps, considering Event Schema/Time series
ID : serves as a unique identifier for each event hence supporting event tracking, uniqueness
Timestamp: server the purpose to find the exact time when the event occurred during journey to support event sequencing, and profile stitching [time base merge profile as we]
both would further help in identity resolution when identity fields are defined - where identities are passed to identity service to create an identity graph
In case of upsert or example would be good to have a object for shipping status and for each event set a value to this object rather doing upsert exiting value because , in time series event schema would be to store historical status
@GabrielaNa1 I hope below helps, considering Event Schema/Time series
ID : serves as a unique identifier for each event hence supporting event tracking, uniqueness
Timestamp: server the purpose to find the exact time when the event occurred during journey to support event sequencing, and profile stitching [time base merge profile as we]
both would further help in identity resolution when identity fields are defined - where identities are passed to identity service to create an identity graph
In case of upsert or example would be good to have a object for shipping status and for each event set a value to this object rather doing upsert exiting value because , in time series event schema would be to store historical status
Hi @GabrielaNa1
as described here, it is system-generated once the event is received.
So, it has nothing to do with identity as such, if you are talking about identities in a profile context.
Views
Likes
Replies