Expand my Community achievements bar.

SOLVED

Abandoned Cart based recommendations

Avatar

Level 3

Hello everyone, 

 

We want to implement a use case based on the cart of the user. 

The idea is to recommend items based on the user´s items in the cart. We can do it using the 'item-based' algorith type, "Items with similar attributes" Algorithm and "Current item" reccomendation Key like following:

GigiCotruta_0-1738861055792.png

It worked fine. We were able to get proper recommendations around one item. We tryed this approach with several items using a custom token "profile.lastItemAddedToCart" where we save the IDs of the user's cart items like so: "id1,id2,id3..."

GigiCotruta_1-1738861245668.png

 

 

As you might understand it did not work, so, my question is: is there a way to make it work? We would like the algorith to be item-based with a item with similar attributes as we can manipulate the recomandation with the content similarity fields:

GigiCotruta_2-1738861329393.png

Thank you in advance.

Topics

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

1 Accepted Solution

Avatar

Correct answer by
Employee Advisor

Hi @GigiCotruta ,

As per my understanding, you cannot return multiple entity IDs as a key. So, it'll only work with single id.

View solution in original post

3 Replies

Avatar

Correct answer by
Employee Advisor

Hi @GigiCotruta ,

As per my understanding, you cannot return multiple entity IDs as a key. So, it'll only work with single id.

Avatar

Level 3

Is it not possible to create an activity that fulfills the use case I described?

Avatar

Community Advisor

As @Gaureshk_Kodag correctly pointed out you cannot make recommendations based on multiple entity.ids. For a cart page I typically recommend to set the entity.id to the most recent product in the cart. 

This is especially ideal if a user is presented with the cart after adding a product to the cart.


I share weekly Adobe tips on LinkedIn—connect with me!

Every Wednesday: "Something a client recently asked..."

LinkedIn Profile