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

Adding additional reporting attributes and group the another 2 we added recently together into a new object. #1817

Open
kenadobe opened this issue Feb 15, 2024 · 0 comments

Comments

@kenadobe
Copy link
Contributor

kenadobe commented Feb 15, 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" } }

@kenadobe 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant