Recommendation API not returning all the products. | Community
Skip to main content
Level 2
October 11, 2023
Solved

Recommendation API not returning all the products.

  • October 11, 2023
  • 1 reply
  • 787 views

Hi Team,

I am facing a problem where the collection is not returning all the products configured in the collection. I configured a collection with just three products and but only one of them is returned in the recommendation api response. Tried changing the criteria, also updating the goals as well still there is only one product returned in the response. Is there a way to debug the activity in detail to get a indebt understanding why certain products are not returned.

 

Regards

Divya Shankar

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 MayuriK

Hi Divya,

Can you check if Target Recommendation is returning any data/recommendation for entity IDs passed in Recommendation API? You can do this from the activity itself by downloading the data from the recommendation activity as shown below.

Go to Activity -> On Right Hand side -> Click on 3 dots -> Download data

 

 

 

In this file you can check if the particular entity.id that you are passing in the delivery API has any recommendations or how many items are recommended.

 

If you are getting only one recommendation in this file it means Target is returning only 1 recommendation item for the criteria used and that will be shown on the page.

1 reply

MayuriKAdobe EmployeeAccepted solution
Adobe Employee
October 11, 2023

Hi Divya,

Can you check if Target Recommendation is returning any data/recommendation for entity IDs passed in Recommendation API? You can do this from the activity itself by downloading the data from the recommendation activity as shown below.

Go to Activity -> On Right Hand side -> Click on 3 dots -> Download data

 

 

 

In this file you can check if the particular entity.id that you are passing in the delivery API has any recommendations or how many items are recommended.

 

If you are getting only one recommendation in this file it means Target is returning only 1 recommendation item for the criteria used and that will be shown on the page.

Level 2
October 11, 2023

Thanks @mayuri