Explore product-specific spaces to ask questions, share insights, and learn best practices.
Recently active
I have a servlet that has resource type = sling/servlet/default. How can I find a resource inside my project or how can i create a resource/component with this resourcetype
Hello gang... We've been running with the WebSDK for a bit now and all has seemed just fine. We've been impressed with the performance as well as the relative ease of implementation. Note that we use the NPM module directly, incorporated into our front-end build process. Throughout testing as well as live data in Analytics nothing has seemed amiss. However in looking at our raw Data Feeds out of Analytics, there are extra "phantom" hits that are being treated as pageviews. There are few if any actual variables set in the Data Feed for those rows, except for some default Adobe ones like page URL, hit time, etc. And when looking at just raw pageviews in Workspace with no reporting dimensions or segments applied, they can be seen. Our pre-implementation testing and evaluation never included just looking at data this way. Unfortunately it looks as though these phantom pageviews correlate almost perfectly with the extra calls we make to just retrieve personalizations from Tar
Hello everyone,I am trying to incorporate the editorial Image component inside mine (advancedbanner), but I cannot seem to make it work. I want to be able to configure the image component from inside the dialog of the advanced banner without initiating a new component outside of the content tree.I need the image component so that the src url is dynamic and it's not a static url that is coming from the DAM (which makes the image file size very big).This is what I've done so far:Inside advancedbanner.html I have this:<div class="cmp-advancedbanner__image"><sly data-sly-resource="${ 'file' @ resourceType='b2c-website-foundation/components/image', alt=properties.bannerImgAltText }"/></div>and inside the cq_dialog xml I have this:<filejcr:primaryType="nt:unstructured"jcr:title="Asset"sling:resourceType="granite/ui/components/foundation/form/fileupload"fieldLabel="Advanced Banner Image"fileNameParameter="./fileName"fileReferenceParameter="./fileReference"mimeTypes="
Seems like in certain instances Experience Manager Author is adding a hard space (&nbsp). When it adds it between two words or multiple words, its connecting the words and making it a word long with the hard space &nbsp; in the middle. Its causing ADA issues with zoom.Anyone know how to disable this?It can be seen in Developer Tool > Edit as HTMLExample: "The&nbsp;Cat&nbsp;In&nbsp;Hat"Thanks
Hello community!The manager of my project tried to upload images to a folder using GUI (the button "Create" at the top right). The pictures are being stuck in the status "processing". I inspected these images and their naming, and they are no different from what we successfully upload. We also get no memory related notifications.What is the possible reason why these pictures have not been uploaded?
Hello, We are encountering an issue when trying to update the out-of-the-box (OOTB) OSGI config for the workflow. The configuration values are not being updated even though we have kept them under the config node. The values are not updated when accessing /system/console/ConfigMgr. AEM: 6.5.21.0PID:com.day.cq.wcm.workflow.impl.WcmWorkflowServiceImpl Name of the config file:/apps/project/osgiconfig/config/com.day.cq.wcm.workflow.impl.WcmWorkflowServiceImpl.cfg.json Entries in the config:{"cq.wcm.workflow.terminate.on.activate":"false","maxThreadPoolSize": "100","minThreadPoolSize": "5","cq.wcm.worklfow.terminate.exclusion.list": [],"event.filter":"(!(event.application\=*))"} Also, please note that we are not allowed to update/delete any OOTB config directly in /system/console/ConfigMgr. We only need to update via package deployment. Can someone please help me identify the issue with this configuration?
Hi, after running Best Practices Analyzer tool, we have found lot of issues with " is missing mandatory 'jcr:content' child node." in some of our folders. how to fix this issue? i know a groovy script can be used, but any other ways?with groovy script can we insert an empty jcr:content node to fix the issue? if yes, any code snipped to help achieve this?thank I went through https://github.com/hashimkhan786/aem-groovy-scripts , but couldn't find any script to help in the direction iam looking for
Hello, I'm trying to figure out how to report on all links found on pages under a given path. For each entry, the report should show the page URL or path, and a list of all the links on that page. The report might look like this: Page PathLinks contained on page/directory/page-1.htmllink-alink-blink-c/directory/page-2.htmllink-dlink-elink-f/directory/page-3.htmllink-glink-hlink-i or maybe the report would look like this: Page PathLinks contained on page/directory/page-1.htmllink-a/directory/page-1.htmllink-b/directory/page-1.htmllink-c/directory/page-2.htmllink-d/directory/page-2.htmllink-e/directory/page-2.htmllink-f/directory/page-3.htmllink-g/directory/page-3.htmllink-h/directory/page-3.htmllink-i I am trying to do this by creating a custom report in the ACS Commons "Reports" tool. To break it down, I think I would need to figure out how a link is defined in AEM. Once that is defined I would need to figure out how to display that in the report
Hi All,I'm currently using AEM 6.5.18 version and java 8 and having the issue while building the code which is belowI have the required dependency for this even thought it is getting failed below i added the dependency which i have in my core pom file<dependency> <groupId>javax.annotation</groupId> <artifactId>javax.annotation-api</artifactId> <version>1.3.2</version> </dependency> <plugin> <groupId>biz.aQute.bnd</groupId> <artifactId>bnd-maven-plugin</artifactId> <executions> <execution> <id>bnd-process</id> <goals> <goal>bnd-process</goal> </goals> <configuration> <bnd><![CDATA[ Import-Package: javax.annotation;v
Hi there, I have configured a schema using Adobe Analytics Experience Event Field Group (Schema 1)I have another schema with a set of Custom Fields (Schema 2)Primary reason for using AA Experience Event Field group is to send data to AA through Launch Web SDK. I do not want all fields on Schema 1 to be passed into AEP. Hence, schema 2 is created with only required fields to be sent to AEP. I have Adobe Launch implementation to send data to edge network on various interactions (page view, page scroll, link click, product view etc.) . However, I want to send data to AEP only on page view event.Using data object (data.__adobe{}) is one of the method of achieving this.But, Is there any other way to achieve this using Data Prep mapping with Schema 1 and Schema 2? If I use data prep to map the fields, say xdm._experience.analytics.customDimensions.eVars.eVar1 (Schema 1) ---> schema2.pageName (Schema 2), it will map and send data on all interactions rather than ju
Hi , i want to see if the metrics gets any value or if the value is zero till the end of the daycontext is we have an email free form table which has open delivered clicked metrics with few delivery ids i am monitoring these metrics if the data si flowing or not sometime the data is not flowing till 9pm everyday so i am frequently checking if the values are captured , now i want to create an alert which give me an email if the value is zero till 6pm and another alert saying if the value is flowing like 1 or 2 it should give me an alert
Hi Team, I'm trying to compare the node between author and publish in the conf directory.However when i tried navigating to the Repository browser in the cloud manager i cannot see the nodes in publish but i can see it in author for the conf directory. Is there any limitation to it or do i have to get any separate permissions to view it. Thanks! for the help.
Hi guys. Im trying to connect Adobe Analytics with a site. When I click on the site and then click on button "activate adobe analytics" i get the following error when trying to submit the form: I've tried to do this for different sites and always the same thanks in advance!
Whenever we upload a PDF document, usually a few thumbnail images are populated. How can I generate a custom rendition apart from the ones being created out of the box?Let's assume I want to create a 400 X 400 WEBP thumbnail for all the PDFs uploaded. How can we do this?
Hi all, Adobe Sensei works with Adobe Analytics and Adobe Target.But, to achieve Personalization - intelligent recommendations and insights, how Adobe Sensei integrates and works with AEM? Appreciate all your replies. Thanks,RK.
Hi Team, I defined a unitary event and stitch with action I would send out the communication but after 30 mins since published still no profile enter that should not be because I picked profile qualify to the event condition to test. can you please explain when the event will run?
Hi, I am using it:{%= addMonths(profile._deloittellpcanada.abnMemberDetails.tsExpect_date, 1) %}simply want to add 1 month to tsExpect_date but action failed because of it. the expect_date format is as 2024-12-04T00:00:00Z. can you help me out to troubleshoot it? Thank you.
Hi all, If I want to achieve Dynamic creative optimization using Adobe how is it possible?Is it another Adobe product in Adobe Marketing Cloud suite?Or it is just an Adobe functionality?Does it require licensing?Does it work with AEM? But AEM is not for any advertisement. Could you please guide me through any implementation? Appreciate all your replies. Thanks,RK.
I'm trying to integrate the Adobe Experience Manager project into a CI process.We are working in Adobe Experience Manager Forms.We only edit in this project the form structure and a Client lib JavaScript code.I want to create a content package programmatically using a Maven command so I can integrate this process (which currently we are doing manually) into GitHub Actions. We need to send this .zip file to another provider so they upload to Adobe Experience Manager instance.We do not have any other way of deploying it. What I want to achieve is to be able to generate the same .zip package that I generate in my local instance in Package Manager, but in Github Actions after a successful Pull Request. So far, I've created a new profile in Maven with this config: <profile> <id>create-release-client-lib-package</id> <build> &n
Hi,I have a requirement involving a core multifield dialog. Currently, the 'Add' button is located at the end of the last field. However, I need the 'Add' button to appear under each field. For example, if there are 6 text fields, the 'Add' button should be present under each of the 6 fields. Is it possible to achieve this? If so, could you please guide me on how to do it?.Multifield means the granite one. Thanks,Bhanu M.
I posted previously about issues our organization has been having with console migration. Unfortunately, those issues are still far from resolution. In the meantime (while we continue to try to work out the other issues), I anticipate another hurdle with autoprovisioning. We use autoprovisioning heavily in our instance and depend on it to allow requesters - people coming to Workfront for the first time who have no training in it - to be able to get in and fill out request forms. One post from another customer describes the functionality of autoprovisioning as working but less than ideal because of a new user having to navigate through several links to get to a request form (and can presumably get lost along the way). However, last week, we were told by the rep assigned to our console migration that "autoprovisioning is not supposed to work". Does this mean that autoprovisioning is not supported once we've migrating (until Adobe rolls out some new feature calle
Should the operating_system_type dynamic lookup contain a record for each OS value in hit_data? We are seeing some OS values in hit_data that are missing from operating_system_type.
Hello, I am trying to use the "Forward to a friend" function on an email.This email is using segmentation to update the translation depending on the country of the receiver.So to sum up I got one email and 20 versions managed by segmentation. When I am using the "F2F" function, the box open is in English (it could be good to customize it in different language) and the email that will be sent to the "friend" will be the default version of my email. Question 1: Is there a way that the F2F is able to send the version of the email in the language of the person who want to transfer it?If the guy received it in German, the F2F version should be sent in German.Question 2: How can we translate also the titles of the F2F popup? I found the blog from Sandford Whiteman with a customization solution. But I would need to make it dynamic.Thanks for your help.
How do I add an email to an operator?
Question if I use Import List to update existing customers it seems that I cannot use the Marketo ID to update fields of the customers.I can only use the email address to update unique customers. However certain customers are imported without an email address so how can I use the Marketo ID to update the customer fields?
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.