Explore product-specific spaces to ask questions, share insights, and learn best practices.
Recently active
Does the 'Has Opportunity' filter only apply to records that have a contact role on the opportunity, or will it qualify all contacts associated to the account (company) for that opportunity?Example:I have 5 contacts associated with Account 123. Account 123 just recently opened an opportunity. Only 1 of those contacts has a Contact Role assigned on the opportunity. I want to create a smart list to pull in all 5 contacts associated with Account 123 based on criteria filtered at the opportunity level (for example, Opportunity Stage = “Open” and Close Date within the next 90 days). If I am using the 'Has Opportunity' filter, will the smart list output all 5 contacts from that account, or just the 1 contact with the Contact Role?
Description - Currently, when printing a dashboard directly from the platform, the print view does not automatically adjust to align properly. Although manual adjustments are available on our end to ensure proper alignment in the print preview, the process is not dynamic and requires user intervention.Request: We would like to request the ability for the print view of dashboards to dynamically adjust to ensure proper alignment, without requiring any manual adjustments from the user. This would provide a smoother, more seamless experience for users who frequently print dashboards and improve overall usability. Why is this feature important to you - Eliminates the need for manual intervention each time a dashboard is printed.Enhances user experience by ensuring that all elements on the dashboard are properly aligned in the print preview, making it more efficient for users.Streamlines the process for those who rely on printed reports for presentations or documentation.
I am facing a issue with JSCH working fine outside the AEM. But failing inside AEM.JSch jsch = new JSch(); // Add the private key identity jsch.addIdentity(privateKeyPath); // Get a session session = jsch.getSession(username, host, port); // Configure session properties Properties config = new Properties(); // Important: For testing, you might set StrictHostKeyChecking to "no" // In production, it's recommended to handle known_hosts properly. config.put("StrictHostKeyChecking", "no"); session.setConfig(config); // Connect to the session session.connect(); System.out.println("Session connected.");This works perfectly when I run it directly with main method ( outside osgi). But gives the below error when code is ran inside AEM.com.jcraft.jsch.JSchException: Auth fail at com.jcraft.jsch.Session.connect(Session.java:519) at com.jcraft.jsch.Session.connect(Session.java:183)I ran the code with java 11 and AEM is also running on java 11. The code inside AEM is also able to access
Hi there,1. Can we trigger a notification when an user does a bulk lead extract from Marketo? 2. Can we do IP blockage when suspicious activitiy (like bulk import) happens?
Since the recent AJO update introduced 'Dynamic Media' and started generating absolute image links, animated GIFs no longer seem to work. Has anyone found a workaround for this?
Whats the limit? I do not see that in AJO guardrails
I want to create under "set classification" when I'm in rule builder. Where do I create this? The classification set is a drop down where we can create more groupings. I want a new grouping created. Where can I add? Thanks in advance!
Description:There is a critical inconsistency between the activity records in the Adobe Admin Console and the logs shown in Workfront. When users make changes — such as editing profiles or managing access — via the Admin Console, these actions are not properly attributed in Workfront logs.Why is this feature important to you:Accurate traceability is essential for our security, audit, and compliance processes. Without clear identification of the user who performed a change, we face risks in governance and accountability. This is especially critical during permission reviews, account deactivations, or investigations.How would you like the feature to work:Workfront should reflect the actual user who performed the action in the Admin Console, both in the system logs and in Journal reports. Instead of showing “System” or generic labels, the logs should capture and display the authenticated user responsible for the change.Current Behaviour:Changes made in the Admin Console appear in Workfron
Description - Support WebP image file format for document upload and sharing (Not needed for proofing purposes) Why is this feature important to you - My team manages our corporate websites - those sites primarily use WebP file formatted images for page load speed and other reasons as supported by industry best practices. As an enterprise we use Workfront for request and project intake - so someone from another group within the enterprise can send a Workfront request to my team to update/create a web page - this included updating images - those individuals need to have the ability to upload and share WebP files with my team via Workfront for us to load to our DAM and websites. We would not need the ability to create WF proofs of these images. How would you like the feature to work - simply upload WebP file formatted images to documents within Projects and/or intake requests - again, for sharing purposes, not needed for proofing. Current Behavior - WebP
Hello, Is it possible through fusion to automate the assignment of an "Approver" for task-level approval workflows in converted projects? “Issue entry creator (Converted issue originator)” should be the approver.
It has been 6 years since I last used Adobe Analytics and will be starting a new role in 2 weeks and would love to do some studying and refreshing on Adobe Analytics during this free time. So any resources you could recommend would be wonderful.Thanks,Deeby
Description - Any validation possibilites for entered values into custom fields would be great. Why is this feature important to you - At the moment there is no possibility to validate any entered values into fields. We cannot validate, if e.g. a valid email address, or url was entered, also for date fields it is not possible to define, e.g. that the allowed choices have to be after a specific date,... How would you like the feature to work - RegEx would be fine Current Behaviour - no validation
Hi Everyone,We are currently unable to capture Prog Marketing Channel data for our Mobile App in Adobe Analytics reports.For your reference, this is our current implementation setup for Campaign-related context data.Here is what we have implemented today to validate the Programmatic Marketing Channel numbers: Also here are few points to remember:We do not use Adobe Launch. Data is sent to Adobe Analytics directly via data layer or hardcoded React Native JavaScript.We recently migrated our React Native SDK integration from ACP Core to @adobe/react-native-aepcore@^7.0.0. Here's the classification rule setup: Please help identify any configuration issues on our end.Let me know if you need any further information.Thanks.CC: @jennifer_dungan
Hi Everyone, This question may sounds dumb. I'm wondering when creating a personlized experience on Target, should you keep the original version also as a experience or not. I'm bit confused how to track the analytics on that. Thank in Advanced.
Hi Team , Currently, we send out two types of marketing emails:Standard Marketing Emails: These are sent from our company name as the sender.Sales Representative Emails: These appear to be sent on behalf of the sales representative.Recently, our sales team requested that any emails sent on their behalf should include them in either the CC or BCC fields. This way, they can stay informed about what emails their customers receive, allowing them to have a clear understanding of the communication if a customer reaches out.We recently tested the CC feature in Marketo. While we did receive a copy of the email with the representative marked in CC, we found the user experience lacking. The customer can see the CC'd email addresses, which the sales team prefers to avoid.We also consulted support regarding the BCC option. They informed us that once enabled, it would apply to all emails and programs sent out from Marketo, which is not desirable for us. Therefore, this option is also not helpf
I am using Adobe Analytics Reporting API, where I have a custom dimension 'Page Name' and 'UserID'. 'Page views' and 'Unique Visitor' are the metrics that we want. Using the API we want a breakdown of every Page Name with the User ID - page views and unique visitors metrics. However, we are unable to get the desired response. Could someone help on this? Thanks.
Hi All, We have a requirement to create a project and add tasks to the project after user submits Intake form For this, we have created a project template with the set of tasks and using this template and create module I'm able to create project and tasks. Problem is based on some fields in the Intake form, we have to add only certain tasks instead of adding all tasks from the template. For example if user selects "web channel" field in the intake form, we have to create only web team related tasks from the template. Creating a project using template is creating all tasks. So instead of creating all tasks, how do we control creating only necessary tasks based on form field selection ? Any suggestion/feedback is appreciated. Thanks.
How can a real-time Customer Data Platform (CDP) effectively integrate heterogeneous data from multiple sources—such as structured CRM data, semi-structured website clickstream data, unstructured social media data, and third-party advertising platforms—while ensuring data consistency and real-time performance, particularly in high-concurrency scenarios like e-commerce promotional events, where processing delays could impact personalized recommendations and marketing automation?
Hi everyone,I'm trying to use ReliaC as part of our Cloud Manager pipeline in AEMaaCS, but I'm facing this issue: ReliaC detected critical violations and blocked the deployment. There’s no detailed error in the pipeline log apart from this message.I’ve checked the repository structure and OSGi configs, but I’m not sure what exactly triggered this.Anyone faced this before, ppreciate your help!
I have a need to create a webpage with anchor links on the titles, that I'd then build links to from elsewhere in the website.We've recently moved to AEM Cloud and the Universal Editor and the standard RTE functions are quite limited compared to on-prem. Can anyone suggest how I can add anchors with no anchor function in the RTE and no access to the html?
Hi Community, We’ve recently enabled ContextHub on our AEM instance as part of stakeholder request. We plan to use ContextHub for rule-based personalisation in the following ways:1. Geolocation-based targeting2. URL parameters3. User behaviour: e.g., first time users, returning visitors. Could you please guide on:How to set up and test these personalisations in AEM using ContextHub?Any tips for verifying that rules (especially geolocation and URL-based) are being picked up correctly? Appreciate any best practices or examples! Thanks in advance,
I have gone through the document and I am able to understand how to create a schema. I am practicing it on Sandbox.Now I have added few fields which went under an Object datatype name : _adobecincoptrsd Once, I am able to ingest the data in the schema it is successful but when I query it, it give me something like this:But as per my understanding this data is making no sense as a new user will not be able to understand this. What are the possible solutions to get this type of data in the form of rows and columns? Thanks! In Advance.
Hi everyone!I’m looking for ways to streamline Code Offers management in Adobe Target by integrating it with a Git repository (like GitHub/GitLab) and using VS Code for local development.Goal:Edit offers locally in VS Code → sync changes to Adobe Target automatically (or via CI/CD).Questions:Does Adobe support Git-based workflows for Code Offers? (e.g., a repo or API to push changes)Are there official/recommended methods to automate this process? If you’ve solved this or have ideas, I’d love your insights! Thanks in advance.
Where is the best place to find a list of certified Target folks. Thanks!
Hello,I would like to know how is everyone configuring their Sandboxes ? Do you usually use one for dev and another for prod. Or have 1 for both prod and dev? Below are for 1 sandbox ( Dev+ prod)Pros - having 1 sandbox for AEP<>CJA data collection is that - We just need 1 AEP variable data element and reference the schema once in tags. Cons - hard for access management since everything is just one sandbox nowBelow are for 2 sandboxes ( Dev & prod)Pros - having 2 sandboxes for AEP <> CJA data collection is better for validating and testing, easier for access manage and change management. Cons - having 2 sandboxes will create a problem when we have to reference the schema in a AEP variable data element, each time we want to publish the libs between dev to prod. We will have to change it and higher maintenance.
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.