Skip to content
Search! & Match! API
Result Action Context
latest

Result Action Context

Result Action Context🔗

Description🔗

This class represents additional information about result action item. The class is used to keep track of the action event and in which case they are applied. The content of the class is logged to user activity log which is used by R&D purposes to improve match and ranking quality.

Fields🔗

Parameter Name Type Description
queryID string The id of the Search Query
querySessionID string The id of the Search Query Session
rank list of integers The order of the result items that the action is applied to

Example🔗

{
   "queryID": "db0e8702-f371-410c-ac4c-dadc91ef7822",
   "querySessionID": "33583ef6-1a64-4427-9bd5-f40e0a6dd852",
   "rank": [1,5,8]
 }