Expand my Community achievements bar.

July 31st AEM Gems Webinar: Elevate your AEM development to master the integration of private GitHub repositories within AEM Cloud Manager.
SOLVED

Could Sensei generate content for my site?

Avatar

Level 1

I was looking to figure out if Sensei could generate content that would be localized. Each postal code will have different underlying facts of the same type that would be used to create a series of articles that will be on the same subject but informed by the localized facts from each postal code. 

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

Hello @psuross - 

 

Adobe Sensei, as a standalone product, might not provide direct functionality for content generation or localization based on postal codes.

 

However, you can leverage AEM along with other Adobe technologies and custom development to achieve your goal : 

 

  • Gather the underlying facts for each postal code and store them in a structured format within your system. This data can be sourced via external systems.
  • Define a content model in AEM to represent the articles or content pieces that will be localized. Include the necessary fields to store and associate the localized facts with each article.
  • Create a mapping between the postal codes and the corresponding localized facts. This mapping can be managed within AEM or external systems based on your requirements.
  • Develop a custom solution/workflow within AEM to generate the series of articles based on the content model and localized facts. The solution should dynamically populate the content with the relevant facts based on the postal code associated with each article.
  • Use AEM's authoring and publishing capabilities to publish the localized articles to the desired channels [Adobe Campaigns] or target audiences[Adobe Target].

View solution in original post

2 Replies

Avatar

Community Advisor

Hi @psuross You have the ability to create experience fragments and subsequently export them to Adobe Target. Within these experience fragments, you can incorporate a logic/component that utilizes Adobe Sensei to dynamically generate the content for specific audiences.

 

Thanks

-Bilal

Avatar

Correct answer by
Community Advisor

Hello @psuross - 

 

Adobe Sensei, as a standalone product, might not provide direct functionality for content generation or localization based on postal codes.

 

However, you can leverage AEM along with other Adobe technologies and custom development to achieve your goal : 

 

  • Gather the underlying facts for each postal code and store them in a structured format within your system. This data can be sourced via external systems.
  • Define a content model in AEM to represent the articles or content pieces that will be localized. Include the necessary fields to store and associate the localized facts with each article.
  • Create a mapping between the postal codes and the corresponding localized facts. This mapping can be managed within AEM or external systems based on your requirements.
  • Develop a custom solution/workflow within AEM to generate the series of articles based on the content model and localized facts. The solution should dynamically populate the content with the relevant facts based on the postal code associated with each article.
  • Use AEM's authoring and publishing capabilities to publish the localized articles to the desired channels [Adobe Campaigns] or target audiences[Adobe Target].