Explore product-specific spaces to ask questions, share insights, and learn best practices.
Recently active
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.
Hi all,I am not able to open the admin console in da.live, even after I have logged in adobe via google(I use the same with sandbox). After going through the documentation, I came to know I need a adobe ID (aka IMS) for this purpose. Does anyone know how can I generate the adobe ID or IMS. We do have a sandbox also available in AEMaaCS, is it related to that? I am just doing a POC on content protection.Thanks
Hi we integrated target with alloy js aep sdk . We had AA integrated and to the same rule we ensured that aep sdk is updated to get personalization and single “interact” call for AA and AT . We are not using a4t.the checkbox for guided events breaks AT reporting. The checkbox was checked within the AEP sdk to have sequencing of events with target loading first and to ensure one network call exists steps 1. created data stream and hooked up AA and AT as services and configured the dev env id to the data stream and the property variable for the dev workspace profile 2. in the tag property- rules - on aep sdk - we set guided events checkbox and radio button “request personalization - get the latest personalization decisions without recording an analytics event. …””render visual personalization decisions” is checked and grayed out observed:The personalization works and we see the results on the screen but the reporting in adobe target no longer wo
Hello I am running a scenario which is to download a file (csv) which is uploaded to a Workfront Project which then will be parsed and used to update a datastore in Fusion. Do I need to include the key column in the csv? Do I need to run any modules before the Add/Replace a record module? Here is my scenario, anything look off?My issue is when it hits the Search Records it is not finding any info. Here is my parse & search module config: Any help will be greatly appreciated.
I used to be able to share short links e.g. https://www4.an.adobe.com/x/3_abcd5That isn’t the case anymore and my links look like this:Any thoughts on how to fix this? Thank you!
We are just beginning to use folder metadata schemas, but we have thousands of folders that were created without one. Is there a way to allow users to apply a schema to a folder that originally did not have one? I am aware of the way to do it as an Administrator, but it would be nice if users could add one as well.
My idea is for Workfront to allow users the option to control the Landing Page they see. At this time, a Workfront Layout Template determines a user’s Landing Page upon login. In an effort to minimize the number of Layout Template, we have created Layout Templates by access and persona rather than by specific accounts. Therefore, most or our layout templates have Workfront Home selected as the landing page. Many teams would prefer that Workfront opens on a specific team dashboard upon login instead of Workfront Home. However, since we have over 50 accounts and a handful of Workfront personas (Discipline Lead, Project Manager, Resource Manager, Worker, Requestor, etc.), creating custom layout templates for each team by persona would be unwieldy with 250+ Layout Templates. We have let users know that they can Pin their team dashboard but it still requires a couple of clicks versus opening the team dashboard upon login. It would be great to offer users the ability to set their preferred W
Hello! Anyone know if Fusion has a sandbox or preview environment?
I submitted a Workfront idea to the experience league community on approximately 1/14/2026 with the title of “A must have feature… ability to edit documents without download” but this appears to have been removed or I cannot find it at all. I have had a few people reach out asking me for the link and the one that I had saved goes nowhere. Any idea where or how to find my idea or know why this would be removed? Link to previous idea: https://experienceleaguecommunities.adobe.com/t5/workfront-ideas/a-must-have-feature-ability-to-edit-documents-without/idi-p/792619
Trustpilot uses a unique email address placed in a bcc field to pick up the customer email. BCC in marketo seems to apply the unique email to ALL email sends, not specific campaigns/programs from what I undestand.I’m hoping that there is a solution someone has found…!?We’re currently still using TP via our old email set up, but we are looking to phase that out..Any suggestions/advice welcome - thank you in advance!
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.