Explore product-specific spaces to ask questions, share insights, and learn best practices.
Recently active
It is just me or do the log files seem to be even slower to process and post? I am looking at a history screen with 9 runs that have yet to process the history - all of them are at least 15 mins old. Makes it hard to diagnosis issues... just sayin
I like the Question asked by @Viktor Lazar here The 2026 question is "what is the content supply chain that produces the experiences, and where does the component library fit inside it?" If New Age AI Architecture looks like this (taken reference from https://www.trainyfi.ai/post/aem-is-no-longer-the-brain-ai-is) AI Agent Layer ↓Calls into:- AEM (content)- AEP (data)- Target/Journeys (activation) ↓Continuous optimization loopI have a few key questions from an AEM developer’s perspective:How should AEM components be designed within this new AI-driven ecosystem? What should AEM developers specifically focus on when building solutions in this model? Where is the “working model” in practice, given that it no longer resides solely within AEM? How will this shift toward AI-driven orchestration shape the future role of AEM and its component architecture?Given that the “working model” is now distributed across AI agents, AEP, AEM, and activation layers, how do we practically design and al
I have a requirement on designing Aem content fragment models & graphql endpoint for a mega menu. Where the menu items stored in content fragments currently. I am facing challenge with deeply nested fragment structure( Around 4-5 levels). I want to avoid this nested structure and the requirement is to use the content fragments. Using json objects is also not suggestable because of business authoring.Suggest the best way to solve this any new way of using CF.
Please add the ability to delete multiple items at once within Marketo Engage.
Join us for the next session in our Adobe Analytics Certification Masterclass series focused exclusively on the Adobe Analytics Business Practitioner Expert (AD0-E208) certification.This hands-on workshop, guided by seasoned Adobe Analytics Champions, offers you the chance to get insider insights on the latest exam structure, key topic areas, real-world use cases, and expert tips to help you prepare efficiently and effectively for certification.Whether you’re just beginning your certification journey or looking to renew your credentials, this masterclass will equip you with the knowledge and confidence you need to succeed. Don't miss this opportunity to enhance your skills and connect with fellow professionals.💡 Bonus: We’re giving away Five FREE Adobe Certification Vouchers to lucky participants!💡💡Double Bonus: All active participants receive exclusive 33% discount on their next certification.📅 Date & Time:Thursday 18 June, 2026 11:00 AM GMT/3:30PM IST🏢 Key Takeaways: Underst
Does AJO generate some dataset which contains all the details regarding what type of:content peronsonalization / syntax which specific fragments Were sent to customer?
There used to be an interface within Marketo that allowed the deactivation of multiple trigger campaigns at once. This was a great time saver and would be very useful to reimplement. It is painful and severely time-consuming to have to manually go to each folder within each program to deactivate trigger campaigns.
Please ping me at John@syncpointdigital.com if you are interested in learning more.
Please update UI so that when smart campaigns (and possible other items) are deleted, the UI doesn't scroll to the top of the instance. This is highly irritating and wastes time for end users who have to scroll back down to the folder they were working in.
Description - Currently if a user sorts the task list by something other than task number, the tools for indenting/outdenting and adding tasks above/below the line become inaccessible. Instead of making them inaccessible, show those tools and pop up error messages telling the user the task list needs to be sorted by task number to use this feature and give them a button to immediately resort their task list by task number to proceed. Why is this feature important to you - Users are constantly sorting their list by another column, not realizing this, and then getting extremely frustrated when they cannot find the indent/outdent and add task above/below tools. I have users run into this issue pretty consistently. How would you like the feature to work - It would be a more user friendly approach to instead show the user the tools and tell them that they can't use them without re-sorting their task list by task number. It would be even better if you could also give th
Users need the ability to do fuzzy lookups in Marketo Design Studio so that we don’t waste time and resources within the platform recreating and uploading duplicate images and files. This feature was removed a while back without consulting users on whether they needed the ability to do this.
I regularly check the CJA release notes for updates and fixes using the link provided. However, I am trying to locate the descriptions and details for the ticket numbers listed in the ‘Fixes for Customer Journey Analytics’ section. In the past, I have opened several support tickets, but my tickets begin with ‘E-’, while the ones in the fixes section start with ‘AN-’. Can you help me understand where to find the information for these 'AN-' tickets?https://experienceleague.adobe.com/en/docs/analytics-platform/using/releases/latest#fixes-in-customer-journey-analytics
Hi there!I have a feeling some update happened to report builder in May?Today I tried to perform one of my monthly operations, and noticed that Report Builder wiped out Excel tables instance. Long story short: I pull the data with Report Builder and do some Power Query processing on the next stage. For Power Query to work the easiest way is to refer to table instance, named ranges. Today after the update Power Query broke and I noticed flat data instead of table instance is there. I tried to find corresponding feature in documentation or in setup and failed. Wondering if I can here get some feedback from Dev team why? Anyone except of me is affected by that? For the reference. Before Now
I am using Adobe Analytics Reporting API, where I have a custom dimension 'Page Name' and 'UserID'. 'Page views' and 'Unique Visitor' are the metrics that we want. Using the API we want a breakdown of every Page Name with the User ID - page views and unique visitors metrics. However, we are unable to get the desired response. Could someone help on this? Thanks.
I’m looking to learn from others who may have a similar setup or have solved a comparable challenge.Currently, our video workflow runs through Workfront, where metadata is captured and then pushed into AEM. However, the actual video files themselves are stored externally in Brightcove rather than in AEM.We’re exploring ways to improve the end-user experience in Content Hub by:Displaying video metadata coming from AEM Including a video thumbnail for visual context Providing a direct external link (stored in Workfront/AEM) so users can easily access the video in BrightcoveQuestion for the community:Have you implemented a similar approach where metadata lives in AEM (or another CMS), but the actual asset is hosted in a different platform?If so:How did you structure the integration? How are you surfacing the asset in your content hub or discovery layer? Any lessons learned or best practices you’d recommend?Appreciate any insights or examples you can share!
Hello, I’m a relatively new user and am trying to understand Marketing Channel Classification. For example, I have a table where I am pulling in Marketing Channels broken down by Marketing Channel Detail and Page Query String for Marketing Channel Instances.Looking for help understanding why campaign 710421 with the same Page Query String is being classified under Paid Social and Other Campaign. Our marketing channel is set to expire in 90 days, Paid Social and Other Campaign are set to Override the Last Touch Channel.Does the table below point to an issue in our Marketing Channel Processing rules?Appreciate any advice in understanding the table below. Marketing Channel Processing rules for Paid Social and Other Campaign:
We're delivering Content Fragments headlessly via the AEM as a Cloud Service GraphQL API for a multi-market site. We already use `_locale` to fetch the right language version of our fragments, and it works great OOTB. What I'm trying to figure out: Is there an equivalent OOTB system parameter for country or market the way `_locale` exists for language? Something like a _country OR / _market argument I could pass into the query?Our content structure looks like “/content/dam/<brand>/us/en/...”, “/content/dam/<brand>/uk/en/...”, etc. I know I could filter on `_path` with `STARTS_WITH`, but for this use case we'd prefer not to rely on path-based filtering.Question:1. Does AEM GraphQL expose any OOTB country/market parameter, or is “ _locale” the only geo-related system parameter?2. If there's nothing OOTB, what's the recommended way to model market so it filters cleanly in GraphQL?
One of the few concerns I have had with Workfront is that, for larger projects, there is nothing that I see that relates to a project charter that should be created in the Initation process group or the project management plans that are major parts of the Planning process group. The intake and custom form has been helpful for projects that require less detail or planning, but not for the major initiatives. For those projects I try to keep to PMI (Project Management Institute) standards. Are you able to develop or account for those needs within Workfront? Also, if you don't have a PMP professional or PMI professional consultant, I would recommend that you have one be heavily involved/ consulted in Workfront development.
I have done a Adobe Analytics tracking setup via DC Launch using the XDM web SDK schema. I have mapped the eVar, props and Events and the setup seems to working fine. I am also using a Data object specified for the “Adobe Analytics” which sends data directly to Analytics. I am concerned that if this will cause any Data duplicacy in Analytics. Since the AEP datastream we are using for XDM Schema is sending to Adobe Analytics service and the Data object also does. However, the official Documentation seems to be indicating this setup (Although I cant find right now where I read that). I also verified this for some Adobe sites and they also use both the data objects simultaneously so I am not sure if this affects anything or Analytics filters this on its end.
I changed the OSGI web console user and password following the guidelines below: During the startup process, when I restart the instance and try to access http://localhost:4502/system/console, I can still log on with the default username and password, even though these have been changed.
Hi All, Wondering if anyone has solved for capturing a url parameter or UTM in DynamicChat? This was posted as an Idea 8 months ago. Absolutely need to find a way to solve for it.
We are currently unable to capture url parameters when a user engages with a dialogue in Dynamic Chat. This is a big miss IMHO because it means we're unable to align dynamic chat engagement with campaign activities, or campaign costs. Many people user UTM parameters, and we currently use GCLID and CMPID as parameters to align user engagement to marketing activity, and marketing investment. Capturing these parameters is critical to showing DC value.
Marketo Dynamic Chat currently does not appear to support capturing UTM parameter values and updating them in Marketo fields. Having this capability would be valuable for campaign attribution, lead tracking, and downstream automation. We would appreciate Adobe considering this enhancement in a future release.
I have an old quickstart from several years ago that didn’t include the GraphQL feature. I’d like to add it to my local copy so that I can do some personal discovery and testing. Is there a chance that there is a package I could download without having a business cloud account?
Hello awesome community guys, I found one missing tool in AEM MCP arsenal. Ended writing a custom mcp server that runs on AIO AppBuilder as runtime action.Explained here https://medium.com/@bsaravanaprakash/one-missing-tool-in-aem-mcp-registry-and-how-to-build-it-on-aio-902cc13b1afaWith this learnt experience, I quickly identified couple more tools usecases on my custom mcp server.Optimized product image search - tool will first hit PIM to resolve to more accurate tags and then hits DAM querying customized tags. Returns accurate product images Taxonomy Resolver - our DAM is massive (3.4M) and taxonomy follows rules. freetext image search mostly timesout due to volume. So custom tool, that runs taxonomy rules, narrows dam folder path and then run Adobe MCP asset search using querybuilder. Is there any more usecases you are able to find? Tool example, that is difficult with Adobe MCP registry, and qualifies for its own custom server? Please do share, ready to flex my muscles.
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.