Hi there,
We have an XDM ExperienceEvent schema, and I wonder if we can overwrite / update / merge an existing event? Here is the detail:
For example:
Event 1:
_id: 123456
timestamp: 2024-02-23T22:07:01Z
status: ["created"]
In the profile -> event, we see the same event as above.
Then event 2 happened the very next day with the same _id, but different timestamp:
Event 2:
_id: 123456
timestamp: 2024-02-24T12:05:22Z
status: ["updated"]
We would like to see an event under the profile:
_id: 123456
timestamp: 2024-02-24T12:05:22Z
status: ["created","updated"]
I wonder if that is possible to update / merge a previous event by posting an event with the same _id? Or are there any other solutions like merge_id? I saw there is a field eventMergeId, but according to the doc here: https://experienceleague.adobe.com/en/docs/experience-platform/xdm/classes/experienceevent , it's only for event from Web SDK