Explore product-specific spaces to ask questions, share insights, and learn best practices.
Recently active
Hi! I'm confused which technology (AI or Machine Learning powered by Adobe Sensei) each of the following uses...the study material mentions both so don't know which the correct answer should be on the exam: Auto-target: Auto-personalization:Experience Targeting:Auto-allocate: Thanks!
Hello! When using the Workload Balancer, you can see everyone's projects that they have been assigned to. If a project has fallen behind, for example, a designer (role) has a task that was planned to be completed two weeks ago, that task does not appear on the WLB for the current week. Is there a way to know/see tasks (of e.g. designers) for fallen behind projects for the current week? -- so that when we go assigned new tasks for designers, we can take into account fallen behind projects.
We have users who would like to do analytics in CJA on a population of people who are in an audience in RTCDP. The solutions I have found so far have been to ingest segment membership from the XDM individual profile schema, and while this will tell me audience membership TODAY, we want to see who was in the audience a month ago. Has anyone been able to do this as segment membership overwrites history?
issue: The system shall provide functionality to sort project updates by date, displaying the latest updates at the top. This feature will be another option to the current grouping by topic/conversation, which hinders the ability to quickly locate recent comments. The new sorting mechanism will ensure that users can easily find the most recent updates within the project interface.justification: The current method of grouping updates by topic/conversation makes it difficult to track the latest comments, leading to an over-reliance on emails for status updates. Implementing date-based sorting will streamline the process of finding recent updates, thereby improving efficiency and reducing dependency on external communication channels.What is Not an acceptable Enhancement:Only sorting updates by topic/conversation via the search bar, without the option to sort by date and date range.
I would like to know what folder of an AEM project is the website root.It seems there could be two different folders that match the description, but it is unclear which of those is actually the case and I couldn't find any information on that so far. The two possible folders would be:1) The uppermost project folder directly under "content/" in the CRX folder structure2) The parent folder of the first HTML page (startpage) of the project, which is usually 1-2 folder levels below the first project folder Can someone clarify that for me? Would be much appreciated!
Hi everyone,We’re using Marketo to manage our forms and email campaigns, but all our landing pages — including the thank you pages — are hosted on our CMS (WordPress/Drupal).We’d like to reuse the same thank you page for two different use cases:New leads fill out a Marketo form → they are redirected to a thank you page hosted on our CMS, which contains:A PDF or video asset (embedded or downloadable)A PDF reader (for documents)A download buttonThe asset is also sent via follow-up email (only in this case)Known leads receive an email campaign → they click a direct link that brings them to the same thank you page, without seeing the form againIn this case, no follow-up email is sentMy question:What’s the best way to implement this setup in Marketo?Should we include specific URL parameters or Marketo tokens in the email link to track known users correctly?Is it possible to track that a known lead landed on the thank you page, even though they didn’t submit the form? (via Munchkin cookie, q
Hi all, What are all the means of creating AEM OSGI Configuration?I mean configuration placeholder, not the actual configuration itself. I saw an example using code: https://www.youtube.com/watch?v=_ebHx8LyCkQ. Is it possible to create it manually using Felix console or some other means? Appreciate all your responses. Thanks,RK.
We group our weekly campaigns into portfolios for easy viewing, but as of the last week, we are unable to add the existing projects into a portfolio. We get an error message saying: Error loading secondary content... Is anyone else having this issue?
Hi, I was going to switch on the AI Assistant for our instance but have discovered that my company has such a rigorous approvals process for any AI assisted tech that it can takes months to get approved. Given all the hype around AI I would be interested if other are actually using it. We're thinking this could be very useful especially at request level from a traffic and triage perspective to summarise what the request/project is about. So this can be the first stage of Triage to collate all the data in a summarised point. This can speed up having to read through the whole request form but most importantly highlight what is missing?? Audience? Objective? Messaging hierarchy etc. Thanks in advance Geraint
Hi Everyone,I have a below use case where I am facing an issue with policies applied to custom container component which has been inherited from AEM core container component.Problem statement:We have our AEM editable template pages where container component is used as a parent component to author the custom components on the page. I have a new requirement to create a custom component with title,rte,image and one container component included using data-sly-resource in it. The problem here is when I have created a custom policy for the new custom component 's container included in it. It is inheriting the common container component policies but not the one I have created for it. when I click on the embedded container component from sidekick and click on "+" insert component from component's EditableToolbar, it is picking the correct policy where I am restricting components from but when I click on the parsys where we see "Drag components here" message inside the nested containe
Hi Everyone, Recently we found the attribution of traffic source might not reflect the reality.The display traffic became much lower than search before, which is very unlikely according to our google ads data. We did not change ads budget allocation that much between search and display ads.
Join our experts to see how Adobe Journey Optimizer (AJO) and Adobe Experience Manager (AEM) combine to deliver real-time, scalable personalization while streamlining content delivery, reducing duplication, and ensuring consistency across email, web, and push. Whether you're on a small team or at a large enterprise, this session will show you how to boost content velocity, protect brand integrity, and personalize at scale—without overhauling your workflow. Date: 31 July 2025Time: 8:30 am PT Can’t make it? Sign up anyway and we will send you the recording afterward. We hope to see you there! REGISTER NOW!
Hi all,I am working with AEM as a Cloud Service and trying to handle multipart form-data using Jersey's @FormDataParam annotation for file uploads. However, I am facing issues with this approach, and I wanted to check if anyone has encountered similar problems or can provide a solution.Here are the details:Environment: AEM as a Cloud ServiceLibrary: Jersey 2.25.1(jersey-media-multipart) for handling file uploads via @FormDataParam.Issue: The @FormDataParam annotation does not seem to work as expected in AEM Cloud. The form data, including files, is not parsed correctly, and the parameters are not being extracted.Here’s the code I’m using: @9556322("/upload")public class FileUploadService {@164372@9556322("/file")@Consumes(MediaType.MULTIPART_FORM_DATA)@Produces(MediaType.APPLICATION_JSON)public Response uploadFile(@FormDataParam("file") InputStream uploadedInputStream,@FormDataParam("file") FormDataContentDisposition fileDetail,@FormDataParam("description") String description) {St
Thank you to all who attended and participated in today's Calculated Custom Field workshop with the Adobe Workfront Customer Success team. There were so many great ideas shared in the chat, so I'll add those as replies below.If you missed the session, no worries - here is a link to the recording (expired May 2024) and a copy of the slide deck with instructions and ready-to-use formulas is attached. We discussed best practices and tips for creating custom forms and walked through 3 calculated custom field examples:Identify the date(s) of status changes - use this to understand how long a work item was in a specific status (ex: On Hold)Link to a tab on an object (ex: Link to Hours tab -- creating a clickable URL for users "Click here to log time")Calculate the number of days between Actual Start and Planned Start or Actual Completion and Planned CompletionI encourage those in attendance to share the formulas and a short description of the calculated custom fields your organization
I'm using the below imports on AEM aa CS. So i have added the respective dependency as well. Core build works fine if i upload core jar to aem console getting the error in import packages (added a ss).IMPORTS : import com.adobe.aemfd.docmanager.Document;import com.adobe.fd.ccm.channels.print.api.service.PrintChannelService;import com.adobe.fd.output.api.*;Dependency : <dependency><groupId>com.adobe.aemfd</groupId><artifactId>aemfd-client-sdk</artifactId><version>6.0.1244</version><scope>provided</scope></dependency>AEM console Error:Full Build Error :I tried to change the start level while uploading the jar, still fails. Any suggestions welcomes.Thanks in advance.
I'm using AEM aa CS, I need to generate a PDF using xdp template and xml data. So i used Output service api as per the below link.Generate PDF documents using output service | Adobe Experience ManagerI'm getting the import error while uploading the bundle in my local AEM aa CS.I added the following dependency.<dependency><groupId>com.adobe.aemfd</groupId><artifactId>aemfd-client-sdk</artifactId><version>6.0.1328</version></dependency>Please let me know if i missed anything, thanks.
Hello community, Reviewing the typology rules, we have found that the typology rule that comes by default in the system “Unqualified address” has nothing in the “Filter” section (I include screenshot), does this mean that it is not really doing anything or we are looking at something wrong?) Thanks
Hi Everyone, Unlock the full potential of Adobe Experience Platform and apps at The Skill Exchange event through expert-led sessions. Save your spot and register today Join us on Wednesday, August 13, for a power-packed day of learning focused on Adobe Journey Optimizer (AJO) and Real-Time CDP, all designed to help you maximize customer impact, simplify workflows, and scale personalization. Type Title Speaker(s) Keynote Opening Keynote Klaasjan Tucker & Nimasha Jain, Adobe Real-Time CDP Balancing AI Personalization, Privacy, and Data Security Ketan Bhanushali & Lalitha Kavutharapu, Prudential Real-Time CDP Maximize Media ROI with RTCDP Collaboration Giuseppe Cagliostro, Wavemaker Journey Optimizer Calming Customer Chaos: Tackling Complex Journeys in AJO Adam Wilson, Air Miles Journey Optimizer Solving Adobe Journeys Beyond Email: Catch Errors Early Stephen Cave, World Vision & David Kangni, RiteAid More to Explore The Skill Exchange runs August 13–21, spot
Hi Community,I’m working on an email in Adobe Journey Optimizer (AJO) and I keep getting the following warning when validating the message:{ "type": "https://ns.adobe.com/aep/errors/CJMMAS-2001-200", "title": "The opt-out link is not present in the email body.", "status": 200, "report": { "additionalContext": { "errorLevel": "WARNING", "variantId": "7cc39f90-7b4b-4e40-957b-fdd9bdda767d", "variantName": "default", "source": "MESSAGE", "channel": "email" } } }I understand this is Warning only (status 200), not a hard error, but I would like to know:How can I ensure the opt-out link is fully recognized by AJO and remove this warning?I am currently using this opt-out link in my footer:<p style="text-align:center;"> <a class="arc-link" data-nl-type="unsubscription" href="https://example.com/unsubscribe" style="color:rgb(150,156,170); text-decoration:underline;"> Click here to unsubscribe from further email c
Assuming that I work the Bank and I want to delete Profile because customer is fraud etc and I do not want that profile to affect Aggrement Limits I should use this endpoint?https://developer.adobe.com/experience-platform-apis/references/profile/#operation/deleteEntityDo you know any other way?Do the data from Identity Graph should be deleted separately? Does these data affect data limits?
Could somebody explain me for which specific use case'es are specific Condition types?How you deal with the case:1. Customer clicked on the pop-up regarding consent2. Then the Condition is checked in Rules3. Then CDP has the consent to collect data?
Hi, There are few records which have failed to ingest (to a dataset having batch ingestion) due to MaxIdentities error and InvalidXdm error. For MaxIdentities it says "Identities size is more than defined limit 20 for Ingestion" and for InvalidXdm it says "Invalid ECID found. Skipping this record". Could someone please help me understand what does the MaxIdentities error mean? And if there is any way to stop these records from failing? Thanks,Sambit
Hello Adobe Community, So, our team is trying to do some cleanup on our total number of profiles in RTCDP and data size. I was wondering if any other teams have experience with this and have any good recommendations for how to reduce either. Thanks, Nick
Hi, i have an include that brings in an HTML file, which I invoke twice within my component, something like <sly data-sly-include="${'HeaderUserInfoList.html'}"/>. The thing is, in one invocation the full code should be shown, but in the other I want to hide several divs. The code is extensive, so I don’t want to duplicate it — I’d like to pass a parameter (true or false) and hide parts with data-sly-test or something similar. Is there any way to do this? I tried using resource, but it was crashing. My component is Header, and inside it I have this HeaderUserInfoList file — all together in the same component. Best regards and thanks.
Hello Team, In my Language-masters page, in one component I have configured this page link: /content/abc/xyz/language-masters/en/testpage#my-booksWhere /content/abc/xyz/language-masters/en/testpage is the link to AEM page. Then adding #my-books at the end. When I rollout this page to Live copies, Link is not changed automatically.However, when I configure the link as : /content/abc/xyz/language-masters/en/testpage After rollout, this link is auto changed to /content/abc/xyz/fr/en/testpage where fr is county code Is this known behaviour?In this case, I need to have 2 fields in component dialog authoring section1: page link: /content/abc/xyz/language-masters/en/testpage2: Identifier: Text Field: #my-books cc @arunpatidar @amitvishwakarma @partyush Thanks in advance
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.