Is AWS personalize the right tool?

0

Hello,

I have an e-commerce site and want to start showing related products there. Products are related because they have a similar title, description or image, for example. Most users are not logged in while using the site. Is AWS Personalize a good option to get this done? And if so, how do I get this done without user interaction being important for determining the related products but the product data determining it.

gefragt vor 3 Monaten99 Aufrufe
1 Antwort
0

Hi

Amazon Personalize allows you to record events for anonymous users to build a continuous event history with events from before and after they log in. To record events for anonymous users, you can use the PutEvents API without a userId to send in new interactions for an anonymous user. Afterward, you can invoke the GetRecommendations API with the sessionId as the userId to retrieve personalized recommendations for the session. For more information, pls refer this.

Alternatively, if you have any specific way to identify a unique user [without them logging in] & capture their click-stream actions to send to personalise you should be able to generate recommendations. As an example, IP targeting in digital marketing works this way.

Thanks, Rama

profile pictureAWS
Rama
beantwortet vor 3 Monaten
profile picture
EXPERTE
überprüft vor 2 Monaten

Du bist nicht angemeldet. Anmelden um eine Antwort zu veröffentlichen.

Eine gute Antwort beantwortet die Frage klar, gibt konstruktives Feedback und fördert die berufliche Weiterentwicklung des Fragenstellers.

Richtlinien für die Beantwortung von Fragen