Hello Everyone,
I am using universal recommender. For now, I have only one primary event called
'view' and it looks as below.
{
"eventId": "lonc70LJNlifYaqUW3nu-wAAAVhh-IjYtz5zqCCE3B4",
"event": "view",
"entityType": "user",
"entityId": "<userId>",
"targetEntityType": "item",
"targetEntityId": "<itemId>",
"properties": {
"repositoryId": "<repositoryId>"
},
"eventTime": "2016-11-14T08:33:47.736Z",
"creationTime": "2016-11-14T08:33:47.736Z"
}
The recommendations contains only item id and score. The property
'repositoryId' is not part of the recommendation. Could someone please suggest
me how do I get this?
Regards,
Sravya