Is it possible to get the actual calculated score of a custom ranked feed?

99 views Asked by At

Right now getstream passes down ordinal score but not the actual internal score which makes it difficult to debug. I tried reading the api docs and inspecting the response but don't see anything. I'm also not quite sure how their own internal explorer works. When pressing "preview" the results set is limited and makes fine tuning difficult.

1

There are 1 answers

1
iandouglas On BEST ANSWER

Our API call only returns an integer that orders the items. If you want the actual score, go to your organization's dashboard, click on your app, and click on the name of your ranking under the Ranking Methods header. then click on the "Preview Changes" you will see the ranked feed with the full score based on the ranking algorithm. There's also a search bar there if you want to change the feed and user_id values. I don't know if putting the actual score in the feed is on our roadmap but I can bring it up with the team.