For Experience decisioning Engine (EXD) Is it possible to expose the ranking formula score in Code-Based Experience so it can be accessed by third‑party systems requesting offers via the Edge Decisioning API
Hi Community Members
Any suggestions would be appreciated thank you
Is it possible to expose the ranking formula score in Code-Based Experience so it can be accessed by third‑party systems requesting offers via the Edge Decisioning API
I understand that this is a runtime activity where in the system will calculate the offer priority and provide the score
https://developer.adobe.com/data-collection-apis/docs/endpoints/collect/
https://experienceleague.adobe.com/en/docs/journey-optimizer/using/decisioning/experience-decisioning/experience-decisioning-rankings/ranking-formulas
Code based Experience Logic!--scriptorstartfragment-->

We are able to retrieve the offers that are eligible for this decision policy.
The ranking formula is available under subPropositions(base64 encoded values).
However, we want to understand whether it is possible to send the ranking score as part of the response.
If so, which attribute should be used—since this is not clearly visible from the UI?
Response:!--scriptorstartfragment-->
{
"requestId": "",
"handle": [
{
"personalization:decisions": {
"payload": [
{
"scope": "",
"scopeDetails": {
"decisionProvider": "",
"rank": "",
"activity": "",
"characteristics": {},
"subPropositions": []
},
"items": [
{
"data": {
"content": [
{
"offerName": "",
"offerId": "",
"offerToken": "",
"offerPriority": ""
}
]
}
}
]
}
]
}
}
]
}
!--scriptorendfragment-->!--scriptorendfragment-->