Debugging last seen recommendations using Profile API | Community
Skip to main content
Michael_Soprano
March 31, 2024
Solved

Debugging last seen recommendations using Profile API

  • March 31, 2024
  • 1 reply
  • 606 views

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

 

 

 

 

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by abhinavpuri

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).

1 reply

abhinavpuri
Community Advisor and Adobe Champion
abhinavpuriCommunity Advisor and Adobe ChampionAccepted solution
Community Advisor and Adobe Champion
May 24, 2024

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).