Hi Team,
In the XDM ExperienceEvent class documentation its says that "some interactions may result in multiple related events that technically share the same event timestamp, and can therefore be represented as a single event record"
What does this mean? Doesn't AEP generate separate _id for all events and track the uniqueness of an individual event using this field?
What could be the scenarios where AEP treats two events as a single event record as mentioned in the documentation?
Thanks
@Harveer_SinghGi1 , the way I look at this is if user's one action is resulting into one event (Single hit) that represents two potential action (product view, page view), platform gives you liberty to pick only attributes that matters to you most. This doesn't change the way platform originally captures each event and identifies each event uniquely by _id.
Hi @AtulChavan ,
So just to clarify, assuming there are two events originating from a single user action and have same timestamp, are you are saying I can enrich one event by attributes from another and
Also, I thought data prep worked on event level. Can I access the contents of other events and merge it in current event? How is that possible, can you provide some example of the logic/function that can achieve this?
Thanks
Re-edited original answer to avoid confusion. You can't enrich event once ingested ; while being at data prep (before ingesting event) you can add another field that would help to implement some logic to play around when multievent record comes.
Example
Event 1 : Product View + Page View (Multi event record)
Data prep : Here you may implement a logic that manipulates event type as "Product View". (Highlighted in documentation already).
Hi @AtulChavan ,
This is exactly what my question is, what do you mean by "multi event record"?
Wouldn't a record have only one event tied to it under xdm.eventType field, either Product View or Page View? Or am I misunderstanding something and this field can contain both Product View and Page View in a single record? If not, what is the role of data prep here because I'll anyway have to decide between Product View or Page View in xdm.eventType at the time of data ingestion.
Thanks
@Harveer_SinghGi1 Did you find the suggestion helpful? Please let us know if you need more information. If a response worked, kindly mark it as correct for posterity; alternatively, if you found a solution yourself, we’d appreciate it if you could share it with the community. Thank you!
Views
Replies
Total Likes