Skip to content

Commit

Permalink
Added the Event Merge ID for Issue 741
Browse files Browse the repository at this point in the history
  • Loading branch information
littlebutty committed Sep 4, 2019
1 parent 0d4b471 commit 4439b34
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
1 change: 1 addition & 0 deletions schemas/context/experienceevent.example.2.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"xdm:code": "DataSourceIntegrationCode-123"
},
"xdm:timestamp": "2017-09-26T15:52:25+00:00",
"xdm:eventMergeId": "9fb4e78d-b0bf-4d99-b987-cb37abdbcd15",
"xdm:identityMap": {
"ECID": [
{
Expand Down
8 changes: 7 additions & 1 deletion schemas/context/experienceevent.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,13 @@
"description": "An ExperienceEvent captures observations, including the point in time and identity of the subject involved. Experience Events are fact records of what occurred, representing what happened without aggregation or interpretation. They are critical for time-domain analytics as they allow for observation and analysis of changes that occur in a given window of time and the comparison between multiple windows of time to track trends. Experience Events can be either explicit (directly observable human actions) or implicit (raised without a direct human action).",
"definitions": {
"experienceevent": {
"properties": { }
"properties": {
"xdm:eventMergeId": {
"title": "ExperienceEvent Merge ID",
"type": "string",
"description": "An ID to correlate or merge mutliple Experience Events together that are essentially the same event or should be merged. This is intended to be populated by the data producer prior to ingestion."
}
}
}
},
"required": [
Expand Down

0 comments on commit 4439b34

Please sign in to comment.