Skip to content
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

Feature/cjm 62503 move the xdm:trackingToken from option-detail.schema.json to decisionitem.schema.json #1829

Merged
merged 4 commits into from
Mar 7, 2024
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,11 @@
"$ref": "https://ns.adobe.com/experience/decisioning/calendar-constraint-details",
"title": "Item Calendar Constraints",
"description": "Defines the date range during which this decision item is eligible. This constraint may not be strictly enforced always."
},
"xdm:_trackingToken": {
kenadobe marked this conversation as resolved.
Show resolved Hide resolved
"title": "Tracking Token",
"type": "string",
"description": "A placeholder attribute to be added to the message to indicate the item interaction will be tracked. The value is meant to be populated by the AJO and customer should not populate with any value."
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@
"description": "Option selection type. The selection type of which the item was derived from."
},
"xdm:trackingToken": {
"meta:status": "deprecated",
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@kenadobe , just FYI, marking a field deprecated merely means that it will not show up in the UI. But someone can still ingest data in this field.

"title": "Decision Option Tracking Token",
"type": "string",
"description": "Option tracking token. The unique token pertains to the event of which the item event was derived from."
Expand Down