Explore product-specific spaces to ask questions, share insights, and learn best practices.
Recently active
I have got the case like this:Unrecognized User - ECID is added server side to IdentityMap User logs in. a) I use email as an identity (but email has to be unique - only one in the profile - configured in Identity Service). b) Data Element for that email is populated and added to the IndentityMap. I want that data element also be populated in the following events. SHould it be stored like that?Then the user logs-out User logs in to the another account. Identity Service disjoin these profiles. I assume I need to clear IdentityMap and add new one. Any tips?What are your tips to manage IdentityMap?
Are Custom Actions async?
Hi team,I'm using Adobe Campaign Classic v8 with a File Transfer activity to download files from an Amazon S3 bucket. My S3 bucket contains multiple files with the same prefix, for example:Automation_1225950_20260717_1514.csvAutomation_1226051_20260717_1514.csvIn the File Transfer activity, I'm using the following path:adobe-incoming/Service_Automation_The workflow is:Scheduler → File Transfer → Data Loading However, the File Transfer activity only downloads/processes one file, even though multiple files match the prefix.My questions are:Is this expected behavior in ACC v8 for Amazon S3? Is there a way to process all matching files in a single workflow execution? If not, what is the recommended approach to load multiple files from S3 into ACC?Any guidance or best practices would be appreciated.Thank you!
Could somebody explain me what is “use guided events”?What is the specific use-case for that??
Aquabella, evsel kullanım için geliştirilmiş en modern su arıtma sistemlerini sunmaktadır. Yüksek filtreleme kapasitesine sahip kapalı kasa, dijital, alkali ve atık su üretmeyen çevre dostu modelleriyle öne çıkan marka, temiz ve lezzetli suya ulaşmayı kolaylaştırıyor. Mutfakta konfor ve sağlık arayanlar, "en iyi su arıtma cihazı hangisi" sorusuna bütçe dostu ve NSF onaylı çelik tanklı bu zengin koleksiyonla yanıt bulabilirler. https://www.aquabella.com.tr/kategori/ev-tipi-su-aritma
I have a question regarding AJO Forms and Experience Event datasets.When an AJO Form writes data to an XDM Experience Event dataset through a Form Preset, should the platform automatically generate the mandatory root fields _id and timestamp?If yes, is there any specific configuration required to enable this behavior?If not, what is the recommended approach for customers to populate these mandatory XDM fields, considering that the Form Designer does not appear to provide a mechanism to dynamically generate values for _id or timestamp?Currently, data ingestion into my streaming Experience Event dataset is failing with the error:"_id is missing"At the same time, I can see the Adobe OOTB web.formFilledOut event being generated successfully with both _id and timestamp populated.Could you please clarify whether this is expected behavior, a configuration issue, or a known limitation when using AJO Forms with custom Experience Event datasets?
Sharing your experience on Gartner Peer Insights helps peers make more informed decisions.Take 10 minutes to complete an Adobe Experience Manager Assets review on Gartner Peer Insights.👉 Submit your review here: https://gtnr.io/KPTRX1WC1 👈Important details to keep in mind:Reviews are anonymous. Only your role, industry, and organization size are displayed. Updated reviews are welcome. If you submitted a review in the past and have new insights to share, login, update your review, and submit. Gartner will assess and may publish quality updates. Personal emails aren’t accepted by Gartner. Log in using your business email or LinkedIn. Be thorough in your answers.
We have a very simple setup, an email asset with one module containing dynamic content set up in the legacy email editor. We get the email content using https://{{endpoint}}/rest/asset/v1/email/{{id}}/content.json and it returns a body similar to this { "success": true, "errors": [], "requestId": "4202#19ee08c5295", "warnings": [], "result": [ { "htmlId": "foobar2026", "value": "RVMtZm9vYmFyMjAyNg==", "contentType": "DynamicContent", "isLocked": false } ]} However, if we attempt anything in the email DynamicContent whether it’s a GET or POST using either of these endpoints https://{{endpoint}}/rest/asset/v1/email/{{id}}/dynamicContent/{{htmlId}}.json where the htmlId is the one returned by the first email content endpoint, we get a no assets found response. { "success": true, "errors": [], "requestId": "e1d4#19ee08ffc81", "warnings": [ "No assets found for the given search criteria." ]} Can you help clarify
Hi Adobe Community,We are designing a personalization architecture for our company’s website and mobile app using Adobe Experience Cloud, and I would appreciate hearing how others have implemented a similar solution.Our current ecosystem includes:Adobe Experience Platform (Real-Time CDP) Adobe Experience Manager (Content Fragments / Experience Fragments) Adobe Target Adobe Journey Optimizer (AJO)Our objective is to build a scalable content matrix that supports omnichannel personalization across website, mobile app, email, and push notifications.Our current thinking is:AEM serves as the central content repository where reusable Content Fragments/Experience Fragments are managed. Customer profiles, audiences, and behavioral data are managed in Real-Time CDP. Adobe Target delivers personalized website and app experiences. AJO orchestrates personalized customer journeys across email, push, SMS, and in-app messaging.However, we still have several architectural questions:How should the conte
Hi Folks, Currently we have CSPs implemented for all 200s but we need it for all 302s and 301s redirections also to achieve full compliance for Content Security Policys. I have included below line (marked in BOLD) in the site_cloud_publish.vhost file. Header set Content-Security-Policy "upgrade-insecure-requests; frame-ancestors 'none'; script-src blob: 'unsafe-inline' 'unsafe-eval' 'self' https://xyz.xyz.com https object-src 'none'"Header always setifempty Content-Security-Policy "upgrade-insecure-requests; default-src 'none'; frame-ancestors 'none'; base-uri 'self';" "expr=%{RESPONSE_STATUS} =~ /^30[1278]$/"<If "-n %{QUERY_STRING}"> but while deploying the dispatcher module, i am getting warning and deployment is failing.Could you help me in thi? Thanks in advance. Regards,Shikha
We sometimes see people trim()-ing Strings in Velocity before comparing them, like:#if( $lead.Region.trim().equals("Northeast") ) Without evidence that leads or apps have added extra whitespace around values, worrying about trim() here is likely overkill. If data is validated via picklists or reliable apps (e.g. you can easily trim Marketo form fields before submission[1]) you’re just forcing Velocity/Java to allocate memory for new Strings. Some people trim() before isEmpty(), in case a value consists of only spaces:#if( $lead.LastName.trim().isEmpty() ) The real flaw in both cases isn’t the concept of trimming, it’s that the types of whitespace trimmed by trim() are very limited and don’t represent the real-world whitespace that janks up databases. For example, U+00A0 NBSP isn’t covered by trim() since it only removes ASCII whitespace! In my experience, NBSP is a bigger wtf-how-did-that-get-in-there offender[2] than basic spacebar, so you want to catch it. So rather than trim(), use
Previously, in typeahead fields you were able to type in the object reference number, but it looks like this is not a functionality of the internal lookup field? Does anyone know if this is a future-state functionality? Example: Reference # 172401 pulled up the project named “25-26 Training Task Queue” for the Project typeahead. When I type that same number into the internal lookup field it returns “No results”.
Hi Team, can anyone help to find what is the reason I am seeing this screen when I launch the Adobe campaign from Adobe Experience Cloud.
Assume that I have a crazy use-case like that. Customer has one Customer IDs. However he might have multiple Loyalty IDs. I can set up these as array with multiple Loyalty IDs. Are there any edge-cases for such a use-case?
Would you build this event based on ECID identity of Email identity? Execution field is taken from profile attributes and the email attribute might not be present in the event payload ….Any advise??
Is anyone using Fusion to connect Frame IO and their Workfront projects?
A couple months back there was a GREAT webinar around building collection columns in Reporting….Does anyone have a link to that webinar please?
In the new unified approvals, when an approval template is created, there is a field for “workdays until due date”. We need this number to exclude weekends, or at least have the ability to associate with a schedule that excludes weekends, so that approval due dates do not fall on weekends without manually adjusting the due date with the calendar feature.
Great turnout for our July roundtable — 27 attendees and 82 chapter members and counting (23 new members since our June 1 meeting!). We had folks register and join from across the country, plus one respondent all the way from London, spanning system admins, Fusion developers, marketing operations leaders, and end users.Our main topic was a live demo of the Workfront MCP Server and an overview of current Workfront AI capabilities, presented by David Kershaw of Techmera. David walked us through the three AI paradigms available in Workfront today, then showed the MCP Server in action against a live instance.AI Assistant. The in-Workfront chatbot. Best for summarizing what's on the current page, answering documentation and configuration questions, and (usefully) helping with calculated fields without the hallucinations you'd see from a generic LLM. AI Collaborator. Embeddable AI agents that plug into workflows. The Content Reviewer is generally available today — think of it as an AI teamma
Hi, Can anyone please help me how to implement the MSM with step by step and also the workflow with approval steps to publish with AEM, EDS and universal editor. Also need to add the seo metadata as part of the page. Thanks,Kalyan
We have just gotten access to the Adobe storage and included (free) frame.io integration. We’re not happy about the need for users to create and login to a frame.io account to see proofs for review.I think ideally, a user with a WF account should not be asked to create a separate account and login, it should just use their WF credentials.For our guest approvers in WF, I could be wrong, but it seems that they are now being asked to sign in/ create a frame.io account and receiving an email to set up a separate account in Workflow? I’m curious what others are seeing? I’m especially curious about what people are seeing who have a frame.io license on the same enterprise as Workfront. is it the same, do you not get asked to log into frame? etc etc.
Can anyone confirm that the menu bar layout will be changing for all users in the July 16, 2026 release?It’s mentioned on this page:https://experienceleague.adobe.com/en/docs/workfront/using/product-announcements/product-releases/release-26-q3/26-q3-release-overview#other-enhancements And this page shows screenshots of the new layout, which matches what’s in Preview:https://experienceleague.adobe.com/en/docs/workfront/using/basics/navigate/global-navigation-overview I just want to make sure it’s clear that the ‘waffle’ menu (the grid of nine dots in the upper right) is now being replaced by the ‘Main menu’ icon on the left, underneath the Workfront logo. The new ‘waffle’ menu in the updated layout only contains links to Admin Console and other broader Adobe account areas. Do I have this right? My users are sensitive to layout changes like this, so I want to make sure my communication is clear.
Marketoのメールアセット一覧とメールコンテンツ取得に関して、現在の検証結果として下記だが、v2仕様は公開情報となっていない。また、メールアセット一覧取得に関して、v1で旧エディタでの作成分と新エディタ作成分(ただしレスポンス内容の不足あり)という状況だが、この状態が正式仕様となるのかも公開情報となっていない。 APIを利用したシステム構築を行ううえで正式な仕様情報がなく、設計が困難なため早期に仕様の確定および公式情報として公開を頂きたい。 《検証結果》■メールアセット一覧取得 v1:旧エディタに加え、新エディタで作成したアセットも取得可能。ただし新エディタ分は、一部Subjectが含まれないなどレスポンス内容に不足が見受けられます。 (https://developer.adobe.com/marketo-apis/api/asset#operation/getEmailUsingGET) v2:新エディタで作成したアセットのみ取得可能。 (https://developer.adobe.com/marketo-apis/api/asset#operation/filterContentUsingGET_email)■メールコンテンツ取得 v1:旧エディタ作成メールのみ取得可能 (https://developer.adobe.com/marketo-apis/api/asset#operation/getEmailFullContentUsingGET) v2:新エディタ作成メールのみ取得可能 (https://developer.adobe.com/marketo-apis/api/asset#operation/getContentUsingGET_email)
Hello Community 👋🏻 I use Velocity Scripts in our conference emails to pull in data points from an integrated system so that I can get creative with the content displayed. I usually only work with text content scripts and today I’m trying to create one for an image but I cannot get it to work. Intent: I want to show this image if someone has NOT filled out a quiz that’s part of our registration process. i.e. the Data point is Oktane Lab Profile (oktaneLabProfile) and IS EMPTY. Script: This is what Gemini gave me after I asked for help fixing the script.## Determines whether Quiz image is shown or not#if( !$lead.oktaneLabProfile || $lead.oktaneLabProfile == "" )<img src="https://pages.okta.com/rs/855-QAH-699/images/Hero-Oktane-Identity-1072x400.png?version=0" alt="Find your Oktane identity" />#end Use: I inserted the token into an image module that I’m using for this section (so that the formatting/styling is used vs just adding a simple image into a text module for example). Pre
It would be great if the Date field could be customized, such as being able to block or highlight specific dates when the calendar pops up.
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.