Explore product-specific spaces to ask questions, share insights, and learn best practices.
Recently active
Hi everyone, Our team is currently working with Edge Delivery Services and the Universal Editor, using the aem-boilerplate-xwalk project. We’re trying to implement a feature, when uploading an image, user can either manually enter the alt text or have it pulled directly from the DAM. This has raised two questions based on the documentation here: https://experienceleague.adobe.com/en/docs/experience-manager-cloud-service/content/implementing/developing/universal-editor/field-types (PS: If there are any additional component specification references or articles, I’d really appreciate it if you could share them.) 1. The docs describe using "condition" to show or hide a field and the "readOnly" to change the field is editable or not. However, our use case is slightly different. We’d like to control whether the tab_iconAlt field is editable, based on the boolean value of tab_iconAltFromDam. Is there a way to use one boolean field to determine whether another field is readOnly or t
Set AEM Local Environment and Secret Variables AEMaaCS by Briankasingli Abstract As an AEM developer developing for the AEMaaCS SDK, it’s essential to have a local environment properly set up for development purposes. You may encounter environment-specific and secret variables in your OSGI configuration files. As an AEM developer trying to familiarize new features of the AEMaaCS SDK development environment, setting up environment-specific and secret variables is non-trivial at first. Once you have done it once, it will be much easier to move forward. In this article, I will show you how to set up environment-specific and secret variables. If you would like to understand when to use environment-specific and secret variables effectively, check out the official AEM Adobe git documentation. At the end of this article, you are equipped to run your AEM local development environment with environment-specific and secret variables! One last thing, it looks like only AEMaaCS SDK has environme
Caching Strategy for AEM as a Headless CMS by Chitra Madan Overview When using Adobe Experience Manager (AEM) as a Headless CMS, ensuring an efficient caching strategy is critical for delivering high performance and scalability. A robust caching mechanism helps reduce latency, offload server requests, and ensure that the end-user experience is seamless. This blog explores key caching strategies tailored for AEM in a headless architecture. https://medium.com/@madanchitra13/caching-strategy-for-aem-as-a-headless-cms-317e7f389875 Thanks, Chitra Q&A Please use this thread to ask questions relating to this article
I would be using Data Landing Zone as Source Connector. However after every data ingestion I would like to know the status of this particular ingestion. I need to use this one - Flow Service API ?https://experienceleague.adobe.com/en/docs/experience-platform/sources/api-tutorials/monitorAnd then in some tool build the workflow in order to check the status every day after ingestion?
Would it be correct to think of an XDM schema as basically the same thing as a schema in Snowflake? And that XDM is just a data mart for platform? I'm in the process of mapping data from Snowflake into AEP for use with RT-CDP and need to ensure data is mapped correctly to support real- time personalization.
On our webpage, there's a page with a button that downloads a PDF when clicked. I need to create two audiences:1) Audience 1-visitors who went to the page but did not click the Download PDF button2) Audience 2-visitors who went to the page clicked the Download PDF button Audience 1 works. There's an issue with Audience 2. We use Web SDK. I needed a way to detect button clicks on the page. There is only a single PDF on that page.In Launch, I built a rule that fires when the Download PDF button is clicked. That rule is firing; it was verified using the Chrome console. When the rule files, the action is this script.<script>console.log('Data collection: download button was clicked');adobe.target.trackEvent({mbox: 'downloadClickMbox',params: {clickedButton: 'downloadPDF'}});</script> In Target, I built a profile script to catch instances of the Download PDF clicks from Launch using this code.Profile script name: 2025_Downloaded_PDFif (mbox.name == "
I was trying to implement the adobe target in our website. I was new to Adobe Target.can anyone help to integrate the adobe target(at.js).
I am trying to send a payload va HTTP API, but I am getting this error: The user authorization token does not have 'DATASET.WRITE' permissions for the '*******-dev' sandbox. Could anyone tell me what exact permission and where should I enable it? Thank you in advance
I’m trying to build a dashboard for our marketing team that includes a report showing each user's weekly capacity vs their planned hours. We want this visible alongside other team stats in a centralized dashboard. I know this type of information is available in the Resource Planning page, but we need to expose it through a custom report (preferably a User or Task report) so we can add it to a dashboard and share with team leads. What we’re trying to show per user:Weekly capacity (based on FTE × 40 hours)Planned hours (total assigned hours for the current or upcoming week)Ideally a variance or utilization %What I am hoping someone can help with:Has anyone successfully built a report that compares user capacity to planned hours and displays it in a dashboard?Is there a workaround to calculate FTE × 40 in a report without a custom field?Is there a way to pull weekly capacity and planned load into a single report, even through text mode or calculated fieldsI’d love to avoid build
Hi Team,In our current SPA project, we have a Card component with 4 variations selectable via a dropdown in the dialog: Teaser, News, Blogpost, and Dashboard. Based on the selection, the next tab in the dialog shows different configuration options related to that variation.We need to migrate this custom Angular SPA component to be compatible with the Universal Editor in Adobe Experience Manager (AEM).I referred to the Adobe documentation at: https://experienceleague.adobe.com/en/docs/experience-manager-cloud-service/content/implementing/developing/universal-editor/developer-overview for guidance on migrating custom Angular SPA components to the Universal Editor.I have a few questions:Do I need to paste the published view URL into this editor URL:https://experience.adobe.com/#/aem/editor?If yes, what is the purpose of the authoring URL?If I want to drag and drop another component, should this be done in the authoring URL or the experience.adobe.com URL?Additionally, could you pleas
A department in our company uses Dynamics 365 as their CRM tool. We want to integrate their requests into Workfront and have that department work in Workfront. Is there a way to integrate Dynamics 365 requests into a Workfront request queue?
I soon would work on green field implementation for retail chain. We would like to collect data from offline stores in near real time. I thought to use for that Streaming API.However I see in Data Ingestion API also Edge Network API. I thought that Edge is used only with Web and Mobile traffic. Which one do you recommend to use? What is to consider?
Hello Community,We are in the process of migrating from a traditional AEM storefront implementation with CIF components to Catalog Service, and we are facing challenges with Product Listing Pages (PLP). Currently, our PLPs use queries like: query { products(filter: { sku: { in: ["8429420181151", "8718117612253", "8470001995292", ...] }}) { items { __typename sku price_range { minimum_price { regular_price { value currency } final_price { value currency } } } ... } } } But we need to switch to Catalog Service with productSearch, for example: query ProductSearchPLP_WithPrices( $phrase: String!, $current_page: Int = 1, $page_size: Int = 1, $filter: [SearchClauseInput!], $sort: [ProductSearchSortInput!], $context: QueryContextInput ) { productSearch( phrase: $phrase, current_page: $current_page, page_size: $page_size, filter: $filter, sort: $sort, context:
Hi everyone,We are migrating our Azure AD B2C login systems, which are currently using SAML, to the OpenID Connect (OIDC) protocol. We came across this documentation: https://experienceleague.adobe.com/en/docs/experience-manager-cloud-service/content/security/open-id-connect-support-for-aem-as-a-cloud-service-on-publish-tier?utm_source=chatgpt.comand we are using it for our implementation.The problem is that we are getting the following error:Caused by: com.nimbusds.oauth2.sdk.GeneralException: The returned issuer doesn't match the expected: https://apexbrasilb2cdev.b2clogin.com/[my_tenant_id]/even though we are setting the baseUrl correctly, as shown in the document:"baseUrl": "https://apexbrasilb2cdev.b2clogin.com/[my_tenant_id]/[my_custom_policy]"And the well-known configuration is located at:https://apexbrasilb2cdev.b2clogin.com/[my_tenant_id]/[my_custom_policy]/v2.0/.well-known/openid-configurationInside the .well-known file, the issuer is defined as:"issuer": "https://apexbrasilb
Is there any way?
If I ingest data to Data Landing Zone and if there are already multiple files there, how AEP knows which one is the newest and which should be uploaded to AEP?file1 - is the upload from 15pmfile2 - is the upload from 18pmHow AEP knows if it should take the file from 18pm?
I'm currently developing a Data Collection (Launch) extension where I'll be utilizing the reactor.adobe.io API from within the extension. Everything works great, but I'm required to update my bearer token every 24 hours manually. I want the extension to automatically fetch a new bearer token when the old one expires. To that end, I'm trying to refresh my bearer token from the endpoint ("https://ims-na1.adobelogin.com/ims/token/v3") when the token expires, but I'm receiving a CORS error. Is this a feasible approach, or is there a better way to use the reactor API from within a data collection (launch) extension to avoid the CORS error?
Is there any way to catch up custom event in Target audiences like: user.login? Is there any different way to send to Target infor that the user logged in using Web SDK?
Hi everyone, I’m looking for some advice regarding an issue with a custom form. My colleague created a custom form that uses a Concat formula referencing a date field from another custom form on the same object in a different format. The formula previously worked as expected, but now displays the date as one day later than the original field. We think this may be related to the time, which is currently showing as 00:00 on all date fields in the first form. Has anyone encountered this issue or can offer guidance? Thank you!
In my experience, the hardest part of experimentation often isn’t the tool itself – Adobe Target is powerful and flexible – but the context it lives in. For some organizations, the blocker is the data foundation: experiments become guesswork if the right data streams aren’t stitched together, or if audiences aren’t well-defined. For others, it’s the organization: running tests is easy, but aligning teams, stakeholders, and processes around experimentation can be painfully slow. I’ve seen companies where the bottleneck wasn’t in setting up a Target activity, but in getting approval to launch it. 👉 I’m curious: what’s the toughest challenge you’re facing right now when it comes to running experiments in Adobe Target? Is it data (getting the right foundation in place)? Is it organizational (building trust and speed in decision-making)? Or is it something entirely different? Would love to hear how you’re tackling it — and maybe we can all steal a few id
Trying to follow along with this adobe forms video, but at around 50 seconds in it asks to "create an adaptive form template", which I can't see on my end. Instead for my configured folder, I can only see the options shown in the screenshot.Whats going on?
Hi Team, In adobe AEP/AJO there is a recent change where the authentication for Snowflake needs to be changed from Basic Authentication to KeyPair Authentication.The question i have is once i get the details from the Snowflake Admin team in order to create the source connector, is there a way to migrate the existing dataflows that are already feeding data into the AEO datasets or I will have to manually create the new connection and manually map the attributes for each dataset.Please let me know in case anyone of you have already migrated or have a solution where i dont have to manually stop all the older dataflows and create all of them from scratch again using the new KeyPair Authentication. Thanks,Mohit
Hi Team, I have created placement , offer , collection and decision. Offers are approved and decision is live . when I try to insert the offer expression in html then I am getting below error resource with id dps:offer-activity:1b3a*******ffs and type offer activity not found Resource with id dps:offer-placement:1b3b*******4a71 and type offer placement not found but I am able to save this in UAT but in prod I am getting error . Any help would be appreciated.
I have been delving deeper into AEM Forms features overall such as Adaptive Forms and Interactive Communication. I wanted to reach out to community to check on how is everyone managing the FDM in AEM Forms ? The examples that I come across are mostly based on Salesforce and Microsoft which are more RDBMS style. I wanted to get inputs on how the similar setup would look like for a scenario where you have multiple Rest API providing inputs that needed to prefill the Adaptive Form / Interactive Communication. Do you create separate data source per Rest API and then combine them in a common FDM ? Or keep a one to one mapping between each data source and FDM ? Looking forward to discuss and learn some suggestions / best practices on this topic.
Adobe is excited to invite you to a unique opportunity to connect, learn, and be inspired by joining our upcoming product launch event this fall! Adobe x Conversion Accelerator Tour 🗓️️ September 30th, October 2nd, October 8th, October 14th 2025 🕐 1pm – 4pm (followed by networking and drinks until 5pm) 📍Adobe Offices in Chicago, New York, London and Seattle Adobe and Conversion are excited to invite you to join us for an exclusive in-person, global product launch tour for Adobe Journey Optimizer Experimentation Accelerator. Discover how agentic and generative AI are transforming experimentation—automating insights, uncovering test ideas, and accelerating growth by helping teams prioritize the most impactful experiments and prove ROI faster. Spaces are limited! – RSVP here. **RSVPs are limited to 2 person / company We look forward to seeing you! Adobe Team
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.