You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We recently added selectionID and selectionType attribute under below issue. #1806
As we realize we need to additional attributes (selectionName and selectionVersion) and ranking information, we would like to create a new object item selection detail under _experience.decisioning.propositions.items to hold all the new decisioning information.
What are examples of products that are impacted by the issue
Adobe Offer Decisioning.
These are the additional optional attributes for new reporting capability. There is no impact to the existing application.
After the changes, the schema under items should be:
The text was updated successfully, but these errors were encountered:
kenadobe
changed the title
Adding 2 more tracking attributes and group the another 2 we added recently together into an object.
Adding additional reporting attributes and group the another 2 we added recently together into a new object.
Feb 20, 2024
What are the schemas that are affected by the issue
https://github.com/adobe/xdm/blob/master/extensions/adobe/experience/decisioning/option-detail.schema.json
We recently added selectionID and selectionType attribute under below issue.
#1806
As we realize we need to additional attributes (selectionName and selectionVersion) and ranking information, we would like to create a new object item selection detail under _experience.decisioning.propositions.items to hold all the new decisioning information.
What are examples of products that are impacted by the issue
Adobe Offer Decisioning.
These are the additional optional attributes for new reporting capability. There is no impact to the existing application.
After the changes, the schema under items should be:
Parent Object node: _experience.decisioning.propositions.items
"xdm:itemSelection": // new schema object { "xdm:selectionDetail": { // new schema object "xdm:strategyID": "xcore:selection-strategy:185c87454fb2e35a", "xdm:strategyName": "most popular category", "xdm:type": "selectionStrategy", "xdm:version": "xcore:selection-strategy:185c87454fb2e35a_1" }, "xdm:rankingDetail": { // reference the existing strategy-details object "xdm:strategyID": "4ajr78banuUg4Og6or3LFa", "xdm:algorithmID": "1", "xdm:step": "rankingAIModel", "xdm:trafficType": "random" } }
The text was updated successfully, but these errors were encountered: