User Based Recently Viewed not returning data
Hi Team,
This recommendation activity is using criteria user based > Recently Viewed Items.
The issue is it doesn't return the recommendations. Also, The download data csv has no data.
We are using Recommendations for server side and using recs API when we run below API in postman, no data is returned in the postman.
PAYLOAD : https://zzz.tt.omtrdc.net/rest/v1/delivery?client=zzz&sessionId=9a9652af18834a2faf49a5bd0bfde9ba
REQUEST BODY : { "id": { "tntId": "abcdefghijkl00023.1_1", "marketingCloudVisitorId": "90062127111220109930811795194526060969" }, "environmentId":"755", "context": { "channel": "web", "browser" : { "host" : "www.zz.com" }, "address" : { "url" : "https://www.zz.com/offers.mi" } }, "property" : { "token": "c72849c6-2a3c-8a3b-bf17-94885baf8879" }, "execute": { "mboxes": [ { "name": "recentlyViewed", "index": 1 } ] } }
any help on this would be helpful?
do we need to pass any other parameter in the request body ?