Explore product-specific spaces to ask questions, share insights, and learn best practices.
Recently active
Good morning, fellow Marketo-ers.I am building a program to reach new customers who have opened an account with us. The program will send a welcome email to someone who became a new customer AND opened an account within 24-48 hours. The two filters I need to use are Person was Created and Client Since Date.As this program will look at data input from our daily API push to Marketo, what is the best way to apply yesterday’s date to the two filters I mentioned?Any help or advice is appreciated.Cheers
There are several reference pages for configuration of various different logging systems in AEM (e.g. this and this) , but I cant find anything on how to create/inject and use them. In the wknd project, we see this: private static final Logger log = LoggerFactory.getLogger(ImageListImpl.class); : log.warn("Could not locate the AEM WCM Core Components List SlingModel via this component's ResourceSuperType. Returning an empty list."); Is this best practice? It seems to be using slf4j. Is this the AEM system wide default?What logging injection/usage do people recommend?How do we switch log levels etc? Can this be done at run time?
Hi there, I'm currently using AEM as a Cloud Service and have Akamai configured on top of it. Akamai is correctly routing traffic to my AEM publish instance at: "publish-pxxx-exxxx.adobeaemcloud.com" and everything seems to work fine at first glance. However, I'm encountering an issue with redirects defined in the Dispatcher configuration. When a redirect is triggered, the "Location" header returned includes the full origin domain instead of the CDN domain, which causes the user to be redirected away from the CDN. For example, I have the following rule in my dispatcher:RewriteRule ^/?$ /index [R=301,L]The flow is as follows:A user accesses: www.mycdn.domain/Akamai forwards the request to my publish instance: publish-pxxx-exxxx.adobeaemcloud.com/The Dispatcher processes the request and issues a 301 redirectThe response includes a Location header pointing to publish-pxxx-exxxx.adobeaemcloud.com/indexInstead, I would expect it to redirect to www.mycdn.domain/indexThis behavior c
Hi All , I have an requirement for thumbnail images in page properties. our current thumbnail images loads from the template , where it will pick automatically for all the pages . but our new requirement is to have different image for different status of the page.for exapmle : if the page is published i want to dispaly some images if the page is not published i want to dispaly some images .how can i achevie this , any sugesstions ?
Hi, everyone. Has anyone uses the __save=false object to delay the saving of profile parameters until content has been displayed by the end user? for reference: https://experienceleague.adobe.com/en/docs/experience-platform/web-sdk/personalization/adobe-target/target-overview#single-profile-update I am quite new to adobe target and I am fixing an issue that the profile parameters returns "null" values whenever I do hard reload and clear data. These target parameters are get from the demandbase values in the local storage. I use the __save=false to fix this but I think it is not workingThanks everyone
Hi all, I am going through WKND Tutorial and encountered an issue executing "git clone" Command, taken right from Tutorial. Namely: $git clone git@github.com:adobe/aem-guides-wknd.git Error manifestation is: Permission denied (publickey). fatal: Could not read from remote repository. I saw an already closed previous post: https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/quot-git-clone-quot-for-wknd-project-fails-with-the-permission/m-p/389942#M10671 I want to Generate a new SSH key on my Windows laptop.I am completely new to GIT and SSH. ssh-keygen -t ed25519 -C "your_email@example.com"What email id shall I use here for Adobe WKND tutorials? If someone guides me with all steps for creating ssh key and adding it to GIT/SSH Agent, specifically for Adobe WKND tutorials, it helps me a lot. Appreciate all your responses. Thanks,RK.
Hi ,In our AEM cloud services the ACS-Commons existing version is "acs-aem-commons-ui.content-5.0.6-cp2fm". After upgrade to latest version 6.12.0 the acs-commons console breaking. Please suggest how to fix this. PFA error snippet. Thanks
Created Parent container with responsive Grid option enabled.created a new conainerA inside it. changed width to 5 and offset to 0 by dragging the layout handle.copied and pasted the same container in parent container with name containerB. on changing the containerB width using either left/right causing the container to jump to new line. offset getting value which is equal to width of containerA (space added if any there) and width = width of containerB created a parent Layout Container with Responsive Grid enabledInside that:Added Container A → set width = 5Copied it → got Container B (also width = 5)Now both sit inline = total width: 5 + 5 = 10 ✅🐞 Problem:When i try to drag Container B right by 1 column (to leave space between the two):It jumps to the next lineInstead of setting offset = 1, AEM sets offset = 6➤ Which pushes it beyond the available 12-column grid → wraps to new row what to do for getting inline even after copy pasting container
Hi Team, I hope this message finds you well.I previously worked as an AEM developer during my time at an organization, but for the past five years, I have been primarily focused on Spring Boot and microservices development. I am currently not affiliated with any organization and am looking to refresh and update my knowledge of AEM to explore opportunities in this space again.However, I’m encountering difficulties accessing the AEM (CQ) jar file, which I previously had access to via my company credentials. As I no longer have access to a corporate account, I am unable to download the necessary files to set up a local environment for learning and practice.Could you please advise if there is any way to obtain the AEM jar for personal learning purposes or if there are any alternative options available to help me get started?Thank you for your time and assistance. Best regards.
Good afternoon everyone!I'm working with the Experience Fragment V2 lib and I need to include two new fields, one called "Id" and the other "Audience".Both should appear in the "Experience Fragment options" dialog box.Would you like some help or advice on how to do this?
My filter.xml under ui.content looks like this -<workspaceFilter version="1.0"> <filter root="/conf/myproject" mode="merge"/></workspaceFilter>I have a subfolder under /conf/myproject containing some queries that I want to have mode="replace".So I excluded that path from my filter.xml and added it as a separate filter as follows - <workspaceFilter version="1.0"> <filter root="/conf/myproject" mode="merge"> <exclude pattern="/conf/myproject/settings/graphql/persistentQueries(/.*)?"/> </filter <filter root="/conf/myproject/settings/graphql/persistentQueries" mode="replace"/></workspaceFilter>When I deploy using mvn clean install, I see old node properties for queries under /conf/myproject/settings/graphql/persistentQueries. The replace functionality doesn't seem to be working correctly.What am I doing wrong? Please note that when I place <filter root="/conf/myproject/settings/graphql/per
Hi, I have two groups rccl-royal-authors and rccl-cel-authors. And if a user is part of the rccl-royal-authors then he should have read/write/publish access to /content/experience-fragments/rcg-fragments/rci-fragments as shown belowIf user is a part of rccl-cel-authors then he should have read/write/publish access to /content/experience-fragments/rcg-fragments/cel-fragments as shown belowAnd if a user is part of both groups then he should have access to both /content/experience-fragments/rcg-fragments/rci-fragments & /content/experience-fragments/rcg-fragments/cel-fragments. But this scenario is not working correctly, If a user is part of both groups then nothing comes in rcg-fragmentsHere are the permissions i am using for both groupsrccl-cel-authors:rccl-royal authors
Hi, We have various accounts set up using the Data Warehouse v1.4 API, with which we create data warehouse reports programmatically and retrieve the status of these reports until the report is complete, at which point we download the report. This works well a majority of the time, but we've noticed that reports created via API during certain periods will return an in_progress status indefinitely, despite the report created showing as completed in the Data Warehouse UI. It seems like the API is "losing" the jobs and never updating the status upon completion. Most of the reports we are submitting complete within 3 minutes according to the UI, but will continue to report in_progress for 12+ hours, which is the point we give up checking on our end. This has happened for hundreds of requests across at least 7 accounts this week. These blips seem to occur 1-2 times per week and for a few hours each blip it appears. We're looking for any insight into whether there's any on
We have a requirement to extend WCM Core Teaser component, where we have to add few extra fields for Images under Asset Tab which isextending core/wcm/components/image/v3/image/cq:dialog/content/items/tabs/items/assethaving sling:resourceType set as core/wcm/components/include/imagedelegateI am looking for solution how we can reutilize the Asset Tab Dialog without duplicating it & add my requirement specific fields. @aanchal-sikka @EstebanBustamante @arunpatidar @Shashi_Mulugu @lukasz-m @Mahedi_Sabuj @kautuk_sahni @Sudheer_Sundalam@lukasz-m @Rohan_Garg
Hi, I'm exploring the option to ship the JMX console default metrics like OperationStats.WorkflowPurgeTask.SUCCESS to AWS CloudWatch for better observability. I've implemented collectd to grab the JMX metrics and was able to ship the GenericJMX mbean metrics like memory_pool but could not find the mbean configurations required for the aforementioned OperationStats.WorkflowPurgeTask.SUCCESS AEM JMX console metrics. Is there a way to achieve this on AEM on-premise offering?
How can we share a block like header or a complete page built on Edge Delivery Services [using Universal Editor] as JSON to third party/other channels.
Hi, I am trying to create a content fragment model where I can have multi-line composite multifields on the model. For example, when creating a content fragment, I would like to provide the option of adding a composite multifield where I can create a combination of image, texts and links tied together.I found few options which involved overriding the content fragment model dialog, which we don't want to do it.Any suggestions / solutions will be useful. @Vijayalakshmi_S @arunpatidar @Suraj_Kamdi
Hi all,I'm working in AEM and need to add a link (<a href>) on a page that points to a PDF stored in the DAM. The requirement is for the PDF to open in a new browser tab or in the same window, rather than triggering a download.Is there a simple or recommended way to achieve this in AEM? Ideally, I’d like to avoid any custom code if possible and use core components. Thanks in advance!
I am trying to create a calculated field in an Issue Custom Form to auto-populate a date for users.I am able to code the date using the 'ADDWEEKDAYS()' expression based on a custom date field used earlier in the form but I would like to add a certain complexity based on an another selection made in a drop-down custom field with three options 'BAU, Existing or New'.Each of the three drop-down options would result in the generation of a different date based on the date field earlier in the form. Does anyone know how I could use the 'IF' expression to code the three different possibilities and for the field to have the capacity to generate three different dates when taking the date field and the drop-down in conjunction?
Hi Everyone, Can someone help me understand how logs are updated on the backend in Adobe Campaign? Specifically, I'd like to know whether its based on delivery ID, broadLog ID, message ID, recipient ID or delivery counter.I'm trying to update my delivery logs and tracking for custom channels like WhatsApp, RCS and would like to understand exactly how the process works behind the scenes. I've gone through the documentation but couldn't find a clear explanation of what's happening in the backend. Regards,Sujith kumar
I have created a GraphQL endpoint on the author instance, and it works fine there. I’ve also published the GraphQL endpoint and the content fragment to the AEM publish instance. But when I try to access the GraphQL endpoint on the publish instance, I see the following errors.AEM Version - AEM 6.5.17{ "errors": [ { "errorType": "ServletError", "message": "Internal Servlet Failure", "details": "No suitable endpoint found." } ] }I verified both Graphql and CF present on AEM publish instance. Also I enabled below two config as per https://statics.teams.cdn.office.net/evergreen-assets/safelinks/1/atp-safelinks.html There is no error message on log file. Is there anything else I should check ?
Hello All, In slingmodel trying to get layoutcontainer models methods, as belowI added below code ContainerImpl@Self@2434638(type=Layoutcontainer.class)Delegate(types=Layoutcontainer.class)LayoutContainer layoutContainer; But when I access the getLayout method from htl getting error cannot access method ComtainerImpl.getLayout() it is getting for all the methods of LayoutContianerAny suggestions for solving this error.Thanks in advance.
Graphiql interface is working for only specific set of query./aem/graphiql.html how to configure to include all the query paths.
Hello All, As per our Research we have prepared the list of most of Features desired in Today's Marketing World (please add the missing one), and also how Marketo caters those features.What I'm looking from you experts to validate or update if something is missing or not mentioned correctly, also it would be great if you can mention if a separate License is required to use those functionalities of Marketo.Here by is the List:FeaturesFeature DescriptionMarketoHow in MarketoAccount Identificationaccount identification features to help B2B businesses identify and target the right accounts with personalized experiencesYesTarget Account Management Marketo's TAM module helps users identify and manage ideal customer profiles, prioritize accounts, and build targeted campaigns. It uses firmographic and technographic for target accounts.Lead ManagementLead Generation, Scoring Nurturing from different SourceYesStrong Lead Management involving generation , smart list for targeted audience, ex
Description - Adobe to provide more access restrictions levels to CJAWhy is this feature important to you - I can restrict access to around 1000+ users who can potentially create reports with wrong dimensions and segments that would end up being shared across the company.How would you like the feature to work - to provide Read only access to stakeholders who has less experience with the tool and provide ability to change report suite/ Data ranges.Current Behaviour - We just have read only access or edit access. problem with read only access is that the user cannot change report suites or date ranges. That just limits them completely.
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.