Explore product-specific spaces to ask questions, share insights, and learn best practices.
Recently active
Hi Everyone, I’m not able to see the Buying Groups section in Adobe Journey Optimizer – B2B Edition UI. Is the Buying Groups tab automatically available, or there some specific prerequisites needed - such as whether creating audiences are required to make the Buying Groups tab becomes available? Any guidance or documentation reference would be very helpful.
Description - Remember my Phone Number and Time ZoneWhy is this feature important to you - So I don't have to enter it every time. How would you like the feature to work - Prepopulate from my account. Current Behaviour - I have to enter it every time. While it's easy to enter my phone number, I have to scroll through to find my time zone which is already selected on my account settings. Having it prepopulate with the information will reduce errors and speed up the process. Thanks
When approving documents in WF, it does not show the audit trail, i.e. date and time the document was approved in WF. Is there a way to track this/turn a feature on?
Hi Team,I'm deploying project on local instance getting below error, could you please help how can I resolve this issueafter using the cmdmvn clean install -PautoInstallPackage How can resolve.
Authors - Shiladitya Bose, Somesh Jaiswal, Ashu Malik What is Universal Link ? Universal Links are a feature in iOS (introduced in iOS 9) that allows developers to create a seamless connection between a website and a corresponding app. They enable a single URL to open a specific location within an app if it's installed or direct the user to the website if the app is not installed. This provides a smoother user experience compared to traditional deep linking methods. Customer hosted AASA file snippet The following is the AASA configuration which will be required to support the integration. Let us suppose we are supporting this integration for www.mybusiness.com & customer has delegated email.mybusiness.com subdomain in AJO. AASA file hosted at https://www.mybusiness.com/.well-known/apple-app-site-association will define the URLs which their app(s) support. Universal Link with Tracking Let us consider the following
I am struggling a little with JUnits Here's my model impl class - @Model(adaptables = SlingHttpServletRequest.class, adapters = {MultifieldCollectionModel.class}, defaultInjectionStrategy = DefaultInjectionStrategy.OPTIONAL)public class MultifieldCollectionModelImpl implements MultifieldCollectionModel { private final String resourcePath; private final String multifieldName; private final @NonNull Resource resource; private final @NonNull List<Resource> multiCollection; @Inject public MultifieldCollectionModelImpl(@RequestAttribute(name = "resourcePath") String resourcePath, @RequestAttribute(name = "multifieldName") String multifieldName, @Self @Via("resource") @NonNull Resource resource) { this.resourcePath = resourcePath; this.multifieldName = multifieldName; this.resource = resource; multiCollection = new ArrayList<>();
In my project I have to publish large amount of assets. So I enabled Batch Publishing option for my replication Agent so that it will create batch of request instead of replicating assets individually. But the problem is when I replicate asset by calling replicator API from my servlet and provide it list of path. It is creating the batch request for each path I have passed to it Instead of clubbing all paths in one request as you can see it I want to know whether it is expected behaviour or am I miss understood something . I have tried to pass 1100 paths to test this functionality and it is taking longer time to complete
Dear community, I was wondering if usage of VPN impacts share of returning visits and similar loyalty metrics.Does Adobe measure by IP address or cookies also are taken into account?
Hi all, I have a short question on Journey Step Event Schema. What is the profileID here: "experience.journeyOrchestration.stepEvents.profileID"?. Is it the namespace you define while creating journey or the primary identifer of the schema? Just wondering how this value gets populated 🙂 Thanks!
Thank you to all who attended our first Pittsburgh User Group event and to all chapter members who have joined but were unable to make it. This thread is for open discussion between group members or those interested in joining. Please be courteous and remember that this is public information. If you're not in our group but would like to join, please click here: https://workfront-augs.adobe.com/wug-pittsburgh/ Thank you so much and welcome! 🙂 Brittany Lang & Heather Kulbacki
Hi, on my project we are migrating from an existing portal to AEM cloud.The current portal interfaces with a database to retrieve a series of data which is then printed on pages of the site. Currently, the Mybatis framework is used to interact with the database (the current portal does not run in AEM).In Aem, is it not possible to use Mybatis?what is recommended instead?JDBC?Thanks all!
I have a repo A which has /apps/abc and I also have one more repo B which is having /apps/xyz. When I deploy a repo A code using cloud manager pipeline and it deploys the code /apps/abc and then when I deploy repo B, it removes /apps/abc and deploy only /apps/xyz. I checked the filter.xml and found that it does not have any mode so hence I added mode = merge but even after mode is merge it still overrides the othersRepo A<filter root="/apps/abc" mode="merge" /> Repo B<filter root="/apps/xyz" mode="merge" /> Note - I don't have this issue in my local AEM. I keep deploying these two repos and I don't see this issue at all. It is happening only in AEM cloud instances.
Hi,I'm working on a scenario where I watch for updates of several tasks within a Project.When Task A is complete, I need to set Task B to In Progress and create single use Task Approval. Is it possible to do it with Fusion? If so, how? Does anyone have working examples?Could you please advise?Thank you!
If the demdex call was blocked -- what would be the impact to Adobe Target? what would be the impact to Adobe Analytics? Would targeting still work? select targeting use case work? Would analytics still work? Is there different considerations for Desktop vs Mobile App?
Content backfill required
Hi Team,I am getting invocation error as showing below Screen shot when the payload size exceed more then 1MB. I just wanted to check is there any configuration where we can increase the payload size.
Description -Currently, when printing or exporting a dashboard from the platform, color formatting (such as conditional formatting, status indicators) is not retained in the final output. This can make printed reports harder to interpret, especially when visual cues are critical for understanding project or task status. The exported version often appears in grayscale or with muted visuals, even when the dashboard is fully colored on-screen.While we understand some UI-specific elements are removed by design, color is a critical aspect of dashboard readability. Request -We would like to request the ability for printed and exported dashboards to retain their original color formatting. This includes conditional formatting (e.g., status indicators), and any other meaningful color-based visual cues. Ensuring color consistency between the on-screen view and the printed/exported version would improve clarity and data interpretation.Why is this feature important to you - Prevents misi
Introduction Adobe Customer Journey Analytics (CJA) offers various methods for calculating bounces and bounce rates, each providing unique insights into user engagement patterns. These approaches have distinct implications, potentially influencing how we interpret and act upon user behavior data. In this blog post, we'll explore the different bounce rate calculation options available within CJA, examining their strengths and potential drawbacks. Bounce rate has been a cornerstone of web analytics for decades, evolving alongside the digital landscape. From its origins in early website traffic analysis to its current implementations, it remains a widely-used metric for understanding user engagement. It's both amusing and impressive how this seemingly simple concept has stood the test of time, adapting to new technologies and user behaviors. As we explore its various incarnations within CJA, we see how this venerable metric continues to provide insights, albeit with a modern sla
We are going to use the web channel for some business usecases. How do we enable the tracking for the same? I dont see any event generated from ajo directly. Should we use the adobe launch to use this for tracking?
Hello community, When using personalisation done on the Edge, we understand that some PII data might be temporarily stored on the servers (up to 14 days) as part of the edge projection process. As such, what is the current security mechanism employed to protect this data? Is there encryption of data at rest? Is there any best practice recommendation to protect such kind of data from unintentional leaks? I couldn't find much on any of the security white-papers. Thank you for the guidance on this matter.
Hi, In a Fusion Tools Module I'm trying to set a variable with the first item selected in a multi-select dropdown. However, if only one item is selected, Workfront returns the value as a string rather than an array with one value. This is quite frustrating, but I thought I'd just check to see if the value is an array or not, but there don't seem to be any functions to do this. I've tried length, but that just returns the number of characters if a string is returned.Does anyone have any advice?Rob
Description - CJA/Derived Fields: Internal URL Filter for Marketing Channels, new feature requestWhy is this feature important to you - I'm setting up our Marketing Channels on CJA using Derived Fields, as part of our migration from Adobe Analytics to CJA. While in the process, I noticed that there is no option to set up Internal URL Filter in the derived fields. We have many internal sites in the company, and we need to be able to categorize them as "internal traffic" in our marketing channels, so that it doesn't mess up our marketing channels reporting.How would you like the feature to work - exactly as it is currently working in Adobe Analytics: the possibility to add internal URLs, and to later use them in the marketing channels processing rule builder (screenshots attached). Current Behaviour - there is currently no behavior on the derived fields.
We have a Project with a section of Events our photo and video teams will be shooting at and a section of the finished deliverables that need to come from those Event shoots.Project- Events-- Event A-- Event B- Production Work-- Deliverable 1-- Deliverable 2-- Deliverable 3-- Deliverable 4 I am trying to show the relationship in the report. Something like:Event nameEvent DetailsShot listsAssociated DeliverablesEvent ADate, TimeShoot stuffDeliverable 2Deliverable 3Deliverable 4Event BDate, TimeShoot stuffDeliverable 1 I assume we will need to relate tasks via a Custom Field. I was trying to add a field to a form at the Deliverable task with the URL/ID/Name of the Event it is associated with. Then in the report, I was using the listmethod : valueexpression=IF({DE:Associated Event}=???,{name},"") listdelimiter=<p> listmethod=nested(project.tasks).lists valueformat=HTML displayname=Deliverable type=iterate I do not think I can pass in the context of the Event
On the Fourth Quarter 2025 release overview page, the following is noted: Other Workfront integration transitionsTo deliver more stable and scalable integrations, we’re shifting to a modern, flexible integration approach using Workfront Automation and Integration (Fusion). As part of this transition process, the following integrations will not be available after February 28, 2026:Workfront for G SuiteWorkfront for JiraWorkfront for Salesforce.We recommend using Workfront Automation and Integration for your organization’s integration needs with Google Workspace. For an overview of Workfront Automation and Integration, see Adobe Workfront Fusion overview. I'm in the middle of testing and implementing the connection between our Workfront and Jira instances. It really sounds like a dumb question, but hoping others can chime in - am I understanding correctly that if we don't pay for Fusion, we no longer get to connect these applications come February? At
We have started to notice on several projects that the Percent Complete header is displaying 100% when their is still a task left to complete. The parent task is also displaying 100% even though there is still a child task that has been completed yet. Just looking to see if anyone has had a similar experience. Went ahead and put in a ticket with Support.
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.