Cart Based Recommendations for Multiple Cart Items | Community
Skip to main content
New Participant
September 23, 2022
Solved

Cart Based Recommendations for Multiple Cart Items

  • September 23, 2022
  • 1 reply
  • 1876 views

Hello Adobe Target community.

 

I'm wondering if we are able to recommend products based on multiple items in a cart?

 

I see that there is a recommendation key called Last Cart Item SKU and it's correctly returning products based on the last item in my cart

But which recommendation key would be used for multiple cart items?

 

I have implemented the cartIds parameter on the cart page and it's a comma delimited list of all of the SKUs in a cart just as in this documentation:

https://developer.adobe.com/target/implement/recommendations/#cart-addscart-viewscheckout-pages

 

Not sure where to go from here.

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 ryanr7

Hi @nicholasdrzewiecki

The key choice for multi-entity-id cart based recommendations you want is "current item". Target will then evaluate each of the ids passed in the cartIds parameter individually and then merge them and de-dup the results.

 

Hope that helps.

 

1 reply

ryanr7Accepted solution
Employee
September 26, 2022

Hi @nicholasdrzewiecki

The key choice for multi-entity-id cart based recommendations you want is "current item". Target will then evaluate each of the ids passed in the cartIds parameter individually and then merge them and de-dup the results.

 

Hope that helps.

 

New Participant
October 3, 2022

Hey @ryanr7

I was away for a week. Thanks for your answer!