Explore product-specific spaces to ask questions, share insights, and learn best practices.
Recently active
Everyone talks about Core Components, Cloud Service, and AI… but what about the hidden gems? Is there a little-known feature you use daily that saves tons of time? A workflow hack? A deployment trick? A authoring shortcut? Something that made you say, “Why didn’t I know about this earlier?!” Share your secret weapons!
Hello, We often hear about the push to AEM Cloud for its new features and scalability. But what are some real-world situations where sticking with AEM Managed Services (AMS) actually makes more sense? Beyond just 'confidential data,' what are the practical, day-to-day reasons why an organization might choose AMS over Cloud? I'm curious about those less-obvious advantages. Since, Cloud or EDS is not best-fit-for-all, shouldn't Adobe plan innovations on AMS too? Any insights if something is already in roadmap?
Hi All, I am trying to disable cache for HTML responses. I have these rules already in dispatcher config, <LocationMatch "^/content/.*\.html$">Header always unset Cache-ControlHeader always unset ExpiresHeader always set Cache-Control "no-store, no-cache, max-age=0, must-revalidate"Header always set Pragma "no-cache"Header always set Surrogate-Control "no-store"</LocationMatch> However, when I check response headers I still see this: cache-control: no-store, no-cache, max-age=0, must-revalidate,max-age=300 It looks like max-age=300 is being appended somewhere. I want to know from where this default Cache-Control: max-age=300 is getting added? What is the recommended way to override / remove this so my own no-cache rules are effective? Thanks in advance !
Marketo recently added a bunch of new {{trigger.tokens}} that can help reduce the number of nearly-redundant trigger campaigns, always a good thing. Some of the tokens are relatively “raw,” though: they output unique IDs, not friendly names. Massaging those into values suitable for people like sales owners takes a little work. Going global to avoid local bloat We had a request the other day for alerts on Program Status is Changed, where the New Status is in a list of interesting statuses and the program is any program in the instance. The alert email also has to include the new status. Such a campaign can of course be added at the program level: trigger on Program Status is Changed constrain on Program [is] <this program>, New Status [is] <list> include {{member.status}} in the email The problem is you’d have to do this for every program, forever. Nobody wants that. Instead, we wanted a single global campaign triggering on Program Status is C
We have a requirement of building functionality to show paginated list of users by the given filter criteria. Some of the filter criteria we have already achived by directly querying users from /home/users. We are facing difficulty in two filter criteria1) Find user by group name2) Find user by directory read access. We are unable to create query or anything that can support this requirement and returns paginated list of users. Following is our code so far. StringBuilder queryBuilder = new StringBuilder("SELECT * FROM [rep:User] AS u WHERE ISDESCENDANTNODE(u, [/home/users])"); if (StringUtils.isNotBlank(criteria.getUserId())) { queryBuilder.append(" AND (u.[rep:principalName] LIKE \"%").append(criteria.getUserId().trim()).append("%\")"); } if (StringUtils.isNotBlank(criteria.getUserMail())) { queryBuilder.append(" AND (u.[profile/email] LIKE \"%").append(criteria.getUserMail().trim()).append("%\")"); } if (StringUtils.isNotBlank(criteria.getCompanyName())) {
We are observing unexpected and malformed values in the App Advertiser ID within the Adobe Analytics data files associated with the mobile apps report suite. This issue appears to have started on September 17, 2025. It is very odd and I am trying to investigate but it is tough. Can someone please guide me what could be the issue? Is it an Adobe outage issue? Please see attached screenshot.
Guys, I am failing to get an idea what will happen to my current Nation profile once I move to a new Marketo instance (with new login details). How will I be able to login to the current profile :?
Hi all, does anyone know whether ChatGPT and other AI crawlers are currently already included in the IAB bot list? We're currently having the IAB bot list feature enabled, and are capturing the user agent of incoming traffic, and as far as I can see there are not "openai" user agents captured https://platform.openai.com/docs/bots/ Just wondering since our business stakeholders would be interested in getting the bot crawler traffic through, and the WAF is already opened up to let that kind of traffic through. Is there actually a way to unblock a certain browser in the Bot rules that may be included in the bot list?
Once the request queue is submitted along with a few custom forms, we need to restrict any further modifications to the custom form fields. A business rule logic should be implemented to ensure that only the custom forms are restricted post-submission, while other fields such as overview, status, etc., can still be edited
Brand new to Workfront and learning the different complexities of the reporting. Is it possible to create a report (or view) that only shows Programs that do not have a project with the word "Planogram" within it? I believe I'll need to use Text Mode for creating this filter, but wasn't successful when I used the below. EXISTS:A:1:project:ID=FIELD:IDEXISTS:A:1:project:name_Mod=notcontainsEXISTS:A:1:project:name=planogram Any advice or suggestions is greatly appreciated!
Have any of you that might be on the Ultimate license term used or experimented with Business Rules (underneath Setup)? I have found it can be a good tool, like a Swiss Army knife, to use in situations where you might not think of a solution. I'll share a few instances below that have been useful for our firm and would love to hear how others utilize the function. Users not attaching document to request - users were forgetting to attach docs (think brief) to requests and just submitting, making it difficult to supporting teams to know what was needed. A business rule was created that looked at that project request queue and to see if the has Documents=false on the request. False means no docs on the request so when user clicks Submit the request doesn't submit and they get a red banner message telling them to include document for submission...attach a document and the submission goes through. Assure an answer in a section of a form - we have a
Why multiple are set as default? I know that these are system ones
Consider dataStream have 10 fields from profile enabled schema. is there a way to restrict few fields in AEP dataLake ingestion, while getting all fields forwarded to other service such as Adobe Analytics ? So out of 10 fields , only 3 fields goes into dataLake but all 10 field goes into adobe analytics ? IS this even a possibility, I dont find any filtering feature in data mapping UI.
Description -Fusion convertProject module currently does not maintain the same order of custom forms when converted from a template. How would you like the feature to work - By default, when the issues are converted to either projects, it will nice to have the order of the custom forms is same as the template that is used to convert to project.Current Behaviour - It currently does not maintain the same order
What (The Issue):We’re creating a proofing report to track proofs that are taking the longest to get approved. As part of the report, we’ve added a calculated field called “Total Number of Days”, which shows the number of days from the proof’s creation date to its approval date.However, we’re running into a problem: we can’t sort this field when using text mode, as sorting doesn’t seem to behave correctly.Why (The Goal):The goal is to highlight proofs with the longest approval times at the top of the report. This would help stakeholders quickly identify bottlenecks and take action. Sorting by the total number of days is a key part of making this report useful.How (The Challenge / Request):Since we’re using text mode to customize the report, it seems to be blocking standard sorting functionality, especially for calculated fields like “Total Number of Days.”We're looking for suggestions, workarounds, or best practices to enable sorting on this calculated field while still using text mode
Our team is a small Marketing team, and we have a need for an all-inclusive Content Calendar (screenshot below) that can show:Spans of campaign in-market time (not working on the project time, but actual in-market/after launch time)Individual Launch dates for items like social posts, email sends, blog posts, PR posts, etc.I've done my best to solve 50% of this (the individual launch dates) by using little emoji's in each "Launch" task in a Project Timeline, so that it auto-populates on our Calendar. However, I have not been able to figure out a way to automate the spans of the dates that a campaign is in-market. It's making me crazy. For now, I'm manually adding them, but I'd love to fix that.How are you doing this, if you are?? Or, even if you have something similar, bring it on! I'd love to see how others do this, and any ideas you have around naming convention, automating the tasks to the calendar, etc. Any and all input/ideas are appreciated!!
Description -Task / Project / Issue description field to have text editor / formatting options (Bold, Italics, Underline, add image etc) like Comments sectionWhy is this feature important to you - To create structured content, To improve readabilityHow would you like the feature to work - Similar to the Comments sectionCurrent Behaviour - Text with no formatting
I have a requirement to add a custom column to the list view inside a collection in Adobe Experience Manager (AEM). Could anyone guide me on how to achieve this?
Do you pass these Identifiers into Identity Map?
I am trying to insert data in report suit using Bulk Data Insertion API.CSV file content:reportSuiteIDvisitorIDuserAgentPageUrleVar3eVar4prop9timestampbutterflymarketinglimitedbs23-pocfb_campaign_101Mozilla/5.0https://example.com/pageA1Name-A11112025-09-22T11:00:00.000Zapi response: { file_id: 'e188eaa6-7b43-46d8-a97b-bac50d99b48c', visitor_group_id: 'meta_campaigns_1758552430530', size: 198, received_date: 1758552431, rows: 1, invalid_rows: 0, upload_name: 'events.csv.gz', status: 'File received, awaiting processing', status_code: 'UPLOADED', processing_log: 'Processing complete: 1 rows will be submitted. No invalid rows.\n', idempotency_key: 'e188eaa6-7b43-46d8-a97b-bac50d99b48c' }The problem is I see no data inserted into report suit.What could possible gone wrong?Ask me, If you need for information.
Its not possible to change email address in the event journey as I see... Is that right?
Dear AEM Community, Your time is precious, and we understand the importance of efficiency when it comes to troubleshooting issues with AEM. That's why we're excited to again bring you our carefully curated collection of Top KCS (Knowledge-Base) Articles for September 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 AEM. Streamlining your troubleshooting process for maximum productivity. Empowering yourself with the knowledge to tackle any AEM-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 – empowering you to provide a truly personalized experience to your customers with AEM. Start supercharging your problem-solving skills today by exploring our Top KCS
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 September 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
Hi, we are using data warehouse exports.The Files that we are receiving a quite big -> in avg. 1GB on hourly basis. Our db don't support ZIP format (the same like Athena, Redshift, Snowflake etc.), so we need to convert the files first in GZIP. Since unzip large files consumes a lot of time & ressources, we would like to submit an idea:- add the gzip compression format to the exports- split large files automatically (like in Data Feeds) into smaller chunks of gzip files. It's actually the same way Data Feeds currently exports the data. Cheers,Piotr
Hi Guys,seeking help here,I want to color the value using textmode, scenario: if Aging Days value is greater than SLA Value, color it red.how to insert a code to an existing code?here is the existing code in the "Aging Days" column.Thanks,
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.