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 | Community
Skip to main content
Level 2
April 12, 2026
Solved

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

  • April 12, 2026
  • 1 reply
  • 22 views

Hi Community Members
@AmitVishwakarma ​@Asheesh_Pandey ​@kautuk_sahni ​@akshay_kashyap ​@bjoern__koth 
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-->

Best answer by Pulkit_Jain_

@ReshmikaPu 

Currently, Experience Decisioning does NOT allow you to expose the final ranking formula score directly in the Code‑Based Experience response.

There is a jira already raised to make ranking scores accessible at runtime, however no ETA for now.

1 reply

Pulkit_Jain_
Adobe Employee
Pulkit_Jain_Adobe EmployeeAccepted solution
Adobe Employee
April 13, 2026

@ReshmikaPu 

Currently, Experience Decisioning does NOT allow you to expose the final ranking formula score directly in the Code‑Based Experience response.

There is a jira already raised to make ranking scores accessible at runtime, however no ETA for now.

Level 2
April 13, 2026

@Pulkit_Jain_ 
thank you for the confirmation