-
Notifications
You must be signed in to change notification settings - Fork 326
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add dataset id as part of event #426
Conversation
"xdm:datasetID": { | ||
"title": "Dataset ID", | ||
"type": "string", | ||
"description": "System generated identifier for the Dataset the event belongs to." |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What is a Dataset? Is it Adobe specific or something general?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, this is Adobe Experience Cloud specific.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Proposed change to description:
From:"System generated identifier for the Dataset the event belongs to."
To:"Identifier of the originating Dataset the Experience Event record belongs to. Used to associate Dataset metadata with records in cases where multiple Datasets are being merged."
I think this PR is pretty straight forward. But we should discuss the merit of this PR in the linked issue #425 |
@fmeschbe @lrosenthol I have changed this to be a extension as that was the general consensus. It is a fairly simple update. Please let me know is there are any further open items. As this resolves the comments we will look to merge this in tomorrow. |
@@ -44,7 +44,7 @@ | |||
"title": "End User IDs", | |||
"$ref": "https://ns.adobe.com/xdm/context/enduserids", | |||
"description": | |||
"Condensed, normalized encapsulation of all end user identifiers.\n" | |||
"Condensed, normalized encapsulation of all end user identifiers." |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks like this is an formatting change which slipped into this PR. I think we should steer clear from such side-cars in the future. For now, I think we can let that pass.
Please link to the issue #…
#425