Explore product-specific spaces to ask questions, share insights, and learn best practices.
Recently active
Hi Everyone, I am looking for help to setup DAM asset usage reports. We are version 6.5 on prem. What we expect out of it: visibility of how many times the asset has been used on a webpage, how many times it has been clicked on, how many times it has been used in a collection. Additionally it would be great to have data on how the asset was found within the DAM: what keywords were used to bring it to the search results. My dev team helped setup the Adobe Analytics for asset insights. The feature is currently on Stage and Test environment. However it is not picking up any data. I confirm that the asset is referenced in the webpage (even multiple times), but it does not reflect in the insights data. Adobe explains the asset has to be used on webpages by using the embed code. But that makes not sense in our case because we use asset pick tool when the asset is being added to the website component. Is there a way to see how many times the asset has been click
Hello! Our team is new to Workfront and I'd like to connect with anyone that uses Workfront for creative work and involves client feedback in the process. I desperately need feedback on our templates/processes and how we use the proofs. I'll buy you a coffee!! Thank you!!!!
I am in the process of integrating Workfront Fusion to Azure Dev Ops. I've successfully created multiple scenarios to create and retrieve tasks but am having issues with the "Watch For Work Items" function. We need visibility of changes to the tasks in Azure DevOps on the fusion side. When I creating a scenario with the Watch For Work Items function I get the following error. I can see that in the connection definition there is an advanced setting to specify App ID and Client Secret but this hasn't been previously required and it's not clear if this is the solution. If the advanced settings are needed I wonder why it's only this function and what is needed on the Azure DevOps side. The request failed due to failure of a previous request.Access Denied: XXXXXXXXXXXXXXXXXX needs the following permission(s) on the resource PublisherSecurity/YYYYYYYYYYYYYYY to perform this action: Edit Subscription
I have a custom view that I work from and I need it to show me one more thing (which I am so close!) but I need help. I am new to this, so really playing around with the API explorer and building in text mode. I found this code in reference collections and it did get me closer to what I was envisioning... but not exactly. I specifically want to include a column that shows the designer (job role) assigned to that project. The following code shows all the tasks with all the assignees, which is great, but not what I need. Can anyone point me in the right direction? valueformat=HTMLtextmode=truetype=iteratelistdelimiter=<p>displayname=Tasks Names - Primary Assigneelistmethod=nested(tasks).listsvalueexpression=CONCAT({name},' - ',{assignedTo}.{name})
Hi, We have several people in what step in a Trigger campaign (known people) 1. Is there a way to identify everyone who is in each of the wait steps? We have three wait steps.2. Does using "Override Campaign Priority" help move people through the wait step faster? Thank you!
Hi,I am trying to access mbox parameter in profile script, for WebSDK implementation. Below is the code- For triggering mbox in Target activity-alloy("sendEvent", { xdm: { eventType: "decisioning.propositionDisplay", _experience: { decisioning: { propositions: [{ scope: "test" }] } } }, data: { action: "testing", data: "recipe1" } }); In profile script- if(mbox.name === 'test'){return mbox.param('action') + mbox.param('data');} But I am not getting any value. I have enabled the response token as well. If anyone knows how to send adobe target mbox params in WebSDK, please let me know. Thanks in advance!
Hey guys, I was hoping you could help clarify. Our Salesforce admin noticed some activity in Salesforce indicating that the Marketo integration user has been deleting records. While we don’t have any campaigns in Marketo that perform deletions directly in Salesforce, the team is considering removing the integration user’s delete permissions to help isolate the issue. Before making that change, I wanted to understand if there could be any unintended consequences. Since Marketo does handle lead merges, and merges in Salesforce are treated as deletions of the losing record, I’m concerned that restricting delete access might cause sync errors or disrupt merge operations between the two systems. Could you shed some light on the potential impact of removing that permission?
I’m currently experiencing an issue in Workfront where I can see incoming requests, but the associated documents are not appearing on my end. I’ve confirmed with the requesters that the documents have been uploaded successfully.I’ve already tried updating my browser and clearing my cache, but unfortunately, that hasn’t resolved the issue.
I'm taking a break from college and am interested in learning to become a Java developer in hopes of becoming an AEM developer. I have a little bit of frontend development knowledge with HTML and CSS and am trying to create a roadmap of courses to learn, but I'm pretty much a beginner right now. Where can I find a list of skills I need to learn in order to become successful as an AEM developer? I found what appeared to be a helpful article, but noticed it was written in 2014. It mentions learning the following: Servlet and JSP developmentCSS, JavaScript, HTMLAJAX, jQuery, EXTJSOSGi/FELIXWeb services creation and consumptionCMS development experienceJava Content Repository (JCR)/CRXEclipse IDEMavenSVNJenkinsArtifactoryApache SlingLuceneTomcat/JBossApache Web ServerWhere should I start? How can I create an entire curriculum for myself, so that I can start learning online? Thank you.
Hi! I would like to know why the widget of Optimized vs non Optimized is not on my Global Report. Does it have some relation to the time zones? I activated the widget for my journey.
Hi,How to enable Adobe Firefly in AEM. Could you anyone please help me on the same?Thanks & Regards,kalyan
Hi Team, Facing issue with below vulnerability in AEM server - Any idea which service pack / hotfix this vulnerability got fixed ? My current AEM version is AEM 6.5.21 This jar is embedded as part of com.adobe.cq.dam.cq-scene7-imaging Spring Framework Path Traversal Vulnerability Vulnerability Result:<server-path>/felix/bundle388/version0.1/bundle.jar-embedded/spring-webmvc-5.3.28.jar<server-path>/felix/bundle388/version0.1/bundle.jar-embedded/spring-webmvc-5.3.28.jarfixed in 5.3.40, 6.0.24, 6.1.13Any Suggestions are welcome Thanks
Hi Fusion Community! Wondering if anyone can help with the following challenge? Issue: I'm building a Fusion scenario to calculate a program-level metric that requires aggregating data across multiple nested iterators: Program → Projects → Tasks → Assignments. Current Flow:Get Program detailsIterator: Loop through all Projects under ProgramIterator: Loop through all Tasks per ProjectIterator: Loop through all Assignments per TaskCalculate cost per assignment: (User Cost Rate * Planned Hours) / 60PROBLEM: Need to sum ALL assignment costs into ONE program-level valueExpected Result: One bundle with total cost = sum of all assignments across all tasks across all projects Actual Result: Multiple bundles/operations, each with a subset of the total Question: How do I aggregate across multiple nested iterators to produce a single output value at the program level? Is there a specific aggregator configuration or module placement that works for this nested scenario?&nbs
Hi all, Kindly suggest GenAI usage in Adobe Marketing Cloud.Which AMC products have GenAI implemented and how. My impression is in AEM its usage is less. Appreciate all your responses. Thanks,RK.
I have several reports in the system pulling Issues with a column for resolving object. The resolving object column is appearing blank even though in the Workfront report there is a link to the Project name.Does anyone know how to get around this?
Hi, Our recent Best Practices Analyzer (BPA) report highlighted multiple instances where we use java.io.InputStream APIs for general I/O operations, including file reading (e.g., using BufferedReader or InputStreamReader) and handling network streams (e.g., processing HTTP responses). We are preparing to implement the Direct Binary Upload mechanism DG | Adobe Experience Manager in AEM to replace our current use of java.io.InputStream. We would appreciate guidance or shared experiences from anyone who has already successfully transitioned to this cloud-native, recommended approach. TIA
Hi everyone,I’m working on an AEM on-premises setup, and we have terabytes of digital assets (images and videos) stored in DAM.I want to set up Dynamic Media (On-Premises) as a separate server so that AEM can deliver all image and video renditions dynamically.Could you please guide me with the step-by-step process and best practices to install and configure Dynamic Media On-Premises?Specifically, I need help with:Where to get the official Dynamic Media On-Premises binaries (image-server.zip, video-server.zip, IPS-admin-tools.zip)The exact pre-requisites (OS, Java, ports, hardware)How to install and configure the Image Server (IPS) on a separate machineHow to connect AEM Author/Publish with IPS using OSGi configurationsHow to replicate assets from DAM to the Dynamic Media serverHow to configure Dynamic Renditions and video streaming for high-volume assetsAny reference documentation or real-world examples for large-scale Dynamic Media On-Premises deploymentsEnvironment details:AEM Versio
Dear Team!I am setting up MCP server configuration for my local AEM. I want to create an AEM page using AI, but I cannot find any MCP settings for page creation.Can anyone suggest the right MCP configuration?Note: I have tried the below configuration. I can read the pages and components, but not able to create a new page.https://github.com/indrasishbanerjee/aemaacs-mcp-server ThanksKamaraj
when we execute a query, is there a away to find if query used regular QS vs data distiller ?
I am encountering an unexpected behavior in AEM during the Page Publish workflow rollback scenario.When a parent page is activated (using Replicator.replicate) using a custom replication agent, the replication framework correctly triggers one invocation of PackageContentBuilder.create(which is an implementation of ContentBuilder class, and is configured through serializationType in the agent) for the parent payload.However, when the same parent page is deactivated (as part of rollback), the replication framework triggers multiple implicit invocations of PackageContentBuilder.create() — first for the parent, then for each of its child pages.This occurs even though only the parent path is explicitly passed to the Replicator.replicate() call. Raised adobe ticket and they confirmed that this is the OOTB functionality and we want to implement a custom replication deactivation flow. Can anyone please suggest how to implement that.
I have encountered an issue while updating the page properties. There is a deny rule for everyone group as shown in the below screenshot. Users belonging to a specific group are unable to update page properties, even though they have Read, Modify, Create, and Delete permissions for the required path. The necessary permissions for /content have been granted, but these users continue to receive an error.To resolve the issue, I added the jcr:modifyProperties privilege, after which the error was resolved. However, I noticed that jcr:modifyProperties was not listed among the original privileges, and I verified the rep:policy node as well.Interestingly, when I remove the rep:write privilege and add only jcr:modifyProperties, I can see the entry, which suggests that jcr:modifyProperties is an aggregate privilege of rep:write. This raises the question: why did it not work when rep:write was granted, and why wa
Hi Everyone, I am developing an AEM component on AEMaaCS instance (headful approach).I need to get content fragment data and display it on the page using the AEM component in headful architecture. I am using Sling model to make a call to graphql endpoint. I used Apache libraries HttpGet, CloseableHttpClient to make a GET call to graphql endpoint.The code works fine in local AEM instance but on AEMaaCS, it gives a "read timed out" error while making the graphql call. Any help in resolving this issue?
Hi Community, Is there an option to purge the CDN cache for a particular website when multiple websites are installed on a single AEM as a Cloud Service environment? I understand that this might be achievable by adding a surrogate key to all pages within one website, but I’m wondering if there is a simpler or more straightforward way to accomplish this, as it seems to be a very basic requirement. Any insights or recommendations would be greatly appreciated! Regards,Rustam
Hi,I wanted to understand if there is a way to know how much time a user took to complete a journey in Adobe Analytics. Example: I want to know, When a User from Page A -> Clicked on CTA -> Landed on Page B -> Filled in Info -> Clicked on CTA 2 -> Success. I wanted to know the entire Journey time. My approach. Visit ContainerPage Name = Page AThen Within 1 Page ViewClick on CTAThen within 1 Page ViewClick on CTA Can I pull this Segment and Add the Average Time Spent metric? Curious to know if someone has any answer to this.
Is there a way to access the Task / Hours / Log Time panel via Fusion? We are trying to add Freelancer Task Hours off invoices via Fusion.
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.