Explore product-specific spaces to ask questions, share insights, and learn best practices.
Recently active
Email deliverability refers to the ability of an email message to reach the intended recipient’s inbox, or the rate of successful deliverability in which the recipient does not report the email as spam or unsubscribe. This post will walk through five steps you can follow to understand and improve your email deliverability. Please comment below if you have any questions regarding managing your email deliverability with Marketo! Step 1: Understand the Basics Review the following resources to learn the fundamentals of Email Deliverability. Learn about optimizing email deliverability (Video, 8 min): Short video demo on how to create interesting content, avoid being sent to spam, and better engage your customers. Deliverability (Webinar, 58 min): Marketo’s deliverability expert explains components of sender reputation and how to manage your reputation. Marketo Email Deliverability FAQ (Blog, 13 min read): We've partnered with our experts to an
Hi, I just wanted to check if there are any feasibility to handle dynamic ranking/re-ranking for the pages in AEM oak search?Also Please help with some insights on other ways/best practices of integrating dynamic page ranking to AEM sites. Thanks!
We are using Adobe Experience Manager 6.5.17.0 for our development. The team frequently facing an issue with error message "20.10.2024 07:44:04.286 *ERROR* [qtp1932271856-175] org.apache.sling.engine.impl.SlingHttpContext handleSecurity: Possible reason is missing Repository service. Check AuthenticationSupport dependencies. 20.10.2024 07:44:04.288 *ERROR* [qtp1932271856-89] org.apache.sling.engine.impl.SlingHttpContext handleSecurity: AuthenticationSupport service missing. Cannot authenticate request. 20.10.2024 07:44:04.288 *ERROR* [qtp1932271856-89] org.apache.sling.engine.impl.SlingHttpContext handleSecurity: Possible reason is missing Repository service. Check AuthenticationSupport dependencies. " To resolve this error we usually will follow the steps as below: 1.Stop the AEM instance. 2.Delete the following files: /publish/crx-quickstart/repository/segmentstore/repo.lock /publish/crx-quickstart/launchpad/felix/cache.lock /publish/crx-quickstart/repository/ind
Hello Everyone,I was trying to integrate this dynamoDB with AEM 6.5 SPA , added this dependency in core/pom.xml and also in parent pom.xmldependency><groupId>com.amazonaws</groupId><artifactId>aws-java-sdk-dynamodb</artifactId><version>1.12.773</version></dependency>=====================================================================after running the mvn build ,able to see the below dependency in core/pom.xml included with the above one<dependency><groupId>com.amazonaws</groupId><artifactId>aws-java-sdk-core</artifactId><version>1.12.773</version><scope>compile</scope></dependency>Getting this error in my project bundle in bundle console====================================com.amazonaws.auth -- Cannot be resolvedcom.amazonaws.client.builder -- Cannot be resolvedcom.amazonaws.services.dynamodbv2 -- Cannot be resolvedcom.amazonaws.services.dynamodbv2.document -- Cannot be resolvedand
After we upload an image to the DAM in AEM, the thumbnail image doesn't appear and the custom metadata doesn't show after clicking on properties. The content author has to refresh the browser page for these details to appear. We're on AEM 6.5.21. (AMS)
Hi,We have 6 publishers for our website when we are trying to access a non existing page it is throwing 500 error in 3 publishers and 404 error in 3 publishers. The configuration is same for all the publishers and the error pages are available in the publishers.ErrorPageHandlerImpl is available.In the error logs we are getting Sling Uncaught throwable error Can someone suggest what could be the issue?
Hi All,There are certain components in our AEM application which read certain values from its parent pages. When we target such components, component is breaking, because now path for the component is different, now its from /content/campaign, when it try to read from parent path, component is breaking. Is there any way to fix this? Please advice.@arunpatidar @sureshdhulipudi
We currently have an event listener configured for /content/dam that listens for metadata changes. However, we are experiencing performance issues when an author updates multiple properties and clicks the save button, as the event listener is triggered for each updated property. Is there any way to get all the updated properties once click on save button instead of multiple calls.
I would keep the code in more sanitizer way and post which makes complete sense later
I have few assets in DM, and I want to download the original file using the scene7 url. However, when trying to download the asset with the scene7 URL, it is drastically reducing the asset size. I have an image of 4MB in DM, and downloading the same via the scene7 url gets me 97KB in file size. I'm not sending in any params with the URL.How do I download the 4MB image as it is using the scene7 URL?Thanks
I am facing an issue that breakpoints in IntelliJ Idea aren't working in debug mode in Windows 11. While it was working fine few days back when I installed new windows but now suddenly breakpoints stopped working. I am able to connect IntelliJ Idea in debug port 3000 but code doesn't stop at the breakpoints. I am wondering what has gone wrong while I have another machine with Windows 10, same project working file with breakpoint. I am using following command to start the aem jar.java -agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=*:3000 -jar aem-author-p4502.jar -gui
Hello I hope I have posted this question in the correct place. My team uses the Adobe Cloud Services version of AEM. I am trying to see if there is a way to develop a field within AEM for my authors to update every time they edit content on a page. I am not sure if that is something that already exists within AEM or would need custom development. This field would NOT be visible on the public facing side but would only be internal for our authors to use. If that is possible, is there any documentation that you could provide?
Hello community,I would like to get visibility on the number of AEM Standard and Light users that are currently using AEM in the admin Console. Where would be the correct place to check this and how can I know which users need to be considered in the count?Namely, should I count users in user groups or product profiles? And how do I identify which of those groups/product profiles are reporting users that are relevant for licensing?Thank you in advance.Kind regards.
Hi,I have a requirement to create and update a value in content fragment. I am able to create the content fragment but when i am trying to save the field it is not happening. try { Map<String,Object> param = new HashMap<>(); param.put(ResourceResolverFactory.SUBSERVICE,CF_SERVICE_USER); resourceResolver = resolverFactory.getServiceResourceResolver(param); Resource templateResource = resourceResolver.getResource("model-path"); Resource parentResource = resourceResolver.getResource("folder-path"); FragmentTemplate template = templateResource.adaptTo(FragmentTemplate.class); ContentFragment newFragment = template.createFragment
Hi,I have a question regarding the production publish environment. I have several servlets created at /bin path of the project,and have noticed that the GET ones are working fine, but all of the POST method servlets are returning a 403 code (forbidden)when trying to be reached, only in production publish environment. I've tested many different configurations to check if there was a dispatcher or configuration problem but can't find the reason why I can' reach the POST servlets. I'm assuming it's not a dispatcher fault because the GET servlets under /bin are reached properly. Any ideas? Configuration on Referrer filter?Thank in advance, CarlosD
I am working on sling content distribution. I am able to successfully work on forward (author to publish) and reverse (publish to author) content distribution. The issue I am facing..when I am creating a custom collection for forward distribution on author environment a rep:policy is also created for that collection in author but when I am able to push the changes to publish environment I do get the newly created custom collection on publish instance but I do not get rep:policy published to publish instance of that collection. When I try to add /content/dam/collections|-.*/rep:policy to Vault Package Builder Factory I get configuration error for the distribution on author environment..does anyone know how to get rep:policy of a collection distributed from author to publish environment or vice-versa? This is on AEMaaCS..
In today’s digital age, businesses rely on effective project management and communication tools to streamline their operations and drive success. For marketing teams, ensuring seamless communication around campaign approvals is critical for timely execution and alignment across stakeholders. In this blog post, we’ll explore how the integration of Workfront, Workfront Fusion, Adobe Experience Platform (AEP), and Adobe Journey Optimizer (AJO) can automate and enhance campaign approval communications, enabling organizations to deliver targeted messages to their audience efficiently. Understanding the Business Use CaseEnvision a scenario where a marketing manager greenlights a campaign project within Workfront, prompting an automatic initiation of a journey or campaign within marketing automation platform tools. This automated process ensures that tailored communications are promptly dispatched to the appropriate audience or segment. Traditionally, such procedures often relied on manu
Join us this Wednesday at 8:30 am PT for a new Experience League LIVE episode. My guests Don Huynh, Product Manager Adobe Journey Optimizer, and Pravin Prakash Kumar, Computer Scientist, Software Development, Media & Advertising Solutions, will introduce the new Content Cards feature for Adobe Journey Optimizer. Register now! Can’t attend? No worries—register anyway, and we’ll send you the recording!https://experienceleague.adobe.com/en/docs/events/experience-league-live-recordings/episodes/exl-live-episode-10-30-24
Welcome back to the Workfront Community Lens! In this Issue: Provide feedback for the Community Lens Check out the New Perspectives Page Watch our video on best practices for setting up Office Hours Watch another video on maximizing Workfront Milestones Don't Miss our customer panel with Workfront Veterans Share the latest refresh to the Workfront Business Website Watch more video updates to Workfront Tutorials Sign up for our November customer events What’s new in Adobe Workfront? Q4 2024 Release Review Roundup: Did you catch the product improvements from this quarter? Check out this overview for a summary of the enhancements we made to the Administrator, Document Management, and Home sections. Q1 2025 Release Overview is Out: Exciting new feature releases are forthcoming for Workfront. Check out the release page for highlights on what to expect next year, including our update cadence, enhancements to Workfront’s overall loo
Hi All, I am looking to create a custom video plugin for the Rich Text Editor (RTE) in AEM. The goal is to enable users to browse or drag and drop videos from DAM (like image or any other way) into the RTE editor. I chose the RTE over the Universal Editor due to its better documentation. Also, I would like suggestion to finding proper documentation on how to use API references and methods related to this custom implementation. If you have any suggestions for best practices.
📘Welcome to the Adobe Admin Console: Dear Diary... post! As we Workfront SysAdmins, Partners, and Adobe Support folks learn Tips, Tricks, and Gotchas about Migrating Workfront to the Adobe Admin Console, I propose we share them with each other here using short VIDEOS. To illustrate (and set a nice, low bar for future contributors)... I'd like to offer this 7 minute Dear Diary... Video in which I recapped a kickoff meeting with a Workfront Sponsor who'd recently received his email from Adobe that his Workfront Instance would soon be migrating to Adobe Admin Console for user authentication. It is raw and unrehearsed (and if you would like to turn captions on an count my UMs, feel free to poke fun)...but is also chock-full of things to start thinking about before you start, and took WAY less time to create than a formal presentation: I hope you find it useful, encourage you to contribute your own Dear Diary... videos to this thread, a
Registration is now open for Adobe Experience Manager Guides User Conference 2025, now a part of Adobe SUMMIT! Join us in Las Vegas March 16 – 17 to discover how digital-first businesses deliver exceptional experiences with technical documentation and knowledge content.Adobe Experience Manager Guides User Conference March 16-17, 2025 | The Venetian Resort, Las VegasHere are the top three reasons why you should attend:Meet your tribe: Connect with the Adobe Experience Manager Guides user community, share your experiences, and hear their success stories.Exclusive preview of innovation: Get a first look at the latest innovations brewing in our labs.Unmatched networking and hospitality: Forge valuable connections with indust
Session Details What goes together better than Chips & Salsa? Edge Delivery Services & AEM based authoring. Find out how Universal Editor can be used to assemble blocks and provide content authors with the etools to manage content and leverage all the strengths of the AEM they know & love. This session will cover everything you need to know to get your project set up! Session Recording Session Schedule 12th November, 2024 | 11:15:00 AM PST Speaker(s) Lamont Crook, Sr. Principal, AEM Expert Solutions Consulting, Adobe Moderator(s) Adobe Product(s) AEM Full Schedule Check Here Q&A Please use this thread to ask the question related to this Session. Don't forget to register yourself for this session using the registration link shared above.
Session Details Discover how to create seamless enrollment experiences with AEM Forms + Edge Delivery Services, and learn to overcome DIY challenges, scale effectively, integrate forms with data sources, and achieve perfect LightHouse scores while also extending into new channels. Session Recording Session Schedule 12th November, 2024 | 2:00:00 PM PST Speaker(s) Arun Taneja, Product Management Director, Adobe Moderator(s) Adobe Product(s) AEM Full Schedule Check Here Q&A Please use this thread to ask the question related to this Session. Don't forget to register yourself for this session using the registration link shared above.
Session Details Real examples of best ways to extend AEM OOTB UI to meet your project needs, as well as automate the content production tasks our business users deal with every day. See examples & techniques on the extension of Content Fragment & Universal Editors Session Recording Session Schedule 12th November, 2024 | 3:15:00 PM PST Speaker(s) Sarah Xu, Senior Manager, Product Management, Adobe Moderator(s) Adobe Product(s) AEM Full Schedule Check Here Q&A Please use this thread to ask the question related to this Session. Don't forget to register yourself for this session using the registration link shared above.
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.