Following the steps to integrate AEM with Adobe Target:https://helpx.adobe.com/experience-manager/using/aem_adobetarget_integration.html One of the prerequisite is integration of AEM with Adobe Launch:https://helpx.adobe.com/experience-manager/using/aem_launch_adobeio_integration.html In the steps m...
Hi Gaurav. I have the said access privileges, but on trying to access https://console.adobe.io/integrations it's redirecting to https://console.adobe.io/home. What might be the issue?
In the code editor for day use the following logic, function getDates(numberOfDays) {var dates = [];var toDates;for (var i = 1; i <= numberOfDays; i++){if (i < 10) {toDates = "0" + i + "=0" + i;dates.push(toDates);} else {toDates = i + "=" + i;dates.push(toDates);}}return dates;}if (birthMonth.value...
I was working around with the iterator to list and traverse over child nodes and I'm getting this anomalous behavior where the iterator lists the nodes in different order each time. I need to iterate over nodes as it's present in the crx/de. Is there a way it could be done, to control the order of l...
I need to set the href value depending on the nullity of sling:vanityPath. The hit.properties.sling:vanityPath returns the string value for sling:vanityPath property. I need to append a '/' before the hit.properties.sling:vanityPath value. Is it possible to do that in the following code or do I have...
AEM icon -> Tools -> Assets shows Metadata Profiles, Image Profiles, Video Profiles, Image Presets, Metadata Schemas, Desktop Tools for AEM, Insights Configuration, Reports and Content Fragment Models. And yeah it's the same with other browsers.