Explore product-specific spaces to ask questions, share insights, and learn best practices.
Recently active
Hi all, hope someone can help me on this.I have a conversion report, when I look at it in the time range of April only, it shows the correct conversion with the Month metric.however when I change the time range to This Year - it shows all months, but the conversion rate of April (as example) and other months are shown completely different.how can i trust this numbers to create a monthly view?
Hi everyone, I'm working on an AEM React SPA project and facing an issue with delayed content updates on the publish instance. Website structure: /content/mysite/us/en/home en page created using SPA root template. home page created using SPA Page template The SPA loads en.model.json in the network tab. When I publish any child pages under /en, the changes take a long time to reflect on the publish instance. Upon investigation, I noticed that the en.model.json is not updating immediately after child page publishes. If I manually republish the root en page, then the en.model.json gets updated and the changes appear right away. Is there a way to ensure the en.model.json gets automatically updated when any of its child pages are published? Could this be due to Sling Model Exporter caching, Dispatcher configuration, or publish instance behavior? Any best practices for cache invalidation or model propagation in AEM SPA projects? Thanks in advance!
Has anyone successfully integrated AEM Forms with SharePoint for document storage or workflow management? I'm looking for guidance on the best approach to set up a seamless integration between AEM Forms and SharePoint to store form submissions and documents securely. Specifically, I'd appreciate insights into using REST APIs, connectors, or any out-of-the-box solutions that have worked well for you. Any tips or best practices would be greatly appreciated!
Hi all,Yesterday I found myself working on a report and I needed to get the bounce rate for a specific country. I already setup the calculated metric to get bounce rate, but then I realized that no option to use calculated metrics on reports from the data warehouse.I think there´s no way to do this, so that´s my proposal to be included on the platform.
Can we add an option in the admin section where we can define the default fields of a forms, when a new form is created within that particular instance. Ex: Currently whenever we create a new form, we always get First Name, Last Name and Email. There should be an option in admin section where we can define some custom fields like UTM etc. as a default field available in the form whenever anyone creates a new form.
Hi Community, I'm creating a document report for proofs and would like to flag where the proof has been archived. This would give users a heads up that the proof was archived before clicking on the proof link. I can't see anything apart from on a Proof Approval report. ThanksMatt
Description - At present my understanding is that we are only able to see collisions information in Target by opening each activity, this is very time consumingWhy is this feature important to you - We have many experiments running at the same time often using the same website pages.How would you like the feature to work - A collisions dashboard that would show all of the activities running on a specific page.Current Behaviour - Currently I can only see this information by seperately opening each activity.
Request for Feature Enhancement (RFE) Summary: Introduce a built-in visual debugging tool in AEM Author to detect and highlight failed ClientLibs loading (eg. 404s, category mismatches). Use-case: AEM pages often break in layout or functionality due to missing or incorrectly loaded ClientLibs, especially during template development or after dispatcher/CDN deployments. Authors and content editors face difficulties identifying these issues quickly without browser dev tools expertise. Current/Experienced Behavior: Missing ClientLibs result in broken layouts, JS errors, or missing styles/scripts - but no warnings are visible to non-technical users on the page itself. Only browser dev tools or logs reveal these issues, making root cause analysis slow. Improved/Expected Behavior: AEM should highlight missing ClientLibs visually on the page, or provide a debugging overlay or console warning for authors. This should include category mismatch detection, permission issues, and HTTP er
Is there a way to stop the project name from autopopulating as the template name that is being used to stop the project?
While I have seen some suggestions related to using metadata values to restrict download while still allowing the group to view (read) assets, but I do not quite understand the approach. I would be interested in any approach that would provide this restriction effectively.
Request for Feature Enhancement (RFE) Summary: Provide a restore functionality for Assets Console Use-case: As an editor, if I have accidentally deleted one asset from the Classic Assets Console (/aem/assets.html) in AEMaaCS or even a folder with hundreds of assets, I would like to have an easy way to restore the deleted item(s). Current/Experienced Behavior: Currently, I have no chance to restore them. The only option is to do a "Restore content" via Cloud Manager, done by the admins which would restore the whole instance and with that changes, which have been done in the meantime, will be gone.I do not understand why a enterprise CMS does not offer such a basic functionality like a trash folder for asset! Improved/Expected Behavior: Provide a trash folder for the Asset Console were deleted items first end up after deletion. From there they could be restored. Of course some purge task should clean up here after a certain time which should be configurable.The new Assets UI has
I am attempting make my status turn red when a task status is late. The code continues to be incorrect. Below is my latest attempt. enumclass=com.attask.common.constants.ProgressStatusEnumenumtype=TASKlinkedname=directnamekey=progressStatusquerysort=progressStatustype=enumvaluefield=progressStatusvalueformat=valIF({progressStatus}!= LT)=valueformat=val<div style="background:#ff0000;">
When tiles are used to generate TOCs the period (dot) that is included in the title creates inconsistent spacing when a dot leader tab is used. What is the Reference Page syntax to remove the period from the title? I currently am using: <$paranum> <$paratext> ....................................................................................<$chapnum>-<$pagenum> Thanks in Advance!
hi All, I was trying to understand how does the ACDL communicate with TAG management. I could get the below information ACDL collect the data, triggers can be based on ruleACDL pushes the data to the TAG management solution I couldn't find the below details How is the data pushed, is this via APIIf API is used how does the authentication happenThanks in advance Nikhil
At Adobe Summit 2025 we are bringing the AMAs (Ask-Me-Anything) out of the Community and on to the stage! We will be hosting the Journey Optimizer AMA Live on Scaling Orchestration to Omnichannel Engagement in Adobe Journey Optimizer - a follow up of the Scaling Orchestration to Omnichannel Engagement in Adobe Journey Optimizer [L535] lab at Summit, to continue the conversation with the experts after the lab. Topic: Scaling Omnichannel Engagement in Adobe Journey Optimizer When: Wednesday 4:50 - 5:10 PM PST Where: Community Pavilion Theater With: Aditi Dash, a.k.a. @ad30, - Sr. Manager, Product Management, Adobe & Sandra Hausmann, a.k.a. @hausmanns, - Sr. Technical Marketing Engineer, Adobe Add to Your Summit Scheduler Now! Whether you're attending the Summit lab in person or not, this is your chance to engage directly with our experts and get your most pressing questions answered related to the above top
Is there a way to use page property values in the initial template? For example, I’ve added a text component in initial/.content.xml—can I dynamically use the page title from the page properties as the text value in this component?<textjcr:created="{Date}2024-03-06T01:11:46.178-05:00"jcr:createdBy="admin"jcr:lastModified="{Date}2024-03-06T20:43:19.059-05:00"jcr:lastModifiedBy="admin"jcr:primaryType="nt:unstructured"sling:resourceType="ABC/components/content/text"text="Page Title"/>
Hello , I setup the codeBase channel and followed the documentation : https://experienceleague.adobe.com/en/docs/journey-optimizer/using/channels/code-based-experience/get-started-code-based.The rule is firing , i can see all logs in Adobe experience debugger like request ,events but am not seeing any response.The Server is responding but client is not updating in client side.Even i followed this documentation : https://github.com/adobe/alloy-samples/blob/main/ajo/personalization-client-side/README.md let me know what am missing ?ThanksAJODev
I have an A/B test set up with AEP audience ( 8 clients) , but I see that all the 8 users are assigned Control experience and none of them got Variant
I would like to display on a report not only the project name listed in a typeahead field but the reference number for that same project, is this possible?
We are planning to build the propensity models using the Customer AI functionality that is included in our subscription. Will creating these models using the out-of-the-box Customer AI capabilities will have any cost implications—either in terms of licensing or data volume/records processed.
In the dev sandbox - seeing this dataset error: The message cannot be validated due to the format error: #/placeContext/localTime: [2025-04-30T10:31:15.693Z-07:00] is not a valid date-time. Expected [yyyy-MM-dd'T'HH:mm:ssZ, yyyy-MM-dd'T'HH:mm:ss.[0-9]{1,9}Z, yyyy-MM-dd'T'HH:mm:ss[+-]HH:mm, yyyy-MM-dd'T'HH:mm:ss.[0-9]{1,9}[+-]HH:mm]. However - I'm not seeing it in the prod sandbox -- any ideas on why this is happening?
In my AEM 6.5 template, I have the following code snippet. When it gets rendered on the publish instance, the <br> tag is automatically converted to a self-closing <br/>tag, even though no self-closing tag is present in the original template. The same behavior occurs with the <meta...> tag, which is rendered as <meta..../> the same as other void elements. Could you help me understand why this happens? I’m asking because the W3C Validator flags this as an issue, stating: "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values."Here’s an example of the rendered output:<head> <meta charset="UTF-8"/> </head>Here is my AEM template snippet:<li> <sly data-sly-call="${iconTpl.icon @ icon='ui-checkmark', additionalClasses='c-icon--no-inline t-highlight t-highlight--positive'}"></sly> <a target="_blank" rel="noreferrer" href="https://something" >Bonuspr
Hi All,We are using AEM as Cloud Service, for log analysis I am trying to set up AIO CLI to download logs on daily basis and poll.I am able to download the logs but when I run it as scheduled job, its not working I do not see any error. Any pointers will be greate. Thanks,Sunny.
We are using AEM AMS and facing 404 issues with ClientLibs (e.g., /etc.clientlibs) even though the dispatcher filter is already allowing them. What could be the reason?
We have added some specific description text in our program(Under program name) and now we want to findout how many program has the same description. However, there is no direct filter or report to search these programs. Can this be added in the list of search options in the upcoming releases as many other Adobe clients as also using Description field and this will be very helpful for all of them.
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.