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. ...
Hi Team, We are using PDF Viewer Component on AEM Cloud service.There we also have used the config org.apache.sling.caconfig.impl.override.OsgiConfigurationOverrideProvider~pdf-viewer.cfg.json where we add PDF Client ID that we created from link https://acrobatservices.adobe.com/dc-integration-creat...
Hi Community, I am working on an AEM as a Cloud Service project and facing an issue with Dispatcher caching. When I request pages with different Sling selectors, they are getting cached as the same response. For example, /content/my-site/page.print.html and /content/my-site/page.pdf.html both return...
Hi All, I'm not sure what is adding a meta tag to all pages based on that page's tags some, something like this:<meta name="keywords" content="Blogs,Workplace Security"> The problem is that, we are not adding this in our code, in fact we are overriding the head.html for all templates.This tag is onl...
Hi,We are moving from AMS to AEMaaCS but midway we realized that AMS license is going to expire coming November. We are planning to lift and shift few components from AMS to AEMaaCS temporarily while part of team is working on new component creation on AEMaacs.AMS code repo is on Maven archetype ver...