Explore product-specific spaces to ask questions, share insights, and learn best practices.
Als letztes aktiv
Yes, it’s almost June! But the other day the idea of “form rows as flag stripes” came to me. Myriad ways to interpret that idea, of course, but here’s what I came up with: My goal was to stick to standard Marketo form HTML, not injecting any new (non-pseudo) elements nor rearranging existing ones. And my custom CSS doesn’t override the native Simple theme. (A custom HTML form could of course do much more, but that defeats the point of “simply” dressing up an existing Marketo form for a special occasion.) To get the effect, we need a tiny snippet of JS and a small amount of CSS. The JS MktoForms2.whenReady(function (mktoForm) { let formEl = mktoForm.getFormElem()[0], allRows = formEl.querySelectorAll(".mktoFormRow,.mktoButtonRow"), visibleRows = Array.from(allRows).filter( (row) => window.getComputedStyle(row).height !== "0px" ); visibleRows[0].classList.add("flag-top"); visibleRows.forEach((row, idx) => { row.classList.add
Last updated date: Aug 29th, 2023 **Posted on behalf of Kelly Jo Horton @kellyjohorton, Senior Client Partner, Etumos.**Many of you have seen my Lead and Data Flow diagrams and asked me for editable versions. I am finally getting around to making the diagrams available for anyone who is interested. This is the first lead and data source diagram I ever created. The marketing technology landscape has exploded since then! This diagram was born out of necessity when I started a new job where I was responsible for cleaning up and maintaining a Marketo Engage instance that had been around for many years and had many cooks in the kitchen. After a quick audit of the instance, I decided to tackle the issue of the thousands of API errors I was seeing daily. I asked for an architecture diagram, so I could see all of the lead and data sources that could potentially be causing the errors, and one didn’t exist. So, I created one. Creating this architecture diagram has s
Hi everyone, We are out with the 3rd edition of the Adobe Journey Optimizer Community Lens! Adobe Journey Optimizer Community Lens is your community newsletter that highlights the latest updates from the Adobe Journey Optimizer Community in one place. In this edition, we are sharing updates from April to June 2023, including, highlights from Experience League Live sessions, Journey Optimizer Q&A Coffee Breaks, the most viewed Adobe Journey Optimizer content on Experience League, the latest product releases, upcoming and past learning opportunities, and a lot more! Adobe Journey Optimizer Community Lens 🚀LATEST RELEASES🚀 Learn about all the new capabilities, upgrades, improvements, and fixes that were included in the latest release for Adobe Journey Optimizer: Adobe Journey Optimizer Releases: [Release Update] Adobe Journey Optimizer April 2023 Release [Release Update] Adobe Journey Optimizer May 2023 Release [Release Update] Adobe Journey Optimizer June 2
Adobe Campaign Standard Customer Webinar: Product Update & Overview of Transition Opportunities Link to recording: https://video.tv.adobe.com/v/3422275 About the Session: We are excited to invite you to the upcoming Adobe Campaign Standard webinar, where we will provide an update on the future of Adobe Campaign and more details on the recommended transition path. This webinar is designed to provide you with insights and an understanding for how to future-proof your investment in Adobe Campaign, unlock new and innovative use cases in the future. During this live webinar, you will have the opportunity to engage with product experts and learn about: Updates on the innovation strategy for Adobe Campaign Standard. A preview of the new user experience for Adobe Campaign v8. Migration strategy, tooling & automation, methodology and timing. A preview of Generative AI capabilities coming in Adobe Campaign v8. Session Schedule: Thursday, July 20, 2
Does anyone know what is the expected behavior for an edited tag that is not moved or merged? Is there a record of what the tag was previously? Let's say I edit this tag: /content/cq:tags/product-taxonomy/clothes/shoes/sandals-mules/thongs to content/cq:tags/product-taxonomy/clothes/shoes/sandals-mules/flip-flops, should I see anything in CRXDE in the backlinks field? I know what happens with moved and merged tags in AEM, but what about edits, should I be able to see a history of the former tag string in backlinks? If not, where?
Hi, I have a question regarding publish new site in AEM cloud service. I created a new site in author mode and it is working fine, but the Publish mode is always showing resource not found after I publish the site, can anyone please help me!
Session Details Join us for a Free immersive experience where you'll explore the technical aspects of the AEM certification program and its framework. Our expert instructors will guide you through the essential directions for a successful certification journey, equipping you with invaluable insights and practical examples. Furthermore, by attending this session, you'll gain access to a comprehensive certification arsenal. We'll provide you with preparation toolkits, and an in-depth understanding of the exam's technical content. Secure your spot today and get ready to soar to new heights with Experience Manager Certification! Housekeeping details: Duration: 60 minutes including 10 minutes of Q&A Audience: Customers, Partners, and Adobe Employees Recording & Slides will be made available to the public after the session The session is free of charge, registration will be required Session Recording Session Schedule Wednesday, July 28th, 8:00 AM (PST) Session Q&A Question
Use this thread to ask any questions related to the Guided Analytics Implementation course on Experience League. Experts are monitoring this thread to ensure your questions are answered.
Hi dear Community,hope you are having a nice day. Me again with my questions...In Adobe Brandportal i get all the dynamic media renditions, but what about the image profiles?Currently i see no option to include my smart-cropped renditions as a download option for the brandportal users.Does anybody has an idea how to enable the image profile renditions?Regards,Adilos
I am trying to set the images from DM can be accessed with extension like .jpg. The DM serves the images like below without any extension https://s7d1.scene7.com/is/image/siliconlabssandbox/hiking_2 To enable the extension with preprocessing rules , i have created the below rules set xml and uploaded to the catalog through Classic App as mentioned in documentation. <?xml version="1.0" encoding="UTF-8"?> <ruleset> <rule> <expression>(.*)\.jpg(.*)$</expression> <substitution>$1\2</substitution> </rule> </ruleset> I am trying to hit https://s7d1.scene7.com/is/image/siliconlabssandbox/hiking_2.jpg , it throws me " Unable to find image Any idea on how to make it work? Thanks Documentation https://experienceleague.adobe.com/docs/dynamic-media-developer-resources/image-serving-api/image-serving-api/rule-set-reference/c-rule-set-reference.html?lang=en
Hi, I noticed that my persistent queries are getting updated with Graphql introspection query. Not sure what the reason could be but this is happening even with untouched old persistent queries as well. Wondering if anyone noticed a similar behavior and share if there is any way to avoid this issue. Thanks in advance.
Each month, the Adobe Workfront Customer Success team hosts FREE, interactive workshops on various topics for System Administrators. If you're looking to ask questions, learn best practices and connect with other System Admins, check out the list of topics below and sign up for one, or all events. Topics vary month-to-month, so be sure to look for the monthly announcement center message and register on the Events page on Experience League.July 13 at 11 a.m. MT – Connect: Community Chat July 14 at 10 a.m. MT – Connect: Admin Chat for Marketing & Creative July 17 at 7 a.m. MT – Connect: Workfront Strategic Admin Chat July 20 at 10 a.m. MT – Learn: Adobe Workfront 23.3 Release Round Up July 25 at 12:30 p.m. MT – Learn: Making the Case for Custom Forms July 31 at 10 a.m. MT – Community Q&A Coffee Break: Custom Forms We hope to see you there! If you have any questions
On cancelling inheritance on Parent component, the child component within it also shows broken inheritance. I have the latest AEM Version. Is this an expected behavior?
Hi Folks, I am using AEM cloud with latest June SDK. Parsys/container is not working in cloud, the moment I am clicking the container to add components in it, it is showing one small radio button sort of thing just above the parsys area in right side of the page.Attached image for you guys reference. Same code/content/policies etc is working fine in local cloud SDK with same version. Any pointers to solve this highly appreciated. Thanks,Pradeep
The Integration of Coveo Search In Adobe Experience Manager by Mayur Satav Coveo is a search and recommendation solution powered by artificial intelligence. The solution combines unified search, analytics, and machine learning. With Coveo search, you can find relevant and accurate information across a wide range of businesses. It provides access to a variety of content sources. In this blog, we will discuss how to install Coveo packages and integrate Coveo search on the AEM site page. It’s time to get started 🚀, so let’s do it step by step Getting the Coveo Plugin from the Coveo team Step 1 — First of all, we have to request the Coveo AEM component package. To request the package, send an email to aem-requests@coveo.com with the subject “AEM Hosted Search Page”. Then the Coveo team will send you the Coveo-aem-components.all-x.x.x-beta.zip package. Once you received the package from Coveo proceed to the next steps.
AEM Interview Questions & Answers One Should Know by CourseDrill Abstract Digitalization has become a buzz word in the business world and it plays an essential role in order to retain old customers, attracting new customers, and keep the business growing. Content management has occupied a major role in this modern era of business operations. If you are about to start your career in a popular Content Management Systems suite like Adobe Experience Manager and wish to explore new things in the marketing world, then congratulations! In order to help you crack the AEM interview in the very first attempt, we have prepared a list of top AEM Interview Questions and answers here after deep research. The constant innovations in technology have created an urgency for shifting the traditional marketing strategies into digital strategies or online marketing. Leveraging digital content sources such as infographics, images, videos, documents and apps is the best way to share information with cu
This informative article provides step-by-step instructions to establish a successful connection between Adobe Workfront and Jira. By checking and generating an API key in Workfront, you can overcome this error and streamline your workflow. This is a must-read to troubleshoot and resolve the issue efficiently. The article provides a comprehensive solution to resolve the "Incorrect Request Error" encountered during the configuration of the Workfront for Jira add-on. It will guide you through the necessary steps to establish a connection between the two platforms successfully. By verifying the presence of an API key in Workfront and generating a new one if necessary, users can overcome this error and ensure seamless integration. This practical solution empowers professionals to enhance their data collection strategy and optimize their workflow. Let us know if you have any questions! Read the article and optimize your collaboration between Workfront and Jira
Hello We need to set up multiple SMTP configurations. The OOTB "Day CQ Mail Service" supports only one config. So, to achieve multiple SMTP configurations, we are trying to create a custom implementation to send emails The code is working on local, but we are receiving Connection time out on cloud. We are guessing it is due to proxy.tunnel used in Day CQ Mail Service. How to can we get through the proxy tunnel using custom code for sending emails? Reference about proxy tunnel used in Day CQ Mail Service is available athttps://experienceleague.adobe.com/docs/experience-manager-learn/cloud-service/networking/examples/email-service.html?lang=en. details of working local setup:- Gmail SMTP set up configured as per https://techrevel.blog/2023/06/12/utilizing-gmail-smtp-for-cost-free-email-transmission-from-aem/. - Custom send email code working on local : public void send() { //Get properties object Properties props = new Propertie
Hi any help would be greatly appreciated, These are the steps I followed to create the workflow: Step 1:Added Metadata property'Group1 status approval review'Cloning 'Review Status'Under Map to Property./jcr:content/metadata/dam:Group1status Step 2:Cloned approval review to 'Group1Approval Review'Under 'Reject Approval'Under Process: 'Approval Rejected notification'ProcessGroup1status:rejected Under 'Approve Approval'Under Process: 'Approval Rejected notification'ProcessGroup1status:approval Step 3:Create Workflow dam:assetEvent Type:Modifieddam:Assetpath content/assetFolderWorkflow: Group1 Approval reviewactivate Select workflowAre people notified?Can they change the property? This results in the user being able to go through the workflow and submit. After completion the workflow will be listed as failed with the following text: "Process execution resulted in an error" .
I'm getting null pointer exception for the belwo code:ResourceResolver resourceResolver; Resource pathResource; ValueMap valueMap; List<Resource> resourceList = new ArrayList<Resource>(); public void doGet(SlingHttpServletRequest req, SlingHttpServletResponse res){ pathResource = req.getResource(); log.error("---42--servlet"); String path = pathResource.getChild("datasource").getValueMap().get("tagsPath").toString(); Resource tagsPath = req.getResourceResolver().getResource(path); for(Resource resource : tagsPath.getChildren()){ valueMap = new ValueMapDecorator(new HashMap<>()); Tag tag = resource.adaptTo(Tag.class); String tagFullName = tag.getTagID(); &nbs
Hi folks, In our effort to reward the monthly top users with a gift card for their participation in the Adobe Campaign Community forums, we present to you the two top contributors in the Campaign Community for the month of June 2023 - @aggabhi and @ParthaSarathy. Congratulations and a big thanks to you for being dedicated and helpful community members of the Adobe Campaign Communities. Become a top contributor and win every month simply by answering questions and being helpful to other members on this community. Perhaps, YOU could be a winner next month!
Hi folks, In our effort to reward the monthly top users with a gift card for their participation in the Adobe Campaign Community forums, we present to you the two top contributors in the Campaign Community for the month of June 2023 - @aggabhi and @parthasarathy. Congratulations and a big thanks to you for being dedicated and helpful community members of the Adobe Campaign Communities. Become a top contributor and win every month simply by answering questions and being helpful to other members on this community. Perhaps, YOU could be a winner next month!
It's still a problem. I am using the latest AEM Maven Archetype to customize the Teaser component, but unable to pass my tests because of the delegation pattern. I scaveraged through the net and have already reviewed all the possible answers like:https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/unit-test-case-for-sling-delegation-pattern/m-p/585417#M146227https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/junit-test-cases-for-sling-models-based-on-delegation-pattern/m-p/350636#M26833 @arunpatidar and other folks, can you please help me out by giving me a working version of a Delegation pattern? Here's a very simple sling model component that needs JUNIT5. I am also on the latest AEM 6.5 version + Latest AEM Maven Archetype version @Model(adaptables = SlingHttpServletRequest.class, resourceType = CustomTeaser.RESOURCE_TYPE, defaultInjectionStrategy = DefaultInjectionStrategy.OPTIONAL) @Exporter(name = ExporterC
AEM 6.5 vs AEM CaaS by SAI CHARAN SANIKE Abstract After the release of all AEM versions till 6.5 Adobe came up with its Cloud Service which has very good and useful features in this article I will list down some of them I observed during my development in AEM as Cloud Service. Architecture Level ->It has dynamically running instances that will automatically scale based on traffic and activities ->Very less impact of new updates and released on a daily basis ->New features are always up to date and can be managed using cloud manager no need of deploying additional packages ->Additional step in the default deployment pipeline previous pipeline: validation -> build & unit testing -> code scanning new pipeline: validation -> build & unit testing -> code scanning -> build images ->Large-scale access to environments and features in Cloud Manager Tool like multiple Domain mappings, IP whitelisting, Environment Configurations Read Full Blog AEM 6.5 vs AE
CAPTCHA for Real Life Sometimes we read the product documentation and we enable a new feature, but we feel like a bull staring at a new gate. (That’s country talk for “confused.”) We just don’t know what to do with it. The new built-in CAPTCHA capability in Marketo Engage is pretty easy to setup with the product documentation. And Steven does a great job of explaining the integration in his blog post, “Marketo Engage Form CAPTCHA integration.” But still, the penny hasn’t dropped. You are wondering how put this in practice. Let’s see if we can solve that problem. The Big Picture The Marketo Engage CAPTCHA feature is passive, meaning it does not take any action with respect to the lead that filled-out the form. It simple collects the response from the CAPTCHA provider and adds that information to the form fill response data. This means that your program’s smart campaigns need to act on the data based on your risk tolerance to determine what to do wi
Sie haben bereits einen Account? Anmelden
Noch kein Konto? Konto erstellen
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.