Explore product-specific spaces to ask questions, share insights, and learn best practices.
Recently active
Dear AEP Community, Your time is precious, and we understand the importance of efficiency when it comes to troubleshooting issues with Adobe Experience Platform.That's why we're excited to again bring you our carefully curated collection of Top KCS (Knowledge-Base) Articles for August 2024, designed to help you resolve common challenges swiftly and effectively. Our Top KCS Articles are your shortcut to: Quickly identifying and resolving recurring issues.Accessing expert insights and best practices for AEP.Streamlining your troubleshooting process for maximum productivity.Empowering yourself with the knowledge to tackle any AEP-related problem head-on. Why spend hours searching for solutions, when our Top KCS Articles have already done the heavy lifting for you?Let us help you save time so you can focus on what truly matters – creating highly personalized digital experiences with AEP. Start supercharging your problem-solving skills today by exploring our&nb
Dear AEM Community, Your time is precious, and we understand the importance of efficiency when it comes to troubleshooting issues with AEM.That's why we're excited to again bring you our carefully curated collection of Top KCS (Knowledge-Base) Articles for August 2024, designed to help you resolve common challenges swiftly and effectively. Our Top KCS Articles are your shortcut to: Quickly identifying and resolving recurring issues.Accessing expert insights and best practices for AEM.Streamlining your troubleshooting process for maximum productivity.Empowering yourself with the knowledge to tackle any AEM-related problem head-on. Why spend hours searching for solutions, when our Top KCS Articles have already done the heavy lifting for you?Let us help you save time so you can focus on what truly matters – empowering you to provide a truly personalized experience to your customers with AEM. Start supercharging your problem-solving skills today by exploring o
Dear Adobe Campaign Community, Your time is precious, and we understand the importance of efficiency when it comes to troubleshooting issues with Adobe Campaign.That's why we're excited to again bring you our carefully curated collection of Top KCS (Knowledge-Base) Articles for August 2024, designed to help you resolve common challenges swiftly and effectively. Our Top KCS Articles are your shortcut to: Quickly identifying and resolving recurring issues.Accessing expert insights and best practices for Adobe Campaign.Streamlining your troubleshooting process for maximum productivity.Empowering yourself with the knowledge to tackle any campaign-related problem head-on. Why spend hours searching for solutions, when our Top KCS Articles have already done the heavy lifting for you?Let us help you save time so you can focus on what truly matters – creating exceptional campaigns with Adobe Campaign. Start supercharging your problem-solving skills today by explori
Attention: The Marketo Community will undergo scheduled maintenance on Tuesday, August 20th between 10-11 PM PDT. During this time, the Community and its content will not be accessible. We apologize for any inconvenience this may cause.
We are working on to have custom log file. And would like to configure custom appender. Where should I place my logback.xml file to work .Trying to customize log message in access.log and request.log https://logback.qos.ch/
Welcome to the 12th edition of the Adobe Experience Manager Community Lens! Adobe Experience Manager Community Lens is like your community bulletin board highlighting the latest updates from the Adobe Experience Manager Community in one place. In this edition, we are sharing updates from July 2024 to August 2024, including, the most viewed Adobe Experience Manager content on Experience League, as well as the latest product releases, upcoming and past learning opportunities, and a lot more! Adobe Experience Manager Community Lens Upcoming EVENTS 1. Integrating AEM Assets with Edge Delivery Services. At https://adobe.ly/3LSCVfX📅 Date: 21st August 20242. What's New in Rapid Development Environments for AEM? At https://adobe.ly/3M8MFTE📅 Date: 4th September 2024 Past EVENTS AEM GEMs - Integrating Private GitHub Repositories in AEM Cloud Manager Contextual Thread - Recording: https://adobe.ly/4f1jhMo&nb
Session Details During this AEM GEMs webinar, we will explain how RDEs allow developers to swiftly deploy and review changes, minimizing the amount of time needed to test features that are proven to work in a local development environment. In this session, we'll show you how you can use RDEs to reduce turn-around times during development and get near-instant feedback for code changes. Additionally, we'll introduce you to the latest features like improved logging and front-end support. Join us to learn more about what you can do with RDEs and let us know what you would like to see added next! Housekeeping details: Duration: 60 minutes including 10 minutes of Q&A Audience: Technical Teams of Customers, Partners, and Adobe Employees Recording and slides will be made available to the public after the session The session is free of charge, registration will be required Session Recording Session Q&A Question Answer Have you thought of any way to improve the time it
Familiar with negative sentiments around high website bounce rate? There’s more to it than meets the eye. You can tell a compelling story why these big numbers are not always despicable. 3 Storytelling Plots for Website Bounce Rate 1. What channel is the top source of your website traffic? Based on Pareto Principle to prioritise and strategise your data for visualization, you must first understand which last touch channel brought 20% of your traffic. If it’s paid especially social media channels, video, or banners, you also need to understand which stage of the campaign is it at. Paid channels will unsurprisingly have higher bounce rate than organic channels such as natural search, direct, or internal session timeouts. Awareness stage of Display, Video, or Social campaign will also certainly have higher bounce rate than consideration or conversion stages. The rationales for these outcomes may be illustrated in the matrix below: Bounce rate shifts as your campaign moves in sta
Hi AEM community, I'm currently working on implementing URL rewriting as mentioned below: From: `/content/test/en/gyms/services/personal-training/location` To: `/gyms/location/services/personal-training` The goal is to have the public-facing URL as `/gyms/location/services/personal-training`, which will correspond to the internal URL of `/content/test/en/gyms/services/personal-training/location.html`. I've configured the etc/map mapping and resource resolver config entries accordingly (please see the attached screenshots).While this setup works flawlessly in the local publisher environment, it's encountering issues when deployed to AEM cloud publish environments. Additionally, we have a link transformer configuration in place to transform the href of these pages which is also not working (maybe because rewrites are not happening) (as shown in the attached screenshot). Can anyone please help on how to make it work in AEM cloud publish environments ?Also, wha
Adobe Experience Platform released Use Case Playbooks back in January to jump-start your organization towards building and deploying commonly known use cases for accelerated business impact and collaboration.. Use Case Playbooks can help your organization getting started with Adobe Real-Time CDP or Adobe Journey Optimizer quickly when you might not know exactly where to begin or how to create the right assets in order to achieve your desired use cases. Quick reminder of this feature's capabilities! We'd also love your feedback.Review all of these and get started!Overview of use case playbooksGet started with the required configurations and permissionsAvailable Use Case PlaybooksChoose from a selection of playbooksCreate, share, and reuse playbook instancesCopy playbook-generated assets to other environments by using data awareness functionalityTroubleshooting and known limitationsHave a look at these additional resources.Experience League Live Webinar – Watch on DemandA
If you have a follow-up question from the Workfront Product Keynote with Richard Whitehead from Adobe (@richardwh) in the Skill Exchange event that originally aired on August 15, 2024, you’re in the right place!Leave your comment below and our speakers will do their best to reply. And if you see a question below that you know the answer to, don’t be shy! We’d love for you to answer from your own experience and perspective.Have questions about another Skill Exchange session? You can see the full list of discussion threads here.On-Demand Viewing - This session is now available on-demand, you can find the recording here. (Tip: Use the links in the left navigation to watch other Skill Exchange sessions!)
I am trying to write test cases for below existing code. Test a node exists, if node exists get a node property and return. Nodes and properties will be created with AemContext. Session session = resourceResolver.adaptTo(Session.class); Node mfDataNode = null; if(session.nodeExists(jcrPath+ "/" + dataPath)) { mfDataNode = session.getNode(jcrPath+ "/" + dataPath); jsonData = mfDataNode.getProperty("reform-data").getString(); } I tried below test code but session returned is mock session instance and session.nodeExists always comes false. Any help , how to test above piece of code. Below is source code, unit test code written so far. Here is the complete servlet source code: ( service = Servlet.class, name = "Reform Servlet", property = { "sling.servlet.paths=" + "/bin/reform-message", "sling.servlet.methods=" + HttpConstants.METHOD_GET } ) public class ReformSer
I have an AEM site which has a page blog. Over there all the blogs we create in the author show on that page.Recently I have been thinking about having an author profile page. So Readers can visit their profiles and learn about them.Is there any way to make the profile page sync with the ADOBE IMS account or do I have to create them manually like we create pages? Suggestions or Any Step can be recommended thanks.
Hello Team, Welcome to the Adobe Real-Time CDP Community Mentorship Program 2024! This is the featured Community Discussion/Contextual thread for your Adobe Real-Time CDP Community Mentor, Sheejo Rapheal! Sheejo will be your dedicated mentor, providing valuable support and guidance on your Adobe Real-Time CDP queries as you upskill yourself and prepare for Real-Time CDP certification throughout the program. Know your Mentor Sheejo Rapheal (aka @sheejo ) Sheejo is Leading different lines of businesses' AEP applications in Vanguard. Aspirants mapped to Sheejo1) Sanmathi Kumar aka @sanmathikumar 2) Emily Rapp aka @emilyra5 3) Hita Prem aka @hitaprem 4) Aruna Surukunta aka @anny0505 5) Amy Wright aka @amywr 6) Ying Liu aka @ying_liu 7) Kishore Reddy C aka @kishore_reddy 😎 Mangesh Kaurase aka @mangeshkaurase 9) Sheyla Sanchez aka @snchez 10) John Wiley aka @cgwil
Use this thread to ask any questions related to the Implement Adobe Experience Cloud with Web SDK tutorial tutorial on Experience League. Experts are monitoring this thread to ensure your questions are answered.
We are developing a standalone application that is built on top of Adobe Experience Manager (AEM). This application is designed to enhance and extend the capabilities of AEM but operates independently rather than as an integration with other systems.I am interested in listing this product on Adobe Exchange. However, I am unsure about the correct approach for listing a product that is not an integration but a self-contained application designed to work within AEM.Submission Process: What are the specific steps and requirements for submitting a standalone AEM-based application to Adobe Exchange? Are there particular guidelines or criteria that need to be met for non-integration products?Connector Requirements: Since my product is a standalone application, do I need to use or reference Adobe connectors in any way, or is this only relevant for integrations?
Hello Everyone, I wanted to focus on segmentation this week. We can start with this weeks quiz and I can add more comments into this discussion. Link to quiz
I was on a call recently where someone from Workfront mentioned it wasn't good practice to use Parent tasks as Predecessors. We do this pretty regularly since often times the tasks nested under a parent all need to be completed in order for the next tasks to start. So, instead of listing every single task as the predecessor we have just done the parent task. Doing it this way will also encompass any ad-hoc tasks that might be added after the fact when the project is in progress. Does anyone have any insight into why this might not be a good practice? Example: Task Number Task Name Predecessor 1 Parent Task 1 2 Task A 3 Task B 4 Task C 5 Parent Task 2 1 6 Task D 7 Task E 8 Task F
Hello Team, Welcome to the Adobe Real-Time CDP Community Mentorship Program 2024! This is the featured Community Discussion/Contextual thread for your Adobe Real-Time CDP Community Mentor, Amrita Kedia (aka @amritakediaadobe )! Amrita will be your dedicated mentor, providing valuable support and guidance on your Adobe Real-Time CDP queries as you upskill yourself and prepare for Real-Time CDP certification throughout the program. Aspirants mapped to Mentor Amrita Kedia (aka @amritakediaadobe ) 1) Brian Cabreros ( @bcabby1 )2) Luke Stansmore ( @luke-2 )3) Suchith kondadasula ( @iamsuchith )4) Bhavani Dasari ( @bhavanida )5) Vinod Kannan ( @vinodk21837476 )6) Bhanu Chander Pasala ( @bhanu8562 )7) Suchi Agarwal ( @suchi-agarwal )😎 Wandile Hadebe ( @wandileha1 )9) Maushami Desai ( @inspiringstarz )10) Apurvi Gulati ( @aguseranalytics )11) Susan Mathew K ( @su
Use Generative AI in Adobe Experience Manager (AEM) CMS to ease SEO tasks for a Digital Platform by Jineet Vora Overview Generative AI tools such as Bard, ChatGPT, etc. can be super helpful in creating and speeding up SEO activities for a website. Few of these activities involve: 1. Generating meta keywords 2. Generating page title 3. Generating page meta description 4. Generate Alt Text To create page meta description using Generative AI in AEM, please read the blog below Read Full Blog Use Generative AI in Adobe Experience Manager (AEM) CMS to ease SEO tasks for a Digital Platform Q&A Please use this thread to ask questions relating to this article
we have aem-6.5.20 on-prem version managed by AMS currently we have saml integration for static page paths as below/content/mysite/eu/en/private-portal/content/mysite/eu/de/private-portal/content/mysite/eu/fr/private-portal We configured in saml section in configMgr with Synchronized Attributes . it is working as expected till today Now our new use-case is we wanted to do sso for dynamic page paths instead of static page paths.We have login button in header section of all pages. if user clicks on login button then we need to do saml authentication programmatically and do the sso. Also we need to get the Synchronized Attributes from com.adobe.granite.security.user.UserProperties object. In this case i need to remove the saml config from configMgr. Not sure how to start and where we need to pass certalias key programmatically. Thanks in advance for your solutions and suggestion.
If you have a follow-up question from the Skill Exchange session From Pressure to Performance: Mattel’s Content Supply Chain Solution with Neal Gardner from Mattel (@nealgardner_mattel) that originally aired on August 15, 2024, you’re in the right place! Leave your comment below and our speakers will do their best to reply. And if you see a question below that you know the answer to, don’t be shy! We’d love for you to answer from your own experience and perspective. Have questions about another Skill Exchange session? You can see the full list of discussion threads here. On-Demand Viewing - This session is now available on-demand, you can find the recording here. (Tip: Use the links in the left navigation to watch other Skill Exchange sessions!)
Hello,I am using AEM 6.3. I am trying to understand the relationship between template policies (i.e. policy_123456) and the configuration stored in etc/design/<your-project-name>/.content.xml.In [template]/policies, you can store mappings (sling:resourceType="wcm/core/components/policies/mapping") which sets the cq:policy value.* They map to policy_xxxxx nodes (sling:resourceType="wcm/core/components/policy/policy"), often (if not always) stored in /apps/settings/wcm/policies. And those policies store things like (allowed) "components", the "columns" used in a responsive grid, and so forth.But there is also storing configurations in etc/design/<your-project-name>/.content.xml, according to Configuring Layout and Layout Mode. It's not clear if that information is to be stored directly in the <your-project-name> node, the <your-project-name> jcr:content node, or at <your-project-name> jcr:content > mycontentpath > myparsys. But it looks like "componen
I want users to be able to move assets arbitrarily between any two given directories in AEM. However, I need them not to be able to delete assets. How can I accomplish that currently in AEM as a Cloud? I've seen a few posts about this but they all suggest options that are not available currently in the Cloud offering.
If you have a follow-up question from the Skill Exchange session Experience Maker’s Spotlight: Process Enhancements & Operational Efficiencies with James Hill from Synchrony (@jameshill_atl) and Daniel Clarke from EMMsphere (@daniel_clarke) that originally aired on August 15, 2024, you’re in the right place! Leave your comment below and our speakers will do their best to reply. And if you see a question below that you know the answer to, don’t be shy! We’d love for you to answer from your own experience and perspective. Have questions about another Skill Exchange session? You can see the full list of discussion threads here. On-Demand Viewing - This session is now available on-demand, you can find the recording here. (Tip: Use the links in the left navigation to watch other Skill Exchange sessions!)
Already have an account? Login
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.