-
Notifications
You must be signed in to change notification settings - Fork 322
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
PR 504 - Updates to make changes additive #513
Conversation
@@ -115,7 +115,7 @@ | |||
"xdm:marketing": { | |||
"xdm:trackingCode": "marketingcampaign111" | |||
}, | |||
"xdm:profileStitching": [ | |||
"xdm:profileStitch": [ |
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.
we could also call this profileMerge also as another option, but this is fine. Either way it's confusing with the other field.
@@ -31,6 +31,12 @@ | |||
}, | |||
"minItems": 1, | |||
"description": "Array of Identities. Condensed, normalized encapsulation of all end user identifiers." | |||
}, | |||
"xdm:endUserIDs": { |
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.
my big worry here is that when we have IdentityMap, we'll have three fields for representing identity here. I get that we'll deprecate the old ones, but just want to document it here on the review.
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.
understood @harleensahni, we will plan on cleaning up some of these early deprecations before we call 1.0. They are just helping with current limitations in the tooling.
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.
@cdegroot-adobe, that's what this PR is: it makes the change non-breaking by keeping the original definitions and marking them as deprecated. |
PR #504 was merged with several breaking changes. This PR updates these changes to make them additive only.