Explore product-specific spaces to ask questions, share insights, and learn best practices.
Recently active
Hi, I have access to the data warehouse and I can see all the previous reports that have been requested, along with their details. But when I go to copy an existing report or create my own, I'm not able to save the request - the button is greyed out. I've tried several times using different parameters, different dimensions etc, created my own location and account, but still no luck. Is this an access issue where I need further entitlements, or is there something I'm missing? Thanks!
So I've seen in the audience overview tab and the advanced audience overlap template that you can see the overlaps between audience A and audience B. Is there a way to add another audience in there? So, could I see a venn diagram showing the overlap between 3 or more audiences or is it just 2 audiences for now? Thanks,Nick
Hello, Im trying to map csv to dataset Im having the follow csv:SKUSizeColor10214039001|10233324003|1025377500910|BOYS 6|10.5B1O SAPP|M19 SMO|ALU ALU and the follow schema: I tried using the following transformation:arrays_to_objects("SKU", explode(SKU, "\\|"), "_sportline.Color", explode(Color, "\\|"))However, it only worked for the SKU column and not for Color. Could you please help me resolve this issue?
import org.osgi.service.component.annotations.Component;import org.apache.sling.event.jobs.Job;import org.apache.sling.event.jobs.consumer.JobConsumer;@8220494(service=JobConsumer.class, property= {JobConsumer.PROPERTY_TOPICS + "=my/special/jobtopic"})public class MyJobConsumer implements JobConsumer {public JobResult process(final Job job) {String path = job.getProperty("path");return JobResult.OK;}}
I have a bulk publishing workflow and would like to add a step to email me when the workflow is complete.I found the "send email upon completion of transient workflow" but it does not seem to work.Could be its not a transient workflow, or I'm missing something in the workflow setup.
Hi everyone, I hope you’re doing well! I’m currently managing redirects in Adobe Experience Manager using the ACS AEM Commons Redirect Manager. Over time, we’ve accumulated a large number of redirects, and now I need to delete many of them in bulk. While I understand how to delete individual entries via the UI, doing so one by one is not feasible for the volume I’m working with. Is there a way to delete multiple redirects at once using a bulk action? Any insights, tips, or documentation links would be greatly appreciated. Thank you in advance for your help! Best regards,
Version 1.9.4 of the Adobe Analytics extension in Adobe Experience Platform Data Collection was released some time ago, but there are still no corresponding Release Notes at https://experienceleague.adobe.com/en/docs/experience-platform/tags/extensions/client/analytics/release-notes - can this page please be updated? This is now the third time this has happened and I have posted about it:https://experienceleaguecommunities.adobe.com/t5/adobe-analytics-questions/adobe-analytics-extension-1-9-3-release-notes-missing/m-p/626359#M46403https://experienceleaguecommunities.adobe.com/t5/adobe-analytics-questions/adobe-analytics-extension-1-9-2-release-notes-missing/m-p/608691/highlight/true#M44939
Hi Team,I would appreciate your expert opinion on an approach I have been working on.A client’s website utilizes both Adobe Analytics and Google Analytics. All implementations are currently managed through Adobe Launch, leveraging the digitalData object. The client has requested that events in the digitalData object be pushed into the Google dataLayer to trigger tags in GTM.To meet this requirement, I have developed a JavaScript solution, deployed as a custom HTML tag in GTM across all pages. This solution monitors every change in the Adobe digitalData object, captures the event key and event data for each change, and pushes these into the Google dataLayer with the same structure. So far, the solution is working as expected.My questions are as follows:Will this approach reliably capture every event occurring in the digitalData object and push it into the Google dataLayer?Are there any potential pitfalls, limitations, or edge cases that could cause this solution to fail?I look forward t
Hello everyone - I'm trying to use the "get (object; path)" function to get field values out of the parameterValues object. I set a variable such as MY-VARIABLE to have the name of the field I want such as: "DE:My Field Name Here" Then I get the field value using "get" as follows: {{get(`1.body.data.parameterValues; MY-VARIABLE)}} This works great if the field name has no periods. But if the field name has periods, such as "DE:My.Field.Name.Here", it always returns empty (apparently it's conflicting with the dot-notation used in "get"). So, my question: is there a way to deal with periods in the key name within "get" above? Or, alternately: is there a way to parameterize the field name within field mapping syntax, i.e. to use a variable such as MY-VARIABLE instead of a literal field name, such as: {{1.body.data.parameterValues.`DE:My.Field.Name.Here`}} => {{1.body.data.parameterValues.MY-FIEL
I want to migrate my Activty Map (AM) implementation to the webSDK. Currently I am setting the AM variables inside the s object like: s.ActivityMap.link = "value"s.ActivityMap.regionIDAttribute = "other value" How this behaviour is acchieved in the webSDK? I do not find any meaningful documentation. Thank you very much.
I have recently started working on AEM. I am creating a page template with a responsive grid system. I have followed all the points in the guide at the link Configuring Layout Container and Layout Mode. Still, the responsive grid system is not working perfectly.e.g This is what happens after I insert some content into the page and refresh it.The content is replicated on its own and it is not even being configured. Please help me in this direction. Have been after this for quite some time now.I am using AEM 6.3 and Maven Archetype 12.
Hello All, I am trying to get logged in user session details in my java servlet like user name,password,group,permission and complete profile details.In case of administrator logged in I am able get all details successfully but in case of other user I am getting error of "Anonymous ".1.http://localhost:port/useradmin AEM Page- I have applied all r/w permission to my user.2.By using AEM my user login token I have checked my rest API method call and I am able get user session details in this scenario also.3.But when I am trying with same rest API method call from my HTML5 application I am facing the "Anonymous " error problem.Thanks Qamar
as above. I looked around and I found this => org.apache.sling.servlets.annotations.SlingServletFilter. Is this the moderm equivalent? Thanks!
Hi, I am working on some requirements in aem with aio app builder. so i am trying to do the server based token authentication to aem in the app builder code. So when i try to give the json file path, i am getting no "Token file does not exist in the location", why? also, when i try to print the current directory path i am getting this Current Directory: /nodejsAction/lp25kf3X. So i want to know how to read a json file from the js.. How to give the json file path in index.js?https://experienceleague.adobe.com/en/docs/experience-manager-learn/getting-started-with-aem-headless/authentication/overview. One difference here is, instead of getting the filename from command line, i am passing directly in the code or from the AEM MCP to app builder request call. Please let me know if anyone knows the answer! Thanks in advance Regards,Bhavani Bharanidharan
Hi, I am integrating the photoshop firefly action in app builder. I have the photoshop action file that will doConvert Colour Profile – sRGB (layers)Deep Etch (Flattened Image) Single Layer MaskClipping Path (post Deep Etch)So i am calling applyPhotoshopActions (input, outputs, options) method which is from @61380/aio-lib-photoshop-api file. From AEM using the post processing profile, i am calling the app builder worker with the photoshop action file, i am getting 2 renditions, one as psd and another one is png. I want to save the psd rendition applied with above mentioned actions also with mask applied(editing/croping mask), then for png rendition i want to save as a transparent background. Example output image i need is below. Hope i need to apply the transparent background and layered mask for the output which is generated from applyphotoshopactions method. But when i debug the code, i am not getting any logs or methods are getting executed after
Hi, I had a requirement to migrate assets with metadata from one AME instance to another AEM instance. For that we are using app builder. I am facing an issue were my Js code in app builder is not working for large volume of assets and subfolders.I couldn't able to debug/ trace the logs which are added in the JS. My logs are stopped in between. even though the action is running in the background. When running the app builder code in local, in the localhost session i am getting response was not ready(504) message and the activation logs stopped that time. Need your help how to check the logs and how to rid of this timeout issue. Note: I am using assets http api for the asset migration. Tried adding the limit in app.config.yaml file like below. I have updated the time limit for 5min. But my logs are getting stopped within a minute and getting timeout issue in the result session. asset-migration:function: actions/asset-migration/index.jsweb: 'yes'runtime: nodejs:
I was researching asset versioning, and found this explanation which describes page versioning at https://helpx.adobe.com/experience-manager/6-3/sites/authoring/using/working-with-page-ver sions.html . It appears to be accurate for asset versioning as well; however, I was wondering if it is possible for an asset or page to reach version 2.0?
Hi All,Created a custom index for content fragment field. Below are xml.Index name -cust.contentfrag-custom-1 <jcr:root xmlns:oak="http://jackrabbit.apache.org/oak/ns/1.0" xmlns:slingevent="http://sling.apache.org/jcr/event/1.0" xmlns:sling="http://sling.apache.org/jcr/sling/1.0" xmlns:granite="http://www.adobe.com/jcr/granite/1.0" xmlns:social="http://www.adobe.com/social/1.0" xmlns:dam="http://www.day.com/dam/1.0" xmlns:cq="http://www.day.com/jcr/cq/1.0" xmlns:jcr="http://www.jcp.org/jcr/1.0" xmlns:mix="http://www.jcp.org/jcr/mix/1.0" xmlns:nt="http://www.jcp.org/jcr/nt/1.0" xmlns:rep="internal" jcr:primaryType="oak:QueryIndexDefinition" async="[async,nrt]" compatVersion="{Long}2" includedPaths="[/content/dam]" includePropertyTypes="[String]" queryPaths="[/content/dam]" evaluatePathRestrictions="{Boolean}true" reindex="{Boolean}true" type="lucene"> <indexRules jcr:primaryType
I have confirmed that individuals have completed MKTO forms on an MKTO LP and a web page, but there is no record of their existence in MKTO afterward (let alone that they completed the form). The common denominator is that the email address prefixes are all numbers (e.g., 2300000@domain.com or 09456@domain.com).I've tried manually adding one of the individuals as a new MKTO record, but it works only if I save the record first using a non-all-digit email address as a placeholder and then replace it. We do not have any active Global Form Validation Rules in place. Anyone else have this issue and know how to resolve? Thanks.
Hello Adobe Community, We're looking to implement Customer Journey Analytics (CJA) in regions where Adobe CDP is not being utilized. I'm seeking insights on maximizing CJA's capabilities in a standalone environment. (Note: We have subscription to AEP). I am quite confused about how Identity graph and stitching will happen without Subscription to CDP. What are the native data stitching capabilities available in AEP without CDP?How can I effectively stitch customer identities across different data sources for CJA purpose?What identity resolution options are available in this setup?What are the recommended best practices for identity resolution in AEP without CDP?Which configurations should I consider for optimal results?How should I approach cross-channel identity mapping?Any documentation? or article available to understand different use cases of CJA without cdp?Thank you for your help!
Dear All, I am getting my hex color from dialog to Html by using below. dialog<navBackGroundColorjcr:primaryType="nt:unstructured"sling:resourceType="granite/ui/components/foundation/form/textfield"fieldDescription="Enter the Navigation component background color Hex code"fieldLabel="Navigation Component Background Color Hex Code"hexvalidator="hexvalidation"name="./navigationBackGroundColor"/> HTL<style>.sunitaNavigation .stickyNav {background-color: rgb(${properties.navigationBackGroundColor @2941342='styleString'});}</style> <td class="mandatoryField">${properties.navigationBackGroundColor}<p style="background-color:${properties.navigationBackGroundColor @ context='scriptString'}">${properties.navigationBackGroundColor}</p></td> Now in my css (already i called in HTL in above) , I want rgb like below. <style>.sunitaNavigation .stickyNav {background-color: rgb(${properties.navigationBackGroundColor @2941342=
Hello everyone, i want to integrate KCP payment method to magento 2 eCommerce site us adobe app builder, can any one please let us know is it possible and how to integrate payment method with Magento 2 eCommerce site using adobe app builder. and if it is possible then what is path (steps) to implement it or any document link, thank you!Note: i have already installed KCP extension on Magento 2 eCommerce site but now i want to replace it as integrate with app builder.
I have made a direct connection between AEM-Campaign and the connection is successful. I am using campaign classic and AEM 6.5.6 and OOTB email template/components. The campaign cloud services value is configured with the integration, and the templates get synced to campaign. but, in properties for those email, in the Email tab, the campaign button remains disabled. In the Adobe Campaign tab, the Template drop down also remains disabled. If i edit the email by adding a component say, Text and Personalization, then i try to edit the component value, the campaign here also remains disabled. What should i do. (In campaign i am able to synchronise/desynch the email easily)
Hello Experts, We have a folder which needs to be renamed since it is misspelled. The problem is that folder has lot of content (thousands of images and videos). I already Move option that AEM provides and as well Renovator option from ACS commons both just hangs. What are our options? Any inputs will be of great help!! Thanks,Nitin
Hi,I have a child node(translate) under jcr:content for some pages, on rollout of the master page, I don't want this child node to get updated. This child node has properties which are unique to each page and thus should not get updated with master values on rollout.The Day CQ RolloutManagerImpl configuration has a checkbox Handle Conflict, which if unchecked, the nodes don't get overridden. But in this case, even the multifield child node (item0, item1, etc) also don't get updated. So rollout doesn't work for multifield nodes.I need an approach which will help rolling out multifield without updating the translate node.
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.