Explore product-specific spaces to ask questions, share insights, and learn best practices.
Recently active
Hello everyone, we are currently facing a challenge and it is the following: my profiles are being excluded when exporting them to a destination.What could be the cause of this??We did an exercise with the same audience where it was exported to 2 different destinations, in one it was excluded and in the other it didn't exclude anyone.
Hi is there any API call, that can give the list of all the batches that were ran for a specific dataset 'A' overall till today and between time period from 'B' to 'C'.Complete list of batches.
I have created a custom gallery component and added custom button component to it, (sling:ResourceSuperType as Core button component) using data-sly-resource as below.<sly data-sly-resource="${ 'deselectButton' @ resourceType='myproject/components/button', decoration=true}"></sly>1. For button component i have added style system and able to use it properly when i add button component directly on page. 2. Now, I have added gallery component on a page, and it has button component inside it, when I open the dialog, I'm not able to see styles tab, however, I'm able to see the paint brush icon when I hover on edit mode and add styles, but my problem statement is not able to view styles tab in button component dialog until I add some style using the paint brush icon. Please let me know if there are any solutions.
Hello, I would like to understand the query/search configuration using AEM Bulk Editor to pull a list of keywords e.g. 'Pensions basics' that is ONLY link text.Is this possible? Your feedback would be greatly appreciated.Thank you.
Hey there AEM community - I was curious what you all have implemented for logging of the AEM CDN logs. We have a use case in which we're looking to capture what domain is calling the images to download for internal tracking of where they're being called and how recently.Wanted to understand if anyone has already solved this use case from Square One or see if you have any thoughts on implementation.Thanks!Tyler Krause
Hi adobe community team,I am encountering the following error when trying to use akmai to logoc in current project:com.akamai.edgegrid.signer,version=[4.0,5) -- Cannot be resolvedcom.akamai.edgegrid.signer.apachehttpclient,version=[4.0,5) -- Cannot be resolvedhere the core pom.xml changes<dependency><groupId>com.akamai.edgegrid</groupId><artifactId>edgegrid-signer-apache-http-client</artifactId><version>4.0.1</version></dependency><dependency><groupId>com.akamai.edgegrid</groupId><artifactId>edgegrid-signer-core</artifactId><version>4.0.1</version></dependency>please provides you comment on the issue and provide your thoughts? #
There are custom sitemap generators in our codebase created by extending ResourceTreeSItemapGenerator, Is it register these two services according to specific rootpath.I have tried with sitemap_root property but it doesnt work
Hi everyone, I´m working in an AEM cloud project. I have configured my dispatcher to work as a reverse proxy following the next documentation: https://experienceleague.adobe.com/en/docs/experience-manager-cloud-service/content/implementing/content-delivery/pipeline-free-url-redirects so my dispatcher config looks like this: <IfModule mod_rewrite.c> RewriteEngine on # Reverse proxy managed by AEM DAM Map RewriteMap proxyRules dbm=sdbm:/tmp/rewrites/proxy.map RewriteCond ${proxyRules:$1} !="" RewriteRule ^(.*)$ ${proxyRules:$1} [P,L] # standard rewrite rules Include conf.d/rewrites/rewrite.rules # Rewrite index page internally, pass through (PT) RewriteRule "^(/?)$" "/index.html" [PT]</IfModule>It seems to be working almost fine, it is reading my map from a dam file and appling it correctly as I show next: I´m requesting <publish> /autonomos and in the response headers Location is retuning: <publis
Hello,I have created a proxy carousel component which is properly working in non-spa editors. But in spa-editor i am facing issue with add button under items. This add button is not responding without any console error's as shown below screen shot But if test same component in non-spa editor then it is working properly as shown below.I have referred below threads and tried some work arounds like but no luck1. Set cq:isContainer="{Boolean}true" in the component's .content.xml2. Configure proper event listeners in _cq_editConfig.xmlhttps://github.com/adobe/aem-core-wcm-components/issues/1124 https://github.com/adobe/aem-core-wcm-components/issues/341 https://github.com/adobe/aem-core-wcm-components/issues/421 Kindly need some help on this issue
I deployed the index in my AEM project, it works in Author but it's not working in Publish.<?xml version="1.0" encoding="UTF-8"?><jcr:root xmlns:jcr="http://www.jcp.org/jcr/1.0" xmlns:dam="http://www.day.com/dam/1.0" xmlns:nt="http://www.jcp.org/jcr/nt/1.0" xmlns:oak="http://jackrabbit.apache.org/oak/ns/1.0" xmlns:rep="internal"jcr:mixinTypes="[rep:AccessControllable]"jcr:primaryType="oak:QueryIndexDefinition"async="[async,nrt]"compatVersion="{Long}2"evaluatePathRestrictions="{Boolean}true"includedPaths="[/content/dam/project/master/pt/pages,/content/dam/project/master/en/pages,/content/dam/project/master/es/pages,/content/dam/project/master/pt/components/central-de-ajuda/faqs/categories,/content/dam/project/master/en/components/central-de-ajuda/faqs/categories,/content/dam/project/master/es/components/central-de-ajuda/faqs/categories]"maxFieldLength="{Long}100000"type="lucene"tags="[visualSimilaritySearch]"><facetsjcr:primaryType="nt:unstructured"secure="insecure"topChi
Hi I'm trying to generate webp renditition programmatly.We are looking at this implementationhttps://github.com/wttech/AEM-Cloud-renditions-tool But we faced com.day.cq.dam.core.impl.gfx.CommonsGfxRenderer gfx: could not write image as format 'image/webp'.Do you have any suggestions?
How to create a mvn project with aem forms packages? I need to use this import "com.adobe.fd.output.api.PostProcess" to write a custom post process for letters.AEM version : 6.5.22.0
Hi everyone, I'm currently working on document-based authoring using SharePoint, but I'm facing an issue and would appreciate some guidance. We are using an organization SharePoint site, and I’ve shared the document with helix@adobe.com by granting edit access. I’ve also added the SharePoint URL in the fstab.yaml file in our GitHub repository. However, when I try to preview or publish the document, I get the following error: 404 – Failed to fetch the page status. Make sure this document is shared with AEM. I’m unsure if this issue is due to using an organization SharePoint or if there’s something else I might be missing in the setup. Does document-based authoring work differently with organization SharePoint sites? Or is there a specific way external users like helix@adobe.com need to be granted access? Could anyone help clarify this and guide me on the correct way to set up document-based authoring in SharePoint for Edge Delivery Services? Thanks in advance!
Hi everyoneI'm working with a visual rule editor (as shown in the screenshot attached – possibly AEM Forms or a similar tool) and I'm trying to create a function like setActionField() that can accept a dynamic number of input values, instead of hardcoding a specific number of arguments (like field1, field2, etc.).Any guidance or examples would be greatly appreciated! Updating Media
While writing in Graph QL these error showing $imageFormat: AssetTransformFormat=JPG Unknowntype , _assetTransform: Unknown argument and _dynamicUrl cannot query field on ImageRef Updating MediaAnybody suggest me in this thing RegardsSyed Shaik
I have a usecase, where I wanna display all the forms a user has already submitted. I have the user details (like email). I'm relatively new to market. How can I fetch all the forms from market which user has submitted. I tried some suggestions online:Using "FIlled Out Form" query in activity log API and fetching the leads from there. But for some reason my lead's activity log is not showing this field.Also, using smart lists with email filter of person and form name set to any, shows the lead itself in the export list. How can I get the forms list from this. Form Ids should work in order for me to fetch form details using that. Thanks!!
In the world of customer experience, delivering the right message at the right time is crucial. While real-time engagement is powerful, many critical marketing use cases, from weekly newsletters to daily promotional campaigns, operate on a batch schedule. Adobe Journey Optimizer (AJO) provides a robust solution for these scenarios with the Read Audience journey activity. The read-audience documentation provides a great starting point for using this feature. This blog post aims to go a level deeper, providing a behind-the-scenes look at how to design highly reliable and scalable batch journeys by understanding the key guardrails and best practices. What is a "Read Audience" Journey? At its core, a Read Audience journey allows you to take a snapshot of an Adobe Experience Platform audience and have every profile within it enter a journey. This can happen in one of two modes: Scheduled: The journey runs at a predetermined time and frequency, and
we have a multifield and we are iterating them in html using list.in between iteration im using <div data-sly-resource="${'xyz' @ resourceType='prj/components/content/xyz'}"></div> but while authoring ill be getting resource xyz to author at one place not in all places.and same authorable fields are rendered everywhere.is it a write behavior?
I need to integrate the js file with index.html which get generate when pdf is html5 Can you share any refernce please
Hi, Our customer is planning to migrate thousands of videos from a third-party system to Adobe Dynamic Media. During our PoC we uploaded few videos and found that thumbnails are generated automatically from the first frame of the video. But, customer ask is to keep the same thumbnail as they had in their existing system. So, we decided to download the thumbnail image from third-party system and manually associate in AEM. We referred this documentation to associate custom image as thumbnail for the video (https://experienceleague.adobe.com/en/docs/experience-manager-65/content/assets/dynamic/video#adding-a-custom-video-thumbnail-1) However, this manual process is mostly impossible when number of videos are approx. 40 thousands. I'm looking for a solution to programmatically set the custom image as videos thumbnail. Can anyone provide some insight if there is any API available for this? Thanks in advance.
When working with lookup schemas, you may often need to filter a list of objects based on more than one attribute. This guide explains how to perform multi-attribute filtering on lookup schemas using nested filter() functions. This is especially useful when you need to narrow down a list of objects based on more than one condition—such as filtering products in a shopping cart by both ID and color. When to Use This Pattern We should use nested filtering when: You need to apply multiple independent filtering criteria on a list within a lookup schema. You want to avoid complex expressions that may lead to expression parsing errors in your event processing system. Where to write the expression Open your journey in AJO. Select the condition where you want to apply the multi-attribute filter. In the configuration panel, look for the "Expression" section. Click "Edit" (or the pencil icon) to open the expression ed
The Journey Dilemma: Balancing Personalization and Compliance In healthcare sector, using a customer journey orchestration platform presents a key challenge—how to deliver personalized, engaging experiences while ensuring every touchpoint remains fully HIPAA compliant. The Reality You Face Daily: ❌❌❌❌❌Current Pain Points: - “I can’t use patient diagnosis data in my email campaigns - legal won’t approve it” - “My journey needs clinical data, but marketing team can’t see medical records” - “Every journey takes weeks to get compliance approval” - “I’m afraid to use real patient data for testing and optimization” - “Audit logs are a nightmare - I can’t track who accessed what data when” ✅✅✅✅✅What You Actually Need: - Build personalized journeys using sensitive healthcare data safely - Collaborate with clinical teams without exposing restricted information - Get automatic compliance validation as you build - Test journeys wit
Dear Adobe Campaign Community,Your time is precious, and we understand the importance of efficiency when it comes to troubleshooting issues with Adobe Campaign.That's why we're excited to again bring you our carefully curated collection of Top KCS (Knowledge-Base) Articles for June 2025, designed to help you resolve common challenges swiftly and effectively.Our Top KCS Articles are your shortcut to:Quickly identifying and resolving recurring issues.Accessing expert insights and best practices for Adobe Campaign.Streamlining your troubleshooting process for maximum productivity.Empowering yourself with the knowledge to tackle any campaign-related problem head-on.Why spend hours searching for solutions, when our Top KCS Articles have already done the heavy lifting for you?Let us help you save time so you can focus on what truly matters – creating exceptional campaigns with Adobe Campaign.Start supercharging your problem-solving skills today by exploring our Top KCS Articles!&nb
Streamline your campaign and journey launches in Adobe Journey Optimizer with integrated approvals that speed up decisions, ensure governance, and boost confidence. Discover three proven strategies to leverage approvals for managing urgent campaigns and journeys, and resolving policy conflicts with ease. Use Case: Ensuring Complete Approval Coverage Every marketing organization faces the same critical question: How do you guarantee that all campaigns and journeys get proper review before activation or publishing while still enabling fast-track approval for urgent campaigns and journeys? Adobe Journey Optimizer's approval feature provides the answer through intelligent policy configuration. Once you activate at least one approval policy in your sandbox, the "Request Approval" button automatically appears in your campaign and journey interfaces—no additional setup required. Critical Note: If you have active policies but none qualify for a specific campaign or journey, th
Microsoft joined Gmail and Yahoo in requiring DMARC for large senders (5,000 or more emails per day) in their consumer email services outlook.com, hotmail.com and live.com. Beginning May 5, 2025, Microsoft started rejecting emails that don’t meet the new bulk sender requirements. Why is this happening? Let’s understand In today's digital landscape, email remains a cornerstone of communication and marketing. However, with the rise of phishing attacks and email spoofing, ensuring the authenticity of email communications has become paramount. This is where DMARC (Domain-based Message Authentication, Reporting & Conformance) comes into play. What is DMARC? DMARC is an email authentication protocol that builds upon two existing mechanisms: SPF (Sender Policy Framework) and DKIM (DomainKeys Identified Mail). It allows domain owners to specify how receiving mail servers should handle emails that fail authentication checks. By doing so, DMARC helps prevent un-authori
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.