Explore product-specific spaces to ask questions, share insights, and learn best practices.
Recently active
If we add some style for list, then markup is generating as below.<ol><li> <span class = "note"> Sample Text </span></li><li> Sample Text </li></ol>My requirement is to insert the class in <li class = "note">. If we add some style to whole list , then markup should generate as below <ol class = "note"><li> Sample Text </li><li> Sample Text </li></ol>How can i achieve this in RTE? Thanks in advance.
Hi Everyone,I've setup a local Dispatcher for AEM 6.5 using the Adobe generic configuration, and it's working fine. Now I want to switch to using my project-specific Dispatcher configuration folder(which already exists in my project repository) instead of the generic one.I followed this link:- https://medium.com/@toimrank/aem-dispatcher-setup-9dd2cc8cf253 to do generic setup.Could someone please guide me on the proper step to:1. Point the local Dispatcher setup to my project's Dispatcher configuration folder.2. Structure and organize the project Dispatcher files(vhosts, filters, cache, etc.,) correctly3.Integrate it smoothly with the existing AEM 6.5 local env.4. Any best practices or references for project-level Dispatcher setups.I just want to make sure I'm following the right approach before making the switch.This is how my project dispatcher folder structure looks like:Thanks in advance for your guidance!Regards,Gangadhar P
Hi all, does anyone know if there's a way to add a column to a Proof Approval Report that pulls the issue name and its owner name that the proof was uploaded to? (here proof is part of the task in a project which was resolved by the issue)
I have created a request intake form in Workfront and I need to enable the public sharing for the form for the users who doesn't have access to workfront.Please help !
Hi folks, I ve enabled the Target Console Logging in the Experience Platform Debugging but nothing is being logged. how can i debug the problem? is there a way to activate it manually?it should show something like this but it does not
Hello All, I have a SPA that has Target 2.0. Here is the user flow and what I am trying to achieve Starting URL is URL_A . It has 3 views - v1, v2 and v3 that load one after the other based on user actions. I am able to navigate to these views within VEC and make changes / add custom code etc - so that is goodon V3 of URL_A, there is a CTA that leads to URL_B view V1. Please note that this is not a page refresh.On URL_B / view V1, I would like to make a change. So I change to 'Design' mode. What happens is the browser within VEC goes all the way back to URL_A / view V1The SPA is react js - if that helps. Can you throw light on what is happening here please? Is this an implementation issue ? or an application issue? In short, I would like to make changes to multiple views that spans across different urls. But I am unable to. Any help would be highly appreciated.
Whenever we create an experiment in email communication we get an option to select Success Metric, which I have observed are specific to organisation.Can anyone please tell me the source of these success metrics ? And where can I add or remove success metrics ?
Hi team, Since Basic Authentication in AEP to Snowflake would be getting deprecated by Nov 2025, we are trying to add the snowflake connection with Key Pair authentication. We are using the credentials that are provided by the Snowflake Admin and those credentials are working with Snowflake or through Postman. I am following the documents as per Adobe:Snowflake source: https://experienceleague.adobe.com/en/docs/experience-platform/sources/connectors/databases/snowflakeConnect Snowflake to Experience Platform using the UI: https://experienceleague.adobe.com/en/docs/experience-platform/sources/ui-tutorials/create/databases/snowflakeTroubleshooting: https://experienceleague.adobe.com/en/docs/experience-cloud-kcs/kbarticles/ka-26294 But when I put the details in AEP/AJO Snowflake source connector i see an error: Authentication failed. Try entering your credentials again. We are using unauthenticated Private Key from snowflake which does not need a passphrase and we
We have found an issue in AJO making us concerned about how to handle emails in an always on activity - when the master email template is been updated. It seems like there is now obvious way of changing and updating a template, and at the same time keep the content that is created in a template used in an running Journey. Changing the master template directly in prod, or from a upgrade package is no problem. The issue is how to keep the created and customized content used in that template you are updating. In many cases you are just updating the "framework" like header/footer or other more than less static content in a template. And in a Journey you create the relevant content for this activity using the "static" framework. But when you need to change/upgrade the framework, and change the template in use with the new and updated version, the customized content is been deleted. Is is not able to update just the template, and keep the customized content inside the template. We
As we are working ahead with the AJO platform, we are also creating more and more email fragments. Today there is only a "Show more" option when the fragment list becomes longer than the screen size. The length of the list becomes that long because it shows all fragments, even those in draft status. When you are creating a new email, or a new template, it would be great if we could have more filtering options. Like just showing the Published once or just the one in draft f ex. It could be done by using check boxes like jo do other placed where you could filter tings in AJO..And buy the way: when you have used todays "show more" it is not any "show less" to go back if you want to.
Description - I would like to be able to append an unique coupon code/url link to an individual email. This would be a 1:1 append. Why is this feature important to you - My client has different retail partnerships they would like to send a coupon to as part of a "surprise and delight" or nurture program. How would you like the feature to work - I would like to be able to load the coupons into AEP and during deployment have AJO append a coupon to the email. Example, if I have an audience of 200K and 200K unique coupons, AJO would select a coupon, append to email during deployment and "burning" the coupon once used. Current Behaviour - Does not currently exist in AJO
OverviewThis change request proposes adding functionality to allow users to delete multiple journeys simultaneously from the Journey overview, with built-in dependency checks to prevent deletion of journeys in active states.Current BehaviorCurrently, users can select multiple journeys in the Journey overview (indicated by a blue line showing the number of selected items), but must delete journeys individually through each journey's ellipsis menu.Proposed ChangesEnable bulk deletion of multiple selected journeys through a single actionImplement/Keep as is - dependency checks to prevent deletion of "Published" (including "In review", "Dry Run") journeys. Only delete when status is Draft, Draft (Test), Finished or similar. Add a "Delete Selected" button that appears in the blue selection bar when multiple journeys are selectedDisplay a confirmation dialog showing:Number of journeys that will be deletedNumber of journeys that cannot be deleted (with their states)Option to proceed with
BackgroundAudiences currently tracks Audience lifecycle statusThere is no way to know when the lifecycle status was last changed or who changed itBusiness NeedTrack the timestamp when an Audience's lifecycle status changesTrack which user or system process made the lifecycle status changeEnable reporting and analysis based on status change dates and responsible partiesSupport accountability and audit trail for audience managementProposed SolutionAdd two new columns to the Audience table/entity:"Lifecycle Status Updated Date" - timestamp of the last status change"Lifecycle Status Changed By" - identifier of the user or system that made the changeConfigure both columns to automatically update whenever the lifecycle status field is modified:Date field: current timestampChanged By field: current user ID or system identifierMake these fields visible in the IU interface alongside the lifecycle statusInclude these fields in relevant reports, audit logs, and analytics viewsBenefitsComplete aud
Hello, We are implementing custom robots.txt which will be maintainable by content authors. the file is located in: "/content/dam/mycompany/config/robots.txt" We implemented following Dispatcher changes and deployed to AEMaaCS env: 1. filters.any# Allow robots.txt /0104 { /type "allow" /url "/content/dam/mycompany/config/robots.txt" /extension "txt"} /0105 { /type "allow" /url "/robots.txt" /extension "txt"} 2. To open file inline, rather than downloading it: in dispatcher/src/conf.d/available_vhosts<LocationMatch "^/content/.*/robots\.txt$"> Header unset "Content-Disposition" Header set Content-Disposition inline </LocationMatch 3. rewrite.rules:RewriteCond %{REQUEST_URI} ^/robots\.txt$ RewriteRule .* /content/dam/mycompany/config/robots.txt [PT,L] Still, the Adobe default robots.file is shown, not our custom one.what seems to be missing? Appreciate your help!Regards,Shruti
Description -Why is this feature important to you - Client requirementHow would you like the feature to work - On the kanban board we want to show the details of checklist items or sub task which we added into the ticket can show on board itself along the with ticket name. So user no need to go inside the ticket everytime to see the checklist items and can mark complete from the board.Current Behaviour - We need to go inside of each ticket to get the details.
I have 2 users with the same access, home group, teams, layout template, etc and one can see the canvas dashboard we set on their layout template and one can't. What am I missing?
We are using react native, from nowhere some of the events are no longer syncing on the dashboard. when I log it I get -Received event error for request id (D39454FE-0015-4163-87CD-F0209943FB55), error details: { detail = "An error occurred while calling the 'com.adobe.experience_platform.edge_segmentation' service for this request. Try again."; status = 502; title = "The service call has failed."; type = "https://ns.adobe.com/aep/errors/EXEG-0203-502";}
Hello All, We are trying to render a PDF from XDP using output service which has a logo. We are passing ImageName in the xml data node and which should pick logo from the crx- content dam path. This is working fine in aem forms 6.5 on premise and the same is not working in aem forms on cloud. Here is the js code we are using in the initialize event of the image field.var hostUrl = "crx///content/dam/myproject/images/logos/";var imageName = xfa.resolveNode("xfa.record.ImageName");if(imageName!==null ){this.logo.value.image.href= hostUrl +imageName.value+".jpg";}
Today: Landingpages are used for opt out (unsubscribe) to emails. Link to this page is placed in a email fragment in the footer of all email. A standard way of doing this. When this link to this page is created in the email designer tool, it adds a landing-page-id to the link. This in a unique ID that need to be there present for the link to work. And here comes the challenge .... If you use a Sandbox for testing, that many do. We have all our email fragments present in the test Sandbox. And it you then have created links to a landingpage for opt out, that page does not exist in the test Sandbox, or the other way around.The problem:We are running into a problem either way we look at this. If we create the link to the opt out page from the test Sandbox, this will not work when moving the fragments to a Prod Sandbox. Or if the link is created in Prod it will not work in Test. The result of not having the right landingpage present in eighter Test or Prod we are not able to send
When moving email fragments from a test Sandbox to a prod Sandbox all Fragments are by default set to Draft when moved. And that is OK. But you need to go into one and one of the moved Fragments and publish them. It would be a faster and more easy way of working it we could select several fragments at once and publish them in one batch. That saves unnecessary repeatable work.
Please give us a savable filter for the Campaign list in Adobe Journey Optimizer. We will have a large number of users creating Campaigns and this list will grow very fast. So we need a way to focus the view of these users to what they should see when they look at the list. Great would be multiple savable filters and a DEFAULT option. So one of the saved filters is enabled when a user enters the page.
In Adobe Journey Optimizer Campaigns there is a feature checking if a mail has any issues or problems. We would like to extend this functionality and make our own custom checks if a mail (or any other channel) fulfills our quality standards. This would include the following checks: - (profanity) word filter- image size- overall size- branding guides (fonts, colors, having color palettes or other brand related restrictions while content editing is also desirable…)- remove tracking pixel if no consent for tracking exists (we want to send to both with the same campaign, recipients that consented and those who didn’t)- check URLs- missing assets- when an audience is selected and we include personalization, let us know how many empty or ’invalid’ records for this personalization exist- audience checks before send (this could also become a part of approval process)- let us do audience count validations before sendout (final numbers, blacklist (suppression) subtracted, quarant
It is nice to be able to store/move and organize Fragments in a folder structure. But when you start to have many Fragments and you want to organize them, it is hard to know witch Fragments is in witch folder, and if a Fragment has been placed in a folder or not. So to be able to work faster and easier we would like to have a feature that could show the name of the folder where a Fragment is stored in the folder structure. It would/should then also be easy to see if a Fragment is still on Root, and has not been moved into any folder. This option would make it easier for the user to manage the Fragments in a folder structure. And with a increasing number of Fragments a fast and easy working process is needed to not spend to much time on administration that should be used on running you business.
We are today able to use folders to structure our e-mail templates in a folder tree. The same folder tree is not visible then you are creating a new email and are picking a template from the customized stored. The folder structure should also bee visible when creating the emails, and not just when to administrate them. It is when you are looking for a specific template in the list of templates you really need the folder structure, and not from a administrative perspective. It seems a little meaningless to having a folder structure when the end user cant see it and use it - the one user that really need it to make the workday faster and easier.
We are today able to use folders to structure our e-mail fragments in a folder tree. The same folder tree is not visible then you are creating a new email and are picking fragments from the customized fragments you have created earlier. The folder structure should also bee visible when creating the emails using fragments, and not just when to administrate them. It is when you are looking for a specific fragment in the list of all your fragments you really need the folder structure, and not from a administrative perspective. It seems a little meaningless to having a folder structure when the end user cant see it and use it - the one user that really need it to make the workday faster and easier, is the user that creates emails - where the fragments is actually been used. We would love if the folder structure became visible also when creating emails, from the email designer.
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.