Explore product-specific spaces to ask questions, share insights, and learn best practices.
Recently active
DetailsCustom PermissionsCustom permissions let users create custom permission profiles with configurable permissions to restrict access for Cloud Managers users to programs, pipelines, and environments.Here is the link to setup and use the custom permission product profile on AEM as a CS.https://experienceleague.adobe.com/docs/experience-manager-cloud-service/content/implementing/using-cloud-manager/custom-permissions.html?lang=en#using New Relic OneFeaturesNew Relic One APM for AEM as a Cloud Service has many features.Direct access to a dedicated New Relic One accountInstrumented New Relic One APM agent that shows exact method calls with line numbers, including external dependencies and databasesHolistic performance optimization by combining key metrics from infrastructure-level monitoring and application (Adobe Experience Manager) monitoringExposure of AEM as a Cloud Service JMX Mbeans and health checks directly within New Relic Insights metrics, allowing for deep inspection of
Hi, I am using lion-bridge connector to translate my content in AEM. I have en language site from there I wanted to create a some other language site. I am able to create it from source site (en) but the problem is after successfully creating other language site (it) through this translation mechanism, the child pages are not in source site order. The child pages are automatically sorted. How we can get rid off this any help thanks in advance. After translating child pages order got changed
Check out this Campaign blog post by our Campaign Community Advisor @Marcel_Szimonisz about: Adobe Campaign Classic API Abstract: My grandad used to say, ‘When there is a platform, there is an API.’ The same goes for Adobe Campaign Classic, which was equipped with its own programmable interface. With this, we can access various core functionalities of the platform, adding new integrations and functionalities In a world where mentioning API typically brings REST to mind, with Adobe Campaign, we find ourselves stuck with the 2000s-breaking technology SOAP. Let’s explore the basics that will help you understand and give you a good start in working with APIs. Please feel free to reach out in case you have any questions through the below comment section.
I am creating this thread to start a discussion among other system admins to hear how they have approached clearing out space to stay under their organization's storage limit. This is an issue I've been looking to address within my instance. When I started my document deletion journey there were over 85,000 files in our instance and we were getting close to hitting our account storage limit. In the last few months I've met with stakeholders and have been working to delete files that date back more than a year, I've managed to clear over a TB of storage but still have ~60,000 remaining documents. Also, proof having its own trash which doesn't clear on the same cadence as the workfront recycling bin but also affects our storage capacity has thrown an additional wrench into the equation. Workfront support informed me that the proof trash isn't able to be organized and doesn't ever clear on its own (like the workfront recycling bin does after 30 days). So I'm unsure of a "safe" w
Digital visionaries — you’re in luck! The deadline to apply for the 2024 Adobe Experience Maker Awards has been extended to December 22 at midnight PT. Finalists and winners will have many opportunities to build their company and personal brands by showcasing their award-winning achievements through: Amplification on Adobe Experience Cloud, including social media channels, blogs, websites, and email newsletters Features in Adobe-sponsored content assets, such as winner video interviews, the Movers & Shakers guide, Meet the Experience Makers blog series, and customer stories Speaking engagements at Adobe Summit, Adobe Executive Experience Forum, and other high-profile webinars and events Networking and community building with other elite Adobe advocacy groups, such as Champions, User Group leaders, and Community Advisors One person from each finalist company will receive a free pass to Adobe Summit in Las Vegas and an exclusive invitation to attend the Ado
Adobe Target Personalization Maturity Series Brands are looking for a blueprint on intelligent optimization and personalization to drive high performance business impact and mature their personalization strategies. Join us as we explore AI and automation, diving deep into a three-part series on Adobe Target and Adobe Experience Platform. Part One – Art of the Possible: January 16, 2024 @ 10am Pacific | 1pm Eastern At the core of personalization maturity is artificial Intelligence and machine learning. Adobe Target leverages these technologies to understand user behavior, predict preferences, and dynamically tailor content. By harnessing the power of AI and ML, learn how brands are moving beyond static A/B testing and rules-based personalization to deliver dynamic, contextually relevant experiences. Part Two – High Performance Recommendations: February 13, 2024 @ 10am Pacific | 1pm Eastern Learn how recommendation algorithms can be a game-changer fo
Adobe Target Personalization Maturity Series Brands are looking for a blueprint on intelligent optimization and personalization to drive high performance business impact and mature their personalization strategies. Join us as we explore AI and automation, diving deep into a three-part series on Adobe Target and Adobe Experience Platform. Part Three – Unlocking AI-Powered Personalization, 1:00 PM- 2:00 PM, March 12, 2024 (EST) For many critical use cases, audience/segment personalization is too limiting in defining and delivering the most relevant, 1-to-1 personalized experience for each individual. This is where Auto-Target and Automated Personalization shine, acting as the equivalent of 100s of simultaneous personalization activities to deliver the best possible experience for ensuring conversion and revenue growth.It’s much more than a landing experience, and we’re here to show you how progressive users are leveraging these powerful capabilities.In this webinar we’ll
Dear All, I have written one getchildnodesIMPL service class for which trying to write JUNIT and written the below JUNIT. But in my code coverage it is not taking. *************** JAVA Class ****************private void extracted(ResourceResolver resourceResolver, Node rootNode, JsonObject jsonObject) throws RepositoryException {NodeIterator childNodeIterator = rootNode.getNodes();JsonArray jsonArray = new JsonArray();while (childNodeIterator.hasNext()) {Node childNode = childNodeIterator.nextNode();JsonObject jsonObjectChild = getJsonObject(resourceResolver, childNode);if (jsonObjectChild == null) continue;if (hasNodesAsPageOrFolder(childNode)) extracted(resourceResolver, childNode, jsonObjectChild);jsonArray.add(jsonObjectChild);}if (jsonArray.size() != 0) jsonObject.add("childNodes", jsonArray);} ****************** My JUNIT *********************private ResourceResolverFactory resolverFactory = mock(ResourceResolverFactory.class); private ResourceResolver resource
Adobe Target Personalization Maturity Series Brands are looking for a blueprint on intelligent optimization and personalization to drive high performance business impact and mature their personalization strategies. Join us as we explore AI and automation, diving deep into a three-part series on Adobe Target and Adobe Experience Platform. Part Two – High Performance Recommendations, 1:00 PM- 2:00 PM, February 13, 2024 (EST) Far too often, companies remain in familiar territory with recommendations, delivering exponential lift through delivering relevant product, content, and service suggestions. However, there are more expansive use cases for recommendations in terms of a more seamless, relevant experience across multiple sessions and the customer lifecycle, and including reducing the friction for a customer to return to where they left off in previous visits and receiving personalized navigation. In this webinar, you’ll learn:• More advanced features that unlock m
Adobe Target Personalization Maturity Series, P1: Art of the Possible Brands are looking for a blueprint on intelligent optimization and personalization to drive high performance business impact and mature their personalization strategies. Join us as we explore AI and automation, diving deep into a three-part series on Adobe Target and Adobe Experience Platform. With the economy beginning to surge, now is the time to distinguish your company from the competition by delivering the most relevant personalization at scale experience to your customers.Adobe Target provides a sophisticated breadth of manual and AI-powered experimentation and personalization tools to focus your strategy on the use cases that will drive the highest conversion and customer satisfaction. Hear what the most progressive companies are doing to consistently meet their customers’ needs beginning at first touch to customer loyalty. In this webinar Part 1, you’ll learn:• How each Target capability pl
Shorthands like “anonymous Munchkin cookie” and “associated Munchkin cookie” aren’t harmful in a broad sense, and I use them often. But from a technical standpoint, they’re juuust misleading enough to be worth correcting. When you’re debugging or extending Munchkin, thinking in terms of full cookie values can make things seem miraculous that really aren’t. You see, what really gets associated is the token part of the cookie, not the whole cookie. The rest of the cookie value is used to determine the Marketo instance that receives new Munchkin events, but that part can actually change while the association remains. That was likely confusing, so let's step in more slowly. Breaking down the cookie Check out this breakdown of a sample _mkto_trk cookie value: As you can see, the value is formatted somewhat like a query string, with the & separating key-value pairs, although the colon :
As a follow up to this morning's system admin essentials I am loading the templates I have readily available. When my system admin is back from vacation she will load any others we have. We will also have an updated version of the system admin version with time estimates when my new hire finishes the training and we will update at that time!
Hi community members, I'm working on a PDF form in Adobe Experience Manager. Currently, I can highlight the entire object border when it's empty using code and subsequent output.function highlightField(field) { field.borderColor = "255,0,0"; // Set border color to red } However, I'd like to focus on highlighting just the user-fillable part, like in the example below. Any suggestions on code adjustments would be appreciated!
AEM Blog - SourcedCode.com by Brian Ka Sing Li @ Sourcedcode.com Overview Greetings, AEM enthusiasts! 👋 I am thrilled to connect with you as an active Adobe Community Advisor, proudly holding the prestigious AEM Coach Badge and adorned with the Lead AEM Developer certificate. My mission? To pay it forward to the vibrant AEM Full Stack Development community by sharing insights and knowledge that empower your journey. 🚀 Dive into the world of AEM with me on my blog, Sourced Code. Here, I unravel the intricacies of AEM through detailed tutorials and innovative solutions. Expect a treasure trove of expertise covering a spectrum of topics, including experience fragments, personalization, editable templates, Apache Sling, OSGI, and much more. Ready to elevate your AEM development skills? Let's embark on this exciting journey together, where learning meets innovation, and possibilities are limitless. Stay tuned for regu
Learn how to use Campaign Federated Data Access (FDA) option to process information stored in Amazon Redshift. Follow the steps shared in the detailed how-to documentation here: Configure access to Amazon Redshift Feel free to reach out through the below comment section in case you have any questions or feedback.
Hi Everyone,We are using AEM as Clouse service for our website and I have integrated Adobe Target and Adobe Launch as Cloud Service. I configure A/B Testing and it works fine, so the configuration is done correctly.However, when I am trying to export Experience Fragment to Adobe Target, it throws error like this - Error log shows this message -02.10.2023 00:09:56.537 [cm-p91922-e816739-aem-author-748f7d7ff5-bj77q] *WARN* [sling-cq-polling-importer-10-/conf/<my-app>/settings/cloudconfigs/target] com.day.cq.polling.importer.impl.PollingImporterImpl importData: Failed to import PollConfig(/conf/<my-app>/settings/cloudconfigs/target/jcr:content/segmentsPollConfig): scheme=adobe-target-segments,source=/conf/<my-app>/settings/cloudconfigs/target,target=/etc/segmentation/adobe-target/<client-code>,interval=1200s,enabled=truejava.lang.NullPointerException: nullat com.day.cq.analytics.testandtarget.impl.SegmentImporter.importData(SegmentImporter.java:159) [com.adobe
Hi all, I have been using ACS commons run-time sitemap servlet. When hit with the home page url,i.e abc/sitemap.xml , it gives us the list of sitemap URLs of children. Among the few of the generated sitemap urls when entered in browser returns 404. what may be the possible cause for this issue?
I am trying to change the color of the fillable areas of the text field as suggested in this example of the Adobe. So I created one text field, and a button. Later I used the below code in the click option of the buttonxfa.resolveNode("subform_1.TextField1.ui.#textEdit.border.fill.color").value = "153,204,255"; I wrote the same code (except the path address of the object), but after clicking the button the fillable areas are not changing. I attached the PDF with question for your reference. Can anyone tell me why color is not changing? Thank you so much for your time, and suggestions.
Hello everyone, Right now, I have an Assign Task step that is assigned to a specific group and I checked the Notify Assignee by Email, but I'm not receiving any email and I'm part of the "Forms Management" Group.After not receiving the notification email, I went to the inbox to start the task thinking that maybe accessing the task would send me the email but didn't work as well. I reconfigured the Assign Task step to be assigned to a specific user and did get a notification email. That makes me think that when is assigned to the group, the notification email doesn't work. Could someone please help me validate this scenario or maybe I'm missing some configuration? Thank you!
Hi, I'm having 12 column AEM Grid system. We have a requirement to change the width of the column and to add a gutter space between the columns. Is it possible to do these changes and is it a best practise? Please answer. Thank you!
Hello Team, Welcome to the Adobe Campaign Community Mentorship program! This is the featured Community Discussion thread for your Adobe Campaign Community Mentor, Parvesh Parmar (a.k.a. @Parvesh_Parmar), who will be here to guide and support you and your peers with your Adobe Campaign questions as you prepare for the Adobe Campaign Classic Developer Expert Certification (Exam ID: AD0-E330), through to the end of the program. Aspirants mapped to Parvesh Parmar (a.k.a. @Parvesh_Parmar😞 Ramesh babu S Goldraj Samuel Dhinakaran Dominik Wnuk Parmeshwar Reure @jeeshan02 Kuldeep Singh Abhinav Singh How to participate The Aspirants’ goal is to clear their Adobe Campaign Certification during program live September 25th, 2023 – November 3rd, 2023 Aspirants: Post your Questions in this thread to connect with Parvesh Parmar (a.k.a. @Parvesh_Parmar), and your fellow Aspirant peers.&nbs
Hello Team, Welcome to the Adobe Campaign Community Mentorship program! This is the featured Community Discussion thread for your Adobe Campaign Community Mentor, Satheeskanna Krishnan (a.k.a. @SatheeskannaK), who will be here to guide and support you and your peers with your Adobe Campaign questions as you prepare for the Adobe Campaign Classic Developer Professional Certification (Exam ID: AD0-E331), through to the end of the program. Aspirants mapped to Satheeskanna Krishnan (a.k.a. @SatheeskannaK😞 Ashwin D Arya Rajendra Kumar Ramlakhan Ritu Singh Juan Antonio Santa Cruz Raviteja Gundu Imranul Haque Mazumder How to participate The Aspirants’ goal is to clear their Adobe Campaign Certification during program live September 25th, 2023 – November 3rd, 2023 Aspirants: Post your Questions in this thread to connect with Satheeskanna Krishnan (a.k.a. @SatheeskannaK), and your fellow Aspirant peers.&n
Release 7.3.5 - Build 9368 December, 2023 Find the detailed release information here: Latest Release Security enhancements With Campaign Classic v7.3.5, the authentication process has been improved and secured. Technical operators should now use Adobe Identity Management System (IMS) to connect to Campaign. In addition, as part of the effort to reinforce security and authentication process, Adobe Campaign highly recommends to migrate end user authentication mode from the login/password native authentication to Adobe Identity Management System (IMS). Check out the details about updates, security enhancements, patches, fixes and improvements in this latest Campaign Classic V7 Release here: Release 7.3.5 - Build 9368 Feel free to reach out for questions and feedback through the below comment section.
The ask is to sort the 'Files & Folders' filtering option in the AEM DAM 'Filters' interface, so that the Folders appears first (in Alphabetical order) before the loose 'Assets', with loose 'Assets' also listed in Alphabetical order underneath the 'Folders'Right now, I could segregate the folders based on orderBy=nt:folder, which I added in an overlaid datasource here/libs/granite/ui/components/shell/omnisearch/datasource/searchdatasource/searchdatasource.jsp, but I could not sort it alphabetical.If I sort it alphabetical, I can't segregate based on file type (with orderby query predicate). We essentially want both to happen. If I write sorting logic in JSP, the problem is that list and card views have 'page limit' and 'offset' so the alphabetical (or) type sorting is not applied on whole search results. Is there a way to achieve this queries possibly? Or atleast by writing custom that applies whole search results ?Any suggestions are helpful. Thanks &nbs
Nowadays, more and more businesses are adopting conversational marketing solutions as a part of their cross-channel marketing strategy. It has become the go-to strategy for driving customer engagement, enhancing customer experience, and driving more revenue. Chatbots, SMS apps, and Live chat are used to enable all such personalized conversations. Chatbots have especially made conversational marketing more accessible. With the growing importance of chatbots in B2B Marketing, Adobe Marketo Engage has introduced Dynamic Chat, a new chatbot solution that enables businesses to create contextual and personalized conversations for every visitor. Dynamic chat is the chatbot for B2B marketing. It is basically a solution for every user to create personalized conversations contextually. Basically, representative chat so the user can easily get the information of the website through a demo shared on every site. Now, when it comes to marketing and sales, Marketo bri
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.