Explore product-specific spaces to ask questions, share insights, and learn best practices.
Recently active
Hi Team,I have a question regarding Analysis Workspace – Freeform Table.I want to understand whether it is possible to use any two dimensions together in Rows without using Breakdown.Example: First dimension in Rows: Browser Type Second relevant dimension next to it: Browser Metric: Visits My expected view is something like:Browser Type | Browser | VisitsHowever, when I try to add the second dimension into Rows, Workspace only shows the Replace option. I do not see any way to place the second dimension next to the first one without using Breakdown, which I do not want in this case.What I’ve tried: Adding Browser Type first in Rows Then trying to add Browser as a second dimension in Rows Tried different drop positions inside the table But it doesn’t work.My question: Is it a limitation of Analysis Workspace that only one dimension is allowed in Rows without Breakdown? Or is there a specific method or best practice to show two related dimensions side-by-side with a metric? Any
I often use the calculator to decide how long to run an A/B test. Up until recently we've just used Target as the reporting source, but have recently enabled CJA which we're beginning to use. When using CJA to report out on Target activities (via the Experimentation Panel), I've noticed that the lift and confidence can take much longer to calculate than it would with the same page/page traffic in Target. Is this because we're applying the success metrics after the fact, rather than defining them within the VEC? And does that mean we should be using another calculator to determine test duration when using CJA as the reporting source? Thanks in advance!
Having a form performance report where completions could be viewed by day, week or month would be of great benefit to users that embed forms on their web pages vs. using Marketo landing pages. This would allow allow users to analyze form completions week-over-week, month-over-month or year-over-year without having to build smart lists for each time frame. It could also be used to see number of form completions over the course of the year by month.Furthermore, smart lists only report unique people that filled out the form within the defined time period, making it incredibly challenging to account for multiple submissions by the same person within that given time period. This report could have two option 1) to report by unique people that completed the form and attribute the most recent completion to its time frame or 2) to report total form completions.
Hi, I cannot save any changes on my existing project since new year. How can I resolve this problem?
We would like to get feedback from our users in Workfront and are trying to figure out how to solicit and take in that feedback. We are looking specifically to get the feedback from team members who have submitted requests and we want the feedback on how we served the request. Their requests are always converted to projects. I have one person on my team who has suggested assigning a task to give feedback in the resolving projet to the requestor. The task would have a form to fill out. This seems like it will be confusing to the requestor - tracking the task, finding the form, etc. Has anyone solved for this and if so how did you do it?
Hello,Is it possible to add a custom form to a dashboard?The custom form needs to be editable since people will have to fill it out and I also need to be able to download it as a pdf file. I am also open to add it via an external file, btw.The dashboard would be potentially linked to a project (ideally, I want to use this dashboard on all my projects without overwriting information).Asking this because I'm trying to find a workaround to make the form editable for teammates who don't have a Standard licence and also to review my whole workflow.Thank you!
I love the agility of boards, being able to move things around swiftly - would it be possible to have a ‘Resource’ board for traffic managers to use that has the same feature?The board would be a Team - i.e. Creative Studio. Each Team member has its own column with a list of all their assigned tasks - in the first column there would be all the unassigned work. The cards would need to show duration, planned hours and planned start and completion date. Each card would be grouped by date. From the unassigned column, the traffice manager can move the task to the available person to work on it.
For sandbox refreshes: We noticed the refresh resets the AEM Workflow config in the project templates. This means we have to manually configure it after each refresh. We'd appreciate it if this workflow would remain unchanged for the project templates because we use it for the AEM linked folders upon project creation. Second, for the environment package promotions: When we promote a project template there is no way to promote the document folders within it. This is another manual configuration we must do every time for each project template. It would be very helpful if these would not reset or if there was a way to edit multiple project templates all at once.
After reading this update about deleting requests in the new requesting experience: https://experienceleague.adobe.com/en/docs/workfront/using/manage-work/requests/create-requests/delete-request-draft, what happens to the data associated to that request? Can a request be deleted if it has been converted to a project? If so, I assume that the project is deleted too?My concern is if someone deletes (one of their own) requests accidentally, it is not recoverable and data is lost - so is this something which can be prevented at access level or system wide?
Trying to automate program/campaign creation, but we have 1 smart campaign that requires an event code as a trigger constraint for the custom obejct trigger. We tested using a token for the value, but it was not working. Is there any other way to programmatically populate this?
When doing RAW ingestion via the HTTP API Streaming Source Connector, a source field can be mappend to multiple target field. However, there is no option to condition the mapping based on the value of the field. A case in point. If value of source field A eqauls yes, map to target field Aif value of source field A equals no, map to target field BThis cannot, to my understand, be done via calculated fields either, as you can only do if statements manipulating the value of said field, but not the mapping itself.
How do I enable the delivery call only when a particular section is available in the DOM?I am using the Adobe Target V2 extension. If you need any details from me, please feel free to ask.
Hello everyone, has anyone idea about why Target server-side integration for A/B testing in no-local environment stop working? I'm using the Target nodejs SDK with this on-device config:export const CONFIG = { client: process.env.NEXT_PUBLIC_TARGET_CLIENT_ID, organizationId: process.env.NEXT_PUBLIC_TARGET_ORG_ID, decisioningMethod: 'on-device', pollingInterval: 500000, // 5 minutes logger: console, timeout: 10000, // 10 seconds events: { artifactDownloadFailed: (event: any) => { console.error('[Target] 🚨 Artifact download failed:', event.error.message); }, artifactDownloadSucceeded: (event: any) => { console.log('[Target] ✅ Artifact download succeeded'); }, }, };Creating a Target client:import TargetClient from '@adobe/target-nodejs-sdk'; const targetClient = TargetClient.create(CONFIG);And executing the getOffers method:await client.getOffers({ request: { context: { channel: 'web' }, execute: { mboxes: [Array] }, id: {
Hi everyone 👋,I’m contributing here from A&T Engineering, a firm focused on delivering reliable and efficient engineering solutions across industrial and commercial projects.We’ve been exploring best practices for integrating digital tools into traditional engineering workflows — especially tools that help teams collaborate better, document processes, and share knowledge with clients and internal stakeholders.How Adobe Platforms Help Engineering TeamsMany engineering firms are now leveraging Adobe’s solutions (such as Adobe Experience Cloud, Adobe Acrobat, and collaborative document workflows) to:✅ Standardize documentation: Technical drawings, compliance reports, and client deliverables become easier to version, share, and review when they’re digitized using Adobe tools.✅ Improve team collaboration: Teams can comment, annotate, and track changes on shared PDFs and design specs — reducing rework and miscommunication.✅ Upskill staff: Through the Adobe Experience League Community, e
Hi everyone, One common issue I see often in Adobe Campaign is how risky it is to make schema changes—especially on core tables like nms:recipient.Changing things like primary keys or data types can break references, cause data loss, or even crash the system.It’d be super helpful if ACC had a Smart Schema Change Guard feature that could:1. Warn you before making risky changes Show the full impact on related tables, logs, and workflows2. Suggest safe migration steps or fixes3. Allow easy rollback if something goes wrongThis would save a lot of headaches, prevent downtime, and help teams evolve their data models safely.Has anyone else run into this? Would love to hear your thoughts or if you’ve found good workarounds! Thanks!
Today in MSI our sales team can create modified list views for Best Bets using basic "AND" statement logic . In many cases the team would like to be able to configure this list using more advanced logic such as "OR" statements and logic groupings. A AND (B OR C)
Hi,I’m trying to call the Twilio Messages API (WhatsApp) from a Custom Action.Twilio requires application/x-www-form-urlencoded POST bodies (To, From, Body in the request body).However, in Custom Actions, even when the content type is set to application/x-www-form-urlencoded, the payload appears to be sent as JSON or query parameters, not as a true form-encoded body. This results in Twilio errors like:21604 – A 'To' phone number is requiredThe exact same request works via curl and Python (requests.post(data=...)) but fails from AJO.Is it a known limitation that Custom Actions don’t support true x-www-form-urlencoded bodies? Are there plans to support non-JSON request bodies?Thanks!
Hi there, We have recently began having issues with the module previews for our email templates not showing the placeholder images. Any ideas on how to fix this/what is causing the issue?
A manager was trying to estimate his team’s time for an upcoming project by looking back at a previous project but his team’s time was not showing in when he click Hours in the left nav of the project. I was able to see in my monthly hours report for the month his team’s tasks took place that his team had actually logged time to the project. I don’t understand why they wouldn’t show within the project.
Im curious if others have implemented the use of multiple short codes for SMS journeys in AJO. As an enterprise business, having a short code per brand to allow for customers to opt in and out of specific brands seems like a no-brainer, but it seems AJO may not be equipped to handle that without a custom solution. Anyone have a similar experience with SMS in AJO?
I'm trying to find a way to export a list of all active and inactive data sources. I've navigated to "Audience Data" then "Data Sources" within the UI, but I don't see an option to export the entities displayed there. Any guidance on how to do this would be greatly appreciated.
The Photoshop plugin seems to have no capability of downloading documents from Workfront directly into Photoshop using the plugin panel. It is very much a one way street which only allows files to be saved/uploaded from photoshop into Workfront, but not the otherway around.It would be very helpful if this capability was added as currently still requires manual intervention in downloading the file spearately and manually opening within photshop, which I feel defeats the point of having such an integration.
Hi, How should we interpret the “no matching AAM ID” count in the Adobe Audience Manager Server-to-Server Processing Result email? The onboarded CRM IDs onboarded belong to existing customers who have been active on our website, so in theory they should already have Adobe cookies associated with their CRM IDs. What does it mean when an AAM ID doesn’t match? Could these be users who have ad blockers installed, preventing AAM’s demdex IDs from being collected? Thanks!
In a task report when pulling completed tasks, it doesn't filter out tasks with multiple assignees that have completed 'their part' - it will still show for the users that have marked their part complete until everyone marks the task complete. We need a way to remove tasks in which which multiple users are assigned, but have completed their portion of the task (using a $$USER.ID filter for assignment users/assigned to).There have been multiple questions/threads about this over the years but never an Idea - please upvote!
When simulating an email in Marketo and trying to add people as recipients, the list of available people is empty. Users can only add recipients if they already know the exact email address and search for it explicitly.This behavior is extremely cumbersome and inefficient, especially for testing purposes. It would be much more user-friendly if existing people records were displayed in the list, allowing users to simply select recipients instead of having to manually search by email address.Additionally, if an audience (e.g. a Smart List or static list) is already defined within the program, it would be very helpful if those audience members could be shown and selected directly during email simulation.Displaying available people and/or program audiences would significantly improve usability, save time, and reduce friction when testing emails.
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.