Explore product-specific spaces to ask questions, share insights, and learn best practices.
Recently active
With the new EU rule about cookie consent. I just want to clarify, what can and cannot be tracked? Some further questions in case cookies are denied: 1. Can Visits still be tracked?2. I understand that Unique visitor might not get tracked but can an aggregate number of visitors be ascertained?3. Would number of visitors be an inflated number?4. Deeper engagement tracking for example, users that have engaged for over 2 pages in 1 visit, can a metric like so be tracked? Thank you so much!
Hi,I am using com.adobe.fd.forms.api.FormService.renderPDFForm for rendering dynamic PDF for a use case. Here I am passing like this:formsService.renderPDFForm("crx://" + xdpPath, xmlDataDocument, renderOptions) The rendered PDF from the above service works for all the cases, except when the XDP template as <value> <exData contentType="text/html"> <body xmlns="http://www.w3.org/1999/xhtml" xmlns:xfa="http://www.xfa.org/schema/xfa-data/1.0/"><p>sample text</p></body> </exData></value> the exData is not loading on the rendered PDF. Can anyone help me understand the reason. Is it a bug with the service?
Hello, Seeking for help, The user with a right access cannot edit the column of some issue in a report board. here is another issue that is editable. (Same user with a manage access) Thanks in advance.
I can't find any doc about this subject that could bring me a solution, then here I'm: I already created many projects using API calls, via Snaplogic and even updated them in the same way, but what doesn't work is the action attachTemplate as below: this was supposed to add a new Template to a existing project, but when I use PUT passing the update parameters it returns error code 422.
The RTE Color Picker Plugin for AEM by @mukeshyadav_ Dear AEM Community, I'd like to share my recently published article of a custom solution for RTE color picker plugin in AEM. Overview The RTE does not have OOTB color picker plugin. There are few custom solutions available over the internet, however, they often lead to the following common frustrations: Time to load the dialog. Multiple clicks for simple action. Inconsistency with other Apps. This blog is having two section. In Section 1, the plugin is developed by extending the OOTB class CUI.rte.plugins.Plugin, whereas Section 2 is more about the common steps to be followed to add an available plugin to the RTE component toolbar. You can download and install the package from the link available in blog as I have kept the plugin component inside /apps folder directly from the CRX package manager and jump to the steps mentioned in section 2. Section 1:- Create a clien
I have refered the github sample app showing only the java code as reference and have implemented the sample in kotlin. I have shared my code fix the issue please. getting response as null only override fun onCreate() { super.onCreate() MobileCore.setLogLevel(LoggingMode.VERBOSE) MobileCore.initialize(this, LAUNCH_ENVIRONMENT_FILE_ID) { print("Adobe mobile SDKs are successfully registered.") } Log.d("SDKTest", "successsSDK1") Log.d("SDKTest", "Adobe mobile SDKs are successfully registered.") val decisionScope = DecisionScope("Android_Test") val data = mapOf( "__adobe" to mapOf( "target" to mapOf( "a.profile_language" to "en-us", "a.DeviceName" to "phone" ) ) ) Optimize.updatePropositions( listOf(decisionScope), null, data, object : AdobeCallback<Map<DecisionScope, O
Hi all,We are currently working for a customer that is on Helix-4. You can see the code repo here - https://github.com/hlxsites/danaher-ls-aem-prod.We would like to upgrade from Helix-4 to Helix-5. So, here are things that we would need your support.1. Could you pls point to the step by step documentation to migrate from Helix-4 to Helix-5. Can't find any comprehensive guide to do this on the public documentation.2. We would like to understand if it is mandatory for all pages to be entirely on Universal Editor to migrate from Helix-4 to Helix-5. Asking this explicitly because, we still have some pages that are authored in AEM and being delivered through EDS via Converter module. More details here - https://github.com/hlxsites/danaher-ls-aem-prod/tree/main/tools ThanksBSR
Hi Team,I am trying to implant the js and html files created for Chat bot within the web application.The chat bot is working fine when opened using browser.It includes the following files 1.index.html2.chat.css3.home.css4.chat.js - includes the function of buttons5.responces.js- includes the functionalities added to get responses.Can you kindly guide me where and in which activity should I have to put the above codes in web application.
Hello!Is there a filter in smart list to find the people who Aborted the email campaign, similar to opened/clicked/bounced. Ref: Email Performance Report - Aborted: Number of emails that could not be delivered and no bounce event was received. An email is automatically termed as Aborted if a response is not received within three days of the email send. Thanks!
Hi! I am looking for some clarity on the date ranges within Adobe Analytics. Why are the two numbers different? And which one is more accurate for monthly reporting?
When attempting to update the Adobe Web SDK, I am seeing this error despite the Web SDK not being in any libraries - any advice or guidance is much appreciated! Thanks,Ty
wanted to check if web crawlers works on Adobe target so SEO and AI can still pickup the experiments content?
Hi everyone, we are trying to implement Adobe Target on SFCC without Tag Manager. Currently we have downloaded the at.js file from Target and tried importing the file directly, but during the build process, the file gets removed and is no longer accessible. Could you please provide us with a guide with the correct steps for a proper installation and integration on SFCC? We only found documentation for the implementation on AEM and we are stuck with the file being canceled. We also reached the SFCC support who invited us to ask directly to you for this kind of guide. Thank you in advance. Best regards, Sara
Hi All, as part of urgent requirement, I need to create 1 Monitoring workflow-Monitoring workflow to send daily delivery count in adobe campaign classic Can anyone please help me on thiswhat all activities I should use @parthas @ParthaSarathy
Hello all, I need to create some can anyone please suggest some example on the samewhat kind of monitoring workflows, we use generally on all project
Unlock the Power of Data Collaboration Join us at the Adobe Real-Time CDP Data Collaboration Forum Oct 16th, in New York, where industry leaders, innovators, and data visionaries converge to explore the future of connected customer experiences. Whether you're a marketer, data scientist, or tech strategist, this event is your gateway to understanding how collaborative data ecosystems are reshaping personalization, privacy, and performance. Agenda as follows: Adobe Real-Time CDP Data Collaboration Hands on Lab Interactive Session: Unlocking Partnership Potential Networking Reception Register here! #AdobeForum #DataCollaboration #CustomerExperience #DigitalTransformation #RTCDPCollaboration
HelloI need to pull two different types of IDs from the data belowI need the user.id from each NTAG as well as each team.id from each NTAG.The goal is to have an array of IDs to include in a Update reply. [ { "body": { "data": [ { "ID": "68c0562903223440aff85176b936c54d", "objCode": "NOTE", "owner": { "ID": "62a0af46002ec17cbee98efaa8105fda", "name": "Fusion Integration", "objCode": "USER" }, "entryDate": "2025-09-09T16:30:33.128Z", "isReply": false, "tags": [ { "ID": "68c056290322345e296bfb31382c3c1d", "objCode": "NTAG", "team": null, "user": { "ID": "redacted",
I am trying to create a project report with a column that shows job roles associated with the project but the results include inactive job roles and other job roles not associated with the project. This is the code I used to display the roles. The valueexpression was added to exclude inactive roles, but it didn't change the results. displayname=Nested Roleslistdelimiter=<p>listmethod=nested(roles).liststype=iteratevalueexpression=IF({role}.{ID}={project}.{role}.{ID},{name},"")valuefield=namevalueformat=HTML Does anyone have suggestions how to exclude job roles that are not associated with the project?
Request for Feature Enhancement (RFE) Summary: lease enable support for modern package managers in the Frontend Deployment Pipeline. Currently the pipeline only supports NPM, which although widely adopted is also generally known as the slowest solution for package management within the nodejs ecosystem. Consider support for yarn or pnpm, both of which outperform NPM from a CI/CD perspective. Use-case: We currently use Yarn on Managed Services to deploy full stack code. However, when migrating to Cloud Services and wanting to take advantage of the Front End (FED) pipeline, NPM is assumed and only the version can be altered via pipeline variables. We use Yarn as it has additional features and builds/deploys faster than NPM. Similarly, pnmp and Yarn PnP deploy about twice as fast as npm in our benchmark tests. Current/Experienced Behavior: Customers must use NPM and package-lock.json as the deployment package manager Improved/Expected Behavior: Customers can customize the FED d
Hello,I have a question for organizations using Workfront's built-in AI. Is it capable of performing actions such as creating multiple copies of an issue and updating a specific field for each copy? For instance, if I enter a prompt, could it create three copies where copy 1 has option A, copy 2 has option B, and so on while keeping everything else same?Can it perform actions or currently capabilities can fetch data only?Thanks!
Introduction This blog post is a resource for practitioners of Adobe Customer Journey Analytics (CJA) who want to gain a deeper understanding of the main navigation elements and access patterns. It offers a summary and breakdown of the different menu areas and functionalities within the CJA main interface as of February 2024. The aim is to assist users in developing a clear mental map of the navigation elements within CJA. Figure 1: Customer Journey Analytics - Main Navigation Header This post highlights the need for CJA Product Admin privileges and administrative authority to access certain user interface elements. The Connections and Data Views options in the navigation menu are hidden for non-admins. Note that full access to Connections also requires extra permissions related to Adobe Experience (AEP), as detailed in Product Admin additional permissions. The main aim of this post is to equip users with the essential knowledge to maximize the us
Hi team,I tried multiple ways to disable the welcome mail while importing users through kickstart method.1. In import file setRecieveMails= FALSE2. Disable "New User to user" (subject : Welcome to Workfront) mail notification in system level.In documentation it mentioned by default invite mail not triggered while uploading users through import method but it triggering mails in both (sandbox and prod) environment.note: I noticed some of the users not getting emails but most of the users getting mails.Please let me know how to deactivate this welcome mail notification while doing import new users through kickstart method.thank you in advance.
Has anyone else today or in the past had issues uploading a PPTX file into a Proof? We were able to do this until recently. I've confirmed all the correct requirements are being me but the file spins and eventually errors out. At first it seemed to be one file and now it seems to be any PPTX file. I have a support ticket open however, they are still working on the issue. Thanks!Angie
I am trying to add Adobe Fonts from my Creative Cloud to my ACS, but am coming up short when it comes to where I am supposed to put the coding. Does anyone have any additional insight on how I am supposed to do this? Or is there an easier way I'm missing? It seems kind of crazy to me that it would be this complicated to use Adobe fonts in another Adobe program... Thanks!
Hi All,We are using AEM 6.5.20 , as you know in AMS Content Fragment is not exporting to Adobe Target .Currently I am checking anyone did the custom solution for Exporting Content Fragment to Adobe Target Using Adobe I/O. any leads that will be appreciated.
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.