Adobe recommendation | Community
Skip to main content
Level 2
March 25, 2022
Solved

Adobe recommendation

  • March 25, 2022
  • 2 replies
  • 1293 views

Hello experts,

 

I am planning to use recommendations for a knowledge portal which has educational resource pages, all the examples or tutorials I saw for recommendations are mostly for retail use-cases, is there a way I can configure for content recommendations instead of product? I was thinking of adding feed with content metadata instead of sku’s and product attributes. Will that work?

appreciate if I get any guidance on how to configure feed for content recommendations. 

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 kchaitanya

Hi @coolclassic , 

 

Yes you can use recommendations for content - articles, media etc. as well. All you have to do is pass the relevant metadata of the content instead of the products and the id of the content in the "entity.id" field. Use the same nomenclature for the mandatory field headers in the feed though (the first 8 or 10 columns in the feed csv template), leave some of them blank if need be. Use the custom attributes to pass any other meta data of the content. All other requirements of Recommendations implementation remain as is.

 

All the best!

2 replies

kchaitanya
kchaitanyaAccepted solution
Level 3
March 25, 2022

Hi @coolclassic , 

 

Yes you can use recommendations for content - articles, media etc. as well. All you have to do is pass the relevant metadata of the content instead of the products and the id of the content in the "entity.id" field. Use the same nomenclature for the mandatory field headers in the feed though (the first 8 or 10 columns in the feed csv template), leave some of them blank if need be. Use the custom attributes to pass any other meta data of the content. All other requirements of Recommendations implementation remain as is.

 

All the best!

practitioner-pin
Level 2
May 8, 2022

Each item type (ex. article or product) have their own feed and entity.id position.

 

For example, feed A for "Article" item type with pre-fix like "article-12345" in entity.id field.

And another feed B for "Product" item type with pre-fix like "prod-12345" in the entity.id field.

 

That means there is no duplicated identity data in entity field. Then when you can create a Criteria, you can use "Filter" setting to limit learning scope for "article" or "product".

 

That's what I know the product logic and practice.