I have been following below url to integrate launch with AEMIntegrate AEM with Adobe Launch Via Adobe I/O for Adobe I/O Configuration steps - 1) Open Adobe I/O Console at https://console.adobe.io/integrations2) Create Integration3) Select Access an API4) Select Experience Cloud > Launch, by Adobe ...
Hi,In our project in AEM, we have created one component that takes an email address and clicking button (Sign-Up) sends mail to that particular address.We have customer requirement, that on clicking the Sign-Up button one user profile should be created in Adobe Campaign based on email-id.Question: U...
We have few buttons on our webpage. When "documentContentLoaded" event is fired, we are assigning event listener to the buttons. We have added target script in the head section and our client library is near the closure of body tag. Sometimes, target script is loading before our client and vice vers...
Hello all,Below is the query that i'm using to get certain paths that is available from productData property under a node. I'm trying to have a propertyIndex for this property so that i can reduce my traverse time during query execution. Map<String, String> map = new HashMap<String, String>();// cre...
Hi Team, We are trying to import the users from the excel or csv file to specified group in AEM on AEM 6.4, I tried the steps mentioned in Adobe Experience Manager Help | Creating a custom Excel Service for Adobe Experience Manager but no luck , any pointers or alternate way to achieve it on AEM 6....
Hi Guyswhen I request the URL it should go to the requested path but it redirected to below URL and it comes with '/' in the end instead of'.html' Requested path : https://<DOMAIN-URL>/en/ENV/products/television.just_parsys.html (301)Redirected to: https://<DOMAIN-URL>/en/ENV/products/television.jus...
Hello,Have a requirement for the table seems like Forms table fits for those. I would like to use the forms table on the AEM sites. Is that ok to use? What is the difference between the general components and forms components? Please advice Can I use the forms table in pages?ThanksUma
I am using AEM 6.3.1.0. To achieve URL shortening I used Apache Sling resource resolver factory and it works fine. Now at apache, the cache is persisted with shortened paths as /en/home.html, /en/home/page1.html etc.This disturbs flush agents as when /content/myapp/en/home is published, correspondin...