Explore product-specific spaces to ask questions, share insights, and learn best practices.
Recently active
I tried the tutorial previously and it seems the AEM components I have for regular AEM needs to be redeveloped for AEM+EDS? perhaps there's more to it? Thanks!
Join us for two action-packed days of learning, hands-on sessions, and networking with the global Adobe developer community. Whether you’re exploring Adobe Experience Manager, Adobe Commerce, or Edge Delivery Services, there’s something for everyone—from beginners to seasoned pros. ✨ Why Attend? Exclusive Insights: Direct access to Adobe product teams & real-world solutions. Hands-On Learning: Apply AI, workflow integrations, and Edge Delivery Services immediately. Community Connection: Exchange ideas, network globally, and advance your professional growth. 💻 Hybrid Event: In-Person (San Jose, Paid) – Get the full hands-on experience. Virtual (Free) – Participate from anywhere, no cost! 📅 When & Where: San Jose: Nov 10-11, 2025 Virtual: Nov 10-11, 2025 (Free!) Don’t miss out—register now!👉 Register Here Explore the future of content & commerce with Adobe. Your next big idea starts here!
Adobe Analytics workspace question SKU can be part of any shopping cart events (prodView, OpenCart, cartView, CheckOut etc)How do we create a segment for customer having SKU=ABC as part of prodView in their latest event for that SKU ? Here are the sample example of customer events sorted in time ascending order:Customer 1Time1: SKU=ABC, ProdViewTime2:SKU=ABC, OpenCartTime3:SKU=XYZ, ProdViewTime4:SKU=DEF, ProdViewTime5:SKU=DEF, OpenCartTime6:SKU=ABC, ProdViewTime7:SKU=PQR, ProdViewTime8:SKU=PQR, cartViewTime9:SKU=PQR, CheckOut Customer 2Time1: SKU=ABC, ProdViewTime2:SKU=ABC, OpenCartTime3:SKU=XYZ, ProdViewTime4:SKU=DEF, ProdViewTime5:SKU=DEF, OpenCartTime6:SKU=ABC, ProdViewTime7:SKU=ABC, OpenCartTime8:SKU=XYZ, ProdViewTime9:SKU=PQR, cartViewTime10:SKU=PQR, CheckOut In the Above example, customer 1 should qualify as the latest status for SKU=ABS is prodView on time6.However customer 2 would dis-qualify as the lates status for SKU=ABC is OpenCart on time7.
I am going to create some objects (lets say there is object XYZ) in Schema which would not be visible to everybody. If the User is looking for a Profile which includes data from object XYZ then is that data on RTCP visible for that user?
Hello Community,I’m trying to create an issue under a specific task (see image below). However, the issue always gets created directly under the project instead of the task, resulting in a structure like:Project >> Issue Nameinstead ofProject >> Task >> Issue NameI can move it afterward using Misc Action >> moveToTask, but I’d like to know if there’s a way to create it under the task directly in one step. Any guidance would be appreciated!
I'm trying to set up Adobe API Mesh locally within a Docker container and am encountering an issuewhere the `aio api-mesh run` command appears to hang after starting the local server. Here's a breakdown of my setup and the issue:1. Custom Docker Container Setup:I'm using a `docker-compose.yaml` and a custom `Dockerfile` to create my development environment. # docker-compose.yaml snippet node: image: node-js-lts:latest build: context: . dockerfile: ./base-images/node/Dockerfile volumes: *appvolumes # Assume this mounts my project directory command: tail -f /dev/null # keep container running idle ports: - "5000:5000" # ./base-images/node/Dockerfile FROM node:lts USER root # Install GitHub CLI and then install aio-cli and required plugins RUN (type -p wget >/dev/null || (apt update && apt install wget -y)) \ && mkdir -p -m 755 /etc/apt/keyrings \ && out=$(mktemp) && wget -nv -O$out
When attempting to create a workfront to sharepoint connection I am getting an error that refers to a reply address but it's unclear where this information should be setup. I'm assuming it's in sharepoint but am unable to locate this setting. Connection - Client ID, Secret and Tenant ID entered and continue select Error ReceivedAny ideas where to start?
I am trying to generate and deploy an apk file for the Geometrixx Outdoors demo app in AEM 6.1, for which I followed the documentation step by step.After installing the apk on my android phone, it is stuck on the Splash screen and I am not able to navigate further.Has anyone tried installing the apk file on an android phone? Please share the steps for generating and deploying so that I can validate my process.Thanks,Ashwin
Hi Experts,I am using v1/carousel core component as extending resourceSuperType in my .xml. I want to show hide the entire dialog of the component using show/hide dropdown functionality, as if i select core i need to show all the core dialog and if i select 'custom', i need to show custom dialog. I am having dialog config in cq_dialog and show hide using granite:class but the issue is the core dialog tabs are showing on top of my dropdown selection and if i select my drop down it displays the dialog again below. How to achieve the show/hide properly.
The site in question does using use or apply CSP Nonce on every section or page, however the guidance on enabling CSP Nonce is to add a configuration in the Core library and add a data element. Is there another way to get Nonce added to Core dynamically instead of universally, using a Rule and custom code? Initially we applied CSP Nonce universally and several site sections broke; ideas and guidance to create an alternate solution are appreciated. Ref: https://experienceleaguecommunities.adobe.com/t5/adobe-analytics-questions/csp-nonce-in-core-extension/m-p/424780#M34544 https://experienceleaguecommunities.adobe.com/t5/adobe-analytics-questions/adobe-analytics-scripts-blocked-by-csp-need-guidance/td-p/757941 https://experienceleague.adobe.com/en/docs/experience-platform/tags/client-side/content-security-policy
Description - the current Web SDK "set-consent" behaves a little unexpected in different situations, leading to unwanted results, whereas a the legacy Visitor ID service behaved differently. Examples: A) A new visitor denies cookies. With the Visitor ID service, you would've just denied the consent categories, mapped to the Adobe tools without having any whatsoever cookie written. With the Web SDK however, if you send a general "opt out" through the "set-consent" action, two things happen "kndctr" cookies are set (!) if the company has a RT-CDP license, a pseudonymous profile is created (correct me if am wrong!) with the consent preferences attached to it In my opinion, none of the two above make sense, and cookies written lead to potential legal problems. Now, I am a seasoned Launch developer and have a workaround that involves local storage and some other constructs to make sure the "set-consent" rule only triggers (and writes cookies and creates a profi
Everything that’s present in prfile store is also present in dataLake.Lets say there are 4 system sending event streaming data. From profile UI we can see all 4events. How can we back track it to find out which dataset they have the record entry in dataLake ?
I would like to run a query in Query Studio which produces a list of audiences with the following details: id, description, name, profile count. I am wondering how to expand the following query to get not only ids and profile counts but also names and descriptions: SELECTCONCAT_WS('-', key, source_namespace) AS audience_id,COUNT(1) AS count_of_profilesFROM(SELECTUPPER(key) AS source_namespace,EXPLODE(value)FROM(SELECTEXPLODE(segmentMembership)FROM<correct_dataset_name>))GROUP BYaudience_id;
Hi Everyone, I’m looking for an effective way to identify duplicate assets in AEM (either by name, size, or binary content).Is there any out-of-the-box functionality, query, or Groovy script that can help find duplicates in DAM - especially when they might exist in different folders or under different paths?
I built an approval workflow for issues, but am struggling to report on it. I don't want an issue status report, just a record of pending/in review/approved/rejected approval status that is not the issue status. I'm testing out the canvas dashboards but can't figure it out. The process we've built does not include converting to a project and ideally we would not want to create custom group level statuses. I've considered building a custom form calculation to pull the approval status only, but not sure where to start with that either. We can do fusion but are under a time crunch so any ideas would be helpful!
Events in AEP are immutable, but can data distiller overwrite or delete the event record if it knows the _id value ?
HelloWe just switched to the new approvals and we have a ton of external users - am I seeing this right, that if they are Approvers, no proofing tool but they get the approval buttons. If they are Reviewers then they get access to the proofing tool. Huh??? Why no proofing tool for approvers?!?!Help! I can't seem to find any documentation.
As you can see in the screenshot below, I have the various values for a selected marketing attribute matching the criteria of starts with "emhvasmtouch3." However, when I create a visit segment for that same criteria, it doesn't include all of the activity. Note that "emhvasmtouch320250806" returns 10 fewer visits and is missing a $49 order. Is there a way to adjust my segment to ensure it matches what the basic filtered view would show?
We are running into errors when trying to filter data through Flow API for Salesforce CRM Source connector. The connector that used basic authentication worked successfully but another connector that uses OAuth is returning errors while the Payload structure is the same. Any known issues and workarounds to resolve it?
We have a TTL for ECID for 30 days, we need to add TTL for another namespace but with longer TTL. The UI doesn't allow us to create separate TTL for the 2nd Namespace, is it possible to create separate TTLs and does Support help in setting it up?
Hello everyone, We have followed Adobe's recommendation of implementing the adobe tags embed script in the <head> tag under our UserConsent script (OneTrust). We are currently facing an issue where the Adobe script is firing too quickly before the OneTrust (OptanonConsent) cookie is written. Resulting in the rule not firing for individuals landing on the page without previously having the OptanonConsent cookie. The question here is, if we were to move the Adobe embed script to the <body>, I assume that this would solve for the 'cookie not present' issue. Let me know your thoughts as I would like to understand if the placement recommendation in the <head> tag was strict or guidance and if so, why? Thanks,Tyrese
Hi! I'll be attending Max in LA later this month. Will anyone else be there? Summit used to do Workfront Breakfasts, and curious if Max may do anything similar? Would love to network with as many of you as possible!!
Has anyone been able to access Canvas dashboards from Sandbox? Would love to test it before going to prod.
Description - Apply attribution models to Data Warehouse exportsWhy is this feature important to you - So that we have an ability to automatically export approved data to vendors with the appropriate attribution in view.How would you like the feature to work - Be able to do attribution on metrics in Data Warehouse.Current Behaviour - You can only use Last Touch Channel as a dimension (with no ability to manipulate attribution window per report) and no metrics can be attributed.
I'm migrating Oak:index from AMS AEM 6.5.21 to AEM as a Cloud Service using the latest Index Converter utility (v1.2.5) and have observed that the utility merges some custom indexes with existing OOTB index definitions. For example, my custom index "abc" is being merged into the customization of "cqPageLucene-1" instead of creating a standalone custom index. Q1. What criteria the utility uses to decide merging vs. standalone creation ? Q2. Since these indexes serve different stakeholders with distinct requirements, would it be better to create them as fully custom indexes (e.g., customIndexName-custom-1) instead of following the utility's merge recommendation with existing OOTB index definitions (is that supported ?) Please share best practices for overriding Index Converter utility decisions, Experiences with similar migration scenarios.
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.