Explore product-specific spaces to ask questions, share insights, and learn best practices.
Recently active
Description - When working in a Workspace Table, rows are sometimes custom segments or specific values from another dimension. They stay in order as long as you don't edit any of the metrics. However, when you start adding/removing metrics, the order of your table is lost and you have to rebuild it. It would be better to have a feature to lock your selections in place so they remain sorted in the desired order while you actively work in the table. Without this feature I am constantly having to manually re-add the dimension values or segments and it's a waste of time. It would be ideal if the "lock order" feature was available in the right click menu with the other options to copy/download/delete/create segment from selection, etc.
Field DescriptionWhat product are you using?What area of the product are you using?What are you trying to achieve?What’s the problem or error?What have you tried so far?Environment / VersionScreenshots / Videos / Logs / CodeAdobe AnalyticsAPI 2.0make API 2.0 requests using Postmandenied accesstoken generation / I am attempting to follow the steps at this URL (with helpful video)Using Postman to Make Adobe Analytics 2.0 API Requests | Adobe Analytics My issue is that my Adobe ID has multiple companies attached. When get to the part to generate a token, I am taken to a screen to authenticate my Adobe login credentials and that's OK. I am then taken to a screen where I select the Company and there the process laid out in the video drops dead - no token is generated and an error Denied or Unauthorized comes in the console (browser or Postman client).
Hi All, This issue happens sometimes where trying to update an existing Email Template and save it.The Template still holds the older HTML Content and not the latest HTML where as the Text Content gets updated Only workaround here is to create a duplicate template and upload the new Email HTML. However it gets tedious to work with multiple Emails Template. Does anyone face the same issue. Any possible solution available?
Description - Expand the functionality for chart colors in reporting. Right now the only way to customize colors is to do so individually. The option to set default colors (ie: that match your companies colors) should be easier than individually changing each item. Why is this feature important to you - Easier functionality for setting up brand colors would help with system maintenance and help make reporting across an instance more cohesive and allow system admins to dictate how colors can be used. How would you like the feature to work - Put it in setup where the other branding options are. Current Behaviour - Manually change each line item in a chart report individually or use text mode.
I came across new feature which I was not aware of: https://experienceleague.adobe.com/en/docs/experience-platform/sandbox/use-cases/backup-object-configuration 1. I have got Schema A. Through the time it's going through development process: Schema A1 -> Schema A2 -> Schema A3 Does this mean that if I add version A2 to package I can then bring this back even though A3 version already exists? 2. Adding core Schemas, Datasets, Audiences to Packages and then after resetting sandbox these would be available to bring back again to the same sandbox and development does not have to start from scratch?
Hi, I was trying to test out consent policy, but the policy check page shows no diagram and NaN profiles. The consent policies are enabled, the audiences are showing counts and am not sure if I am missing something here. I checked for audiences which had consent captured fields (custom build not OOTB) and also without consent captured fields, but in both cases am not seeing any diagram or profile counts being affected by consent policy. Would greatly appreciate any in help. Thanks,Sambit
Field DescriptionWhat product are you using?What area of the product are you using?What are you trying to achieve?What’s the problem or error?What have you tried so far?Environment / VersionScreenshots / Videos / Logs / CodeCustomer Journey AnalyticsData viewsStitching across data setsI'm creating a new dataview from an existing connecting which has website, call centre, and summary data (this I've just added), also the stitched data between web & call centre but in the new dataview, I'm not getting the Person IDchecked identities are properly marked in schema & datasets. Also checked dataview to make sure all components are added.
Hi I am using Old archetype which is using maven-bundle-plugin as below. I want to convert this into bnd-maven-plugin which is part of new archetype .How to convert Import packages,Export Packages and embed dependency for bnd-maven-plugin.we are getting error in start level 20 but no bundle is exporting these for that start level on running aem-analyzer plugin<plugin><groupId>org.apache.felix</groupId><artifactId>maven-bundle-plugin</artifactId><extensions>true</extensions><configuration> <instructions><!-- Import any version of javax.inject and javax.annotation, to allowrunning on multiple versions of AEM --><Import-Package>!org.codehaus.groovy.*,javax.inject;version=0.0.0,javax.annotation;version=0.0.0,!org.bouncycastle.*,!javax.cache.*</Import-Package><Export-Package>com.akamai.edgegrid.signer.*</Export-Package><Embed-Dependency>flying-saucer-core,flying-saucer-pdf,jsoup,javaslan
Background: We are trying to cleanup the DAM and there are som many assets that got migrated from elsewhere, from what i know Assets were literally dumped in the AEM DAM.Task: We are trying to cleanup the DAM by moving very old and unused assets to a archive folder.Issue: In order to do so we have used ACS commons Bulk Move Operation from the Renovator and also created a custom Asset Move operation using Granite Asset API. [1]. ACS commons - Shows the successful Dry run and breaks in between due to some NameSpace not existing issue. and dose not updates what assets got moved - which leads again a manual process to do this activity.[2]. Cannot Use OOTB move operations as we have more than 20k assets from different location.3. Created a Custom Move Operation which uses the features and overcomes the drawback of [1] and [2]. Provides the report of the assets that did not move and dose not break the job in between if any asset failed to move.Question: My question here is I can optimiz
I want to implement QueryEndpointProvider from the com.adobe.aem.graphql.api package.Unfortunately, this com.adobe.aem.graphql.api package is not available, not even in the uber-jar.Why?
Hi Community, We currently purge Akamai cache manually using the Purge Cache option. We're looking to automate this by Integrating it into AEM either through a servlet or a custom tool.The goal is: when we hit this servlet/tool, it should trigger Akamai cache purge for specific URLs.Has anyone implemented this? Looking for:Secure Akamai API integration tips.Authentication handlingAccess control within AEMAny Sample code or resourcesThanks in advance!
Hello Folks, I have doc based authoring pages, now I need to convert to universal editor pages. Do we have any Adobe provided tools or ACS commons tools/features which can automate this process? Please share the insights if anyone has done something around such requirement Thanks,Pradeep
Hello Community, Using AEM as Cloud, there are two versions for customer registration with following URLs https://domain/abc and https://domain/xyz. We don't want https://domain/xyz anymore and want to have a 301 redirect to /abc page. I have a rewrite now RewriteRule ^/xyz\/?(.*)$ /abc [R=301, L] this is working but partially. When I hit this URL on QA environment https://qa.myproject.com/xyz , it is redirected to https://publish-domain/abc, page is served from AEM publisher. Expected redirection should be https://qa.myproject.com/abc M I missing anything here ? I have also added sling mapping for https://qa.myproject.com domain under /conf/global/mappings but no luck. Thanks in advance
I am working on SAML2.0 Login functionality works fine but the Logout is not happening properly. I have given the IDP url for logout. and tried giving "/system/sling/logout.html" and "/system/sling/logout.html?resource=/aem" its redirecting back to home page of /aem/start.html. I dont see proper documentation specifying steps to configure logout. can someone please mention step by step to configure logout properly for author instance of aem. where to configure /system/sling/logout.html and possibilities to acheive the logout. Any dispatcher configurations need to be added?
Hi everyone,I am exploring Universal Editor in AEM and looking for guidance on creating an accordion component using it. Is there a recommended approach or any built-in support for accordions in Universal Editor? If not, what would be the best way to implement one?Any documentation, examples, or best practices would be greatly appreciated.Thanks in advance!t using it. Is there a recommended approach or any built-in support for accordions in Universal Editor? If not, what would be the best way to implement one?Any documentation, examples, or best practices would be greatly appreciated.Thanks in advance!
Hi Adobe Community, I'm currently working in AEP and noticed something odd. While I can see the Audience ID present in the Profile Snapshot, the corresponding Audience is not appearing under the Audience Membership section of the profile. Has anyone encountered this issue before? Are there specific conditions or delays that might prevent the audience from showing up in the membership view, even though it's clearly linked in the snapshot? Any insights or suggestions would be greatly appreciated! Thanks in advance,Indra
Hi, I'm trying to create an accordion block, and another accordion item inside it. The requirement is to be able to add other blocks such as image, title, video inside accordion item. Below is my filter.json file.{ "id": "accordion", "components": ["accordion-item"] }, { "id": "accordion-item", "components": ["text", "image", "button", "cards", "title", "teaser"] }When I click on accordion item, I'm not able to see 'plus icon' to add any blocks. Is it possible in EDS to do it or any other ways I could do that. Please let me know. Thanks.
Hello Everyone,I'm looking for guidance on the recommended approach to set up authentication and access control for authors using the Edge Delivery Sidekick.Specifically, I'd like to understand the best practices for defining user roles and ensuring that authors can securely log in to the authoring environment.What is the standard or recommended method for implementing author authentication and access control in Edge Delivery?Thanks in advance for your help!
Hi Team,Actually there is dynamic web app for the subscription ill be creating to So that i supposed to pass the value in the ending of the web app URL For Eg:https://sandbox.adobe-campaign.com/webApp/APP400?jurisdiction=SWUSLSo based on the value i ll be doing the condition in query def and fetch the data to display in the web app Now i want to pass the SWUSL (jurisdiction value or what ever the jurisdiction value is passing through web app URL) to the context variable and i can make condition.Can anyone help on this?Feel free to do the follow up for the clarification.
I've just built an email template using the new designer in our centre of excellence workspace. There doesn't seem to be a way for me to share this template to other workspaces. Is this functionality not supported yet or do I share it differently compared to the old designer?
I just want to clarify few points in Edge Delivery Services Repository Management(mainly for Universal editor).For form submission, I have followed this article (https://main--afb--adobe.hlx.live/docs/crosswalk/submit) This article says for form submission we need to modify CORS Configuration & Referrer Filter, but there are no such config files(OSGi & dispatcher files) in EDS code base/repository. Do we need to do these changes in separate AEM repository? If yes, then I have below questions, Does EDS have strong dependent on AEM Repo? Can form submission be done independently using EDS repo?
Hi Folks, I recently started writing my first Universal Editor compatible block in 'EDS'. Block has title as text field and description as richtext field. How could I read the values of these block properties in js file? Actually the use case is to arrange the text on page with some custom styles. Any help is highly appreciated. Thanks, Pradeep
Hi all. We've around 100+ internal people added as seed addresses for our campaign distributions. Is there a way to exclude these internal seed addresses from the email report in adobe analytics? Since the count is not a small number, they're skewing our open and click rates, impacting accuracy. Found few other similar threads but without answers, hence asking it again.
The Core Idea: How It WorksThe concept is simple: AJO orchestrates the process, but an external system handles the actual human task (like reviewing content and clicking approve or reject). Think of AJO as the conductor and your team as the expert soloists.The Flow: AJO pauses a journey using Event node with relatively long timeout, sends a request to an external system where a human makes a decision, and then AJO receives that decision to continue the journey down the right path.This integration relies on a few key AJO components working together:Custom Actions: The "messenger" that sends the approval request from AJO to your external review system (like a CRM, a Slack channel, or a custom app).External System: The "human's desk" where the decision is made. This is the interface your team uses to approve or reject the request.Custom Events: The "messenger" that brings the decision from your external system back into AJO.Event Activity: The "gatekeeper" in your
Check out our on-demand Engineering Insights webinar with the Adobe Target Engineering team, which aired on Tuesday, May 27 2025. The objective of this webinar was to provide you a "sneak preview" and a look under the hood to discover what our engineering team is working on. Stay tuned till the end to listen in on all the questions asked by attendees. Key discussion points: Adobe Target + RTCDP "Flicker" Management The new Adobe Target UI - (difference between the old UI) CDN Experimentation Q&A (submit your questions via registration) Link to the Q&A from webinar #2: http://bit.ly/4lQm9hH While you're at it, don't miss our second AMA on experimentation and personalization with Target on Tuesday, June 3 2025.
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.