Hi,
I would like to debug last seen Recommendations built in Target. My page is SPA and some products are duplicated in recommendations. I am using Profile API to see which products has customer seen. Is there any way to get the list of last seen products using API or that in the below screenshot is all? I am fetching the product using ECID
Solved! Go to Solution.
Topics help categorize Community content and increase your ability to discover relevant content.
Hi @Michael_Soprano,
I haven't tested this approach myself, but If I seems the goal is keep track of all the products already recommended to an user (across multiple recommendation activities).
One way to achieve this is setting up a profile parameter using trackEvent with list of products returned by design for each activity and setup a profile script deduping the values with unique products. (Incase same productSKU is recommended twice).
Hi @Michael_Soprano,
I haven't tested this approach myself, but If I seems the goal is keep track of all the products already recommended to an user (across multiple recommendation activities).
One way to achieve this is setting up a profile parameter using trackEvent with list of products returned by design for each activity and setup a profile script deduping the values with unique products. (Incase same productSKU is recommended twice).