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.

質問済み 3ヶ月前100ビュー
1回答
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
回答済み 3ヶ月前
profile picture
エキスパート
レビュー済み 2ヶ月前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ