Conversational AI that drives discovery, confidence, and conversion We’re excited to share that Adobe Brand Concierge is now generally available - a new, brand-first AI application designed to help you deliver richer, more intuitive digital experiences. What is Brand Concierge? Brand Concierge ...
Hi All,I have a requirement to show/ hide the HTML content on the page based on the feature flag value returned from the Adobe Target.Description:1.When the feature flag named "displayHTML" from Adobe Target is set to true , then the HTML, CSS , javascript present within the component gets rendered...
Hi, I am trying to develop sitemap scheduler with apache sling sitemap, I just added this configuration in config.publish like this { "scheduler.name": "My Daily Sitemap Scheduler", "scheduler.expression": "0 0 2 1/1 * ? *", "searchPath": "/content/dumysite"}I didnt add dispatcher configuration i...
Hi All, I am trying to integrate SAML to AEM for this I have followed below Azure article. I have done all the steps. When I try to test the url it throws the below error. can someone help me ??https://medium.com/adobetech/saml-authentication-in-aem-using-microsoft-azure-active-directory-30d668338a8...
Significance of having maintenance mode in AEM Replication Agent by Debal Das Abstract Like any other tools or applications we always consider maintenance word with utmost importance for AEM also. We have seen so many great articles on AEM maintenance but here I would like to talk about maintenance...
Personalization using AEM Experience Fragments and Adobe Target by Adobe Abstract With the ability to export AEM Experience Fragments into Adobe Target as HTML offers, you can combine the ease-of-use and power of AEM with powerful Automated Intelligence (AI) and Machine Learning (ML) capabilities i...
What are Custom HTML Elements? | How to use Custom HTML Elements in AEM? by Albin Issac Abstract In this post, let us explore what Custom HTML Elements are and how to use Custom HTML Elements in AEM. Custom Elements allow web developers to define new types of HTML elements.Once a custom element is...
Building a Project in AEM 6.5 with React Integration by Embitel Abstract React is the most favorite programming language amongst front-end developers ever since its release in 2015. Adobe Experience Manager (AEM), one of the sought-after Content Management Solutions (CMS), is preferred by most comp...
How Can You Prepare for the End of Adobe's Reports & Analytics? by Bounteous Abstract In early January 2022, Adobe announced that Adobe Analytics' Reports & Analytics is headed towards an "end-of-life" by the end of 2023. What does this mean and how can you be best prepared? What Is "Reports & Ana...
AEM Cloud Service - Sample JUnit Test using AEMContext by Sreekanth Choudry Nalabotu Abstract Goal Create a simple JUnit for testing a Sling Model class. Unit test checks if the model class function returns content in JCR as-is... Create Sling Model apps.experienceaem.assets.core.models.FreeFormMo...
Building AEM components with Sling models by Exadel Abstract Generally, contemporary AEM components are based on AEM Sling models. The pattern that allows you to use Sling models in AEM is called injection. We create fields, attach Sling injector annotations to them, add getters and, thus, receive ...