Explore product-specific spaces to ask questions, share insights, and learn best practices.
Recently active
Hi Community,We are seeing an issue after migrating our mobile app to Flutter, specifically for iOS users where our flutter page reports seem to be capturing visits correct, however our pages that have not yet migrated to flutter are now seeing a significant drop in number - about 30%, but they are not completely zero. Android users are not impacted at all.I have also checked in our dev app using Assurance to see if any pageView events are not being captured, however we are able to see the AEP Request call as expected. Any insight or advice would be helpful to see if we can pinpoint the issue.Thanks!
Hi, I have a couple of questions I need help on:I have a dimension with dimensions Card Issue Date, Card Activation Date, etc. These are in Date-Time format. I now need to create a couple of cohort tables that will show me how many cards were Activated within 5 days of being issued, 10 days of being issued, etc. I have tried converting the dimensions into metrics so I can attempt creating Calculated Metrics. Didn't work. Can anyone please guide me on how I can crack this?I created a Connection with two datasets - Card Transactions & Product Holding. I will now have to create a dashboard listing customers with 1st/2nd/3rd card transactions done YTD, MTD. The Data Architect has given me this query to base my logic on.Join Product_Holding_TableOn Card_Transaction_Table.ID1 = Product_Holding_Table.ID2Where Product_Holding_Table.CardActivationDate in Current Month;Long story short, I am not being able to figure out how to go about it. Would love to have your guidance on this!T
It stalls out here:I have already tried uninstalling and reinstalling the extension. Any other suggestions?
Hi, Our App is using Adobe Analytics and upgraded from ACP to AEP SDK with XDM & Edge Network recently, found that the amount of Life Cycle calls has increased in a huge amount, contributing to ~70% of our total server calls usage. Our app is now sending Life Cycle call in every single foreground and background event. Even when the user is not using our app, but just swipe through the opened apps and get across our app, the Life Cycle calls are generated. Would like to see if this is an expected behaviour? or we are missing something in our implementation/configuration? As it's talking about 70% more calls than before, it has a very serious impact to our budget on using Adobe Analytics. Suggest anyone upgraded to AEP SDK and using Edge to check their server call usage. Thanks,Josh
Hi everyone,I would like to know how I can apply a filter in a workspace of CJA so that it only displays information related to the selected attribute of a product added to a purchase order. For example:I would like to know the most selected flight routes for one-way trips. When I break it down based on the freefrom table, it works correctly, where I check the "product category 2" to identify the type of product and filtered by outbound, the "product category" to ensure it is a flight, and the "product name" that shows the selected route.However, when I try to add these attributes as filters (dropdowns) in a panel in the workspace, I still see other attributes that I don’t want to appear with that type of filter.Is it possible to do that? How can I make these dropdowns function at the product level rather than the event level?I would really appreciate your guidance and help.
We are seeing this error in the console: Uncaught (in promise) TypeError: [alloy] [ActivityCollector] [ActivityCollector] An error occurred while executing the onClick lifecycle hook.Caused by: Cannot read properties of undefined (reading 'web') This is only happening when we are using the Adobe Experience Platform Debugger. Any ideas on where to start hunting to find what might be causing this?
I want to setup Adobe Dynamic Media Classic desktop app on unix (Ubuntu). I am referring this doc to setup DM Classic. https://experienceleague.adobe.com/en/docs/dynamic-media-classic/using/intro/dynamic-media-classic-desktop-app there is no installable for unix platform. Is there any way setup Adobe Dynamic Media Classic desktop app in unix?
Hello, I am using /apps/core/wcm/components/carousel/v1/carousel/ as the reference As per the document https://github.com/adobe/aem-core-wcm-components/blob/main/content/src/content/jcr_root/apps/core/wcm/components/carousel/v1/carousel/README.md Allows deep linking into a specific panel by passing the panel id as the URL fragmentI noticed that on clicking the next or previous button using the data-cmp-hook-carousel="previous" data-cmp-hook-carousel="next" it causes the URL to append with #panel_id My requirement:I don't need the #panel_id in URL , how to remove the deep linking . I tried using window.history.pushstate , but this show up #panel_id in the URL, then after some delay using set timeout we can remove this , but I don't need this at all to appear in the URL. Could you please provide inputs as how this can be achieved. Regards,Srinivas
How do we show the due date time like the older version of WF? We work by due date times and no longer can easily find the due time.
Hello, I have a question on my Adobe Launch configuration. I try to send my page information into a click event. I have duplicated the custom code that set the page variables from my page event to my click event.But for example, my evar13 doesn't seem to be set using the custom code (that works on page event), but checking the console log, the var is well set. I don't understand why the "s.evarX=" function works on my page event but not my click. You will find the screenshots here, as I am limited to four in the post: https://www.swisstransfer.com/d/d6d4f09d-8f11-4025-80ed-60daa6b498c8 If anyone has a clue on what I'm doing wrong here, thanks in advance.Best,
HI @61380 I'm using a magento of 2.4.6-p6 version and I got a Popup of install patch.Please check the attached screenshot.I want to confirm other things:- Rest, I want to know that, Do, I need to install any other patches before it which is necessary for my Magento version.I was following this url: https://experienceleague.adobe.com/en/docs/commerce-operations/release/notes/security-patches/2-4-6-patchesBut I didn't found patches file related o my magento version. Hope you can let me knowRegards
Hi, Can we leverage Events type schemas from sources like Marketo, Salesforce to build customer AI use cases in AEP?
It's not unusual for a request to come in that results in more than one project. How do we best reflect those relationships? Will the "Convert to"function work more than once? If so, will it carry custom form data for both resolving projects? Will those resolving projects both be reflected with the issue?
We have a requirement were we need to use the custom action to send sms outbound communictaion to the customers based on the send time optimizer. In AEP send time optimizer is available for email and sms. Is there a way where we can use this for the customer action as well. If yes please provide the documentation details.
Hi, For demo purposes I need to present customer a use-case: pop-up with products in the cart. How would approach that task knowing that my env has AEP CDP with Target implemented using WEB SDK. Would you access products in the cart using productListItems or add products added to cart to Target visitor profile? Thanks for you feedback
Hi, I am trying to create an image preset with AEM asset (dynamic media) and I need to set the resoultion to 300 PPI.Below are the requirements:Width: 2000Height: 2000Format: JPEGPPI: 300How can I specify the PPI value to 300? Is the query parameter res the appropriate command to use? Thank you for your help.
I am trying to set a dispatcher locally, so I have local cloud SDK for author and publish, for testing purpose i have deployed the WKND website which is running fine on publish http://localhost:4503/content/wknd/us/en.html, but when I hit the same URL using Apache 2.2 web server url which has the dispatcher module, http://localhost/content/wknd/us/en.html. I get a 404 error with the below error trace in Apache server error.log[Sun Oct 08 01:29:04 2023] [notice] Parent: Created child process 22100[Sun Oct 08 01:29:04 2023] [notice] Child 22100: Child process is running[Sun Oct 08 01:29:05 2023] [notice] Child 26308: Released the start mutex[Sun Oct 08 01:29:05 2023] [notice] Child 22100: Acquired the start mutex.[Sun Oct 08 01:29:05 2023] [notice] Child 22100: Starting 64 worker threads.[Sun Oct 08 01:29:06 2023] [notice] Child 26308: All worker threads have exited.[Sun Oct 08 01:29:06 2023] [notice] Child 26308: Child process is exiting[Sun Oct 08 01:29:06 2023] [
After adding spell checker plugin for rte if there are no spelling mistake , a blue alert is displayed "No spelling mistakes was found. But it doesn't go away and appears on page even after submitting dialog.And in full screen it is displaying pop up behind he dialog . The pop up is below The position of the pop up is also not correct . How to handle this . Can some one suggest me the solution for the above .
Hey Adobe folks,We have an AEM Cloud as a Service project repository from Adobe git repo, there are few sites from the repo which look like below the folder structurewebsite 1 with all AEM main parts template(all, core, ui.apps, etc)website 2 with all AEM main parts template(all, core, ui.apps, etc)website 3 with all AEM main parts template(all, core, ui.apps, etc)the question is, why I can't see the site on my local author AEM instance even after I run mvn clean install -PautoInstallSinglePackage from each website folder directory? Thanks in advance.Best regards,Tommy
I am working on an upgrade from AEM 6.2 to AEM 6.5. I am also moving from a very old archetype to the newer archetype 40 with profiles so that the build and deploy may be automated instead of a lot of manual steps that are now being used.I am having problems with the JSP files that include some custom tag libraries. Using the older pom files, the tag libraries seem to be being resolved, I'm guessing is that the TLD files are being deployed but I can't find them in the instance so I know where to install them. The taglib uri is not being resolved but is not a problem in the older archetype's install.What do I need to do to get the custom TLD files to be installed or referenced by the JSP using them?
Hi All, We have an internal tool to update content fragment using Asset API. We found that jcr:lastModified and jcr:lastModifiedBy information is not updating while making updates to content fragment using AEM asset api. We tried to add modifiedBy & modified properties in request body but no luck. Could you please advise on this method: 'put', url: '/api/assets/', data: '{"properties":{"modifiedBy":"admin","modified":"","contentFragment":true,"elementsOrder":["state","plan"],"elements":{"state":{":type":"string","title":"State","multiValue":true,"dataType":"string","value":["NY"]},"plan":{":type":"string","title":"Plan","multiValue":true,"dataType":"string","value":["1234"]}}}}', Thanks, Seran
Hi I am using AEM core download component and trying to use word file(.doc/.docx) extension its not getting picked in download component and below is the console errorI am using AEM core component version core.wcm.components.all-2.20.8.zipand service pack aem-service-pkg-6.5.10.zip
If I have code in ui.frontend that manipulates the DOM that the HTL renders, how should I be writing unit tests to test the interactivity between the ui.frontend and HTL? I could try to copy and paste a small section of HTL template html as a unit test fixture but I can't copy page properties. Seems like there is no synergistic way to do this.
I've two XFs in AEM which has been exported to Adobe Target and is being used in the AB activities. The XFs are basically formstack(third party) forms where the content is form HTML(not embed code). The form is getting loaded correctly in the pages. When previewing the QA URL couple of uncaught errors are shown in the console and it is hindering the form submission.Debugging the console errors, it was observed that some of the scripts(loaded using <script src="scriptUrl"></script>) appears to be not getting loaded in the page resulting in the console errors. Interestingly, when I add the form HTML directly in the AB experience instead of adding it as an XF, everything works smoothly without any concerns.Any thoughts?More details:In our particular scenario, we have noticed that when the form HTML is added directly from the target, no issues arise. However, when it is added via the Experience fragment, console errors are observed and is hindering form submission. Several
Guten Morgen, ich würde gerne Verlinkungen innerhalb einer Website vornehmen und weiß leider nicht, wie das funktioniert. Wenn ich hier draufklicke, möchte ich gerne nach unten zu dem Inhalt geführt werden. XXXXXX Vielen Dank und GrußHeidi
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.