Expand my Community achievements bar.

SOLVED

Debugging last seen recommendations using Profile API

Avatar

Level 8

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

 

Michael_Soprano_0-1711894113852.png

 

 

 

Topics

Topics help categorize Community content and increase your ability to discover relevant content.

1 Accepted Solution

Avatar

Correct answer by
Adobe Champion

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

View solution in original post

1 Reply

Avatar

Correct answer by
Adobe Champion

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