Hello,We have an AEM integration in place with Adobe Target. We're encountering a replication error when publishing pages that contain activities. Saving the activities works fine—there are no errors, and the activities are successfully synced to the Target workspace. However, when we attempt to pub...
Hi Community,We are working with AEM CIF Core Components integrated with Magento. Our Magento schema exposes a custom root field CatalogSrv_products instead of the default products.By default, CIF generates queries like: But in our case, we need the query to use CatalogSrv_products, for example: I s...
Is there a way to use Asset Renditions ( mobile, tablet or custom) in Image component AEM Authoring( instead of uploading assets for each breakpoint in the component)Trying to optimize the authoring process here. Please share best practice.
I am new to AEM and learning it. One implementation I want to learn is to integrate Adobe analytics with the AEM 6.5? How can I integrate Adobe Analytics with the AEM 6.5 ? Can you please guide me in the simple way from scratch ? Thanks !!
Hi Everyone, We are running AEM 6.5 on-premise (AMS) and recently noticed that our Publish pages are automatically including the following script tag:<script defer="defer" type="text/javascript" src="https://rum.hlx.page/.rum/@adobe/helix-rum-js@%5E2/dist/micro.js" data-routing="p00000-e000000"></sc...
Hi All, I could see a clear difference between html page source and current DOM structure of the same html page. I need to fetch current DOM structure (mouse right click and inspect option in browser) of the page. Would like to know if there is any API in java or FE js?I tried making http call but a...
Hi All, EDS spreadsheet content is accessible with json extension in url. I have a requirement to fetch doc page content in the form of json. Is there any way I can access? Manually replacing the extension to json throwing 404 page not found. Thanks,Pradeep
I want to create a custom client library to override the functionality of/libs/dam/gui/coral/components/admin/customsearch/savedsearch/toolbar/infopanel/infopanel.jspin the AEM Search console (http://localhost:4502/aem/search.html).My goal is to ensure that this custom clientlib is loaded only when ...
So I have the following rule RewriteRule ^/page11/([0-9]+)/page12/([0-9]+)$ /content/myapp/us/en/page11/page12.html?id=$1&year=$2 [PT,L,QSA]I know that if I navigate to https://myapp.com/page11/1234/page12/2025, the Apache will rewrite this to https://myapp.com/page11/page12.html?id=1234&year=2025. ...