Explore product-specific spaces to ask questions, share insights, and learn best practices.
Recently active
As a user, I want to add Outlook meetings synced to the Workfront Home > Calendar to projects and / or my timesheet (General Time if not assigned to a project). in order to avoid re-keying meetings as tasks or timesheet time in Workfront.System Functionality Idea: ability to click on an Outlook Meeting in the Workfront Home Calendar that allows you to create a task in a project (pulls the meeting name and duration) or transfer time (duration) to a General Hour Type.Value: this will minimise the need to switch between systems and increase time in the Workfront platform for the source of all work (incl. meetings).
Description - Add the Workfront widget such that Outlook meeting invites can be exported into Workfront as a task or an issue in a project Why is this feature important to you - Being in enablement, we track, report, share WF calendars and collaborate on events scheduled by our team. Specific projects can support 25 events in a quarter. It would make updating events a lot easier if we could add these outlook events as tasks in Workfront without manually updating them as tasks. How would you like the feature to work - Similar capabilities exporting emails into Workfront projects as tasks or issues. In addition, it would be great if the event start and end date could be picked up as the Planned Start and Planned completion date of the task, and the meeting duration be updated as the task duration Current Behaviour - Feature doesn't exist.
Hello team,I’m working on automating a small process in Marketo and would appreciate your input and ideas to make it effective. Here’s the scenario: We are using Marketo and the third-party platform Splash to set this up. We will create a landing page in Splash, which will automatically generate the event in Marketo.In Marketo, I will need to update the event naming convention, activate a trigger campaign, and update the SFDC campaign in the flow step. That’s all I need to do. The naming convention and SFDC campaign will be automatically created by another third-party platform. Our goal is to track leads in both Marketo and SFDC without setting up anything else.I understand some automation is already in place, but I’d like to automate the other two steps for setting up the Marketo program.My Ideas:I was considering updating the Marketo naming convention directly through the Splash tool, but I'm unsure if that will work. I also thought about trying web browser automation, but I believe
Hello Experience League Community, I’m working on configuring Adobe Analytics in AEM Sites and have successfully set up page view tracking using the guidance from this documentation: [Collect Data for Analytics in AEM Sites](https://experienceleague.adobe.com/en/docs/experience-manager-learn/sites/integrations/analytics/collect-data-analytics) Now, we also need to ensure that page view events are only triggered after the user has given consent via OneTrust. My question is: - What changes do I need to make to the existing rule configuration so that the page view event fires only after consent is granted? - Should the page view rule be modified to listen for OneTrust’s consent event before triggering the Analytics beacon? - Are there best practices or recommended approaches for integrating OneTrust consent with Adobe Analytics page view tracking in AEM? Any guidance, examples, or references would be greatly appreciated. Thank you!
Seems to be a bug where while holding CTRL on your keyboard you would be able to duplicate/copy a metric/dimension/segment in a freeform table, but now it just says ‘move’ and does not duplicate whatever you’re moving.
Hi TeamI have a requirement to integration Amazon Kendra Search solution with AEM as a cloud. I have seen the documentation on Amazon however would want to know inputs if anyone integrated recently. Basically to start with I want to do POC on AEM local cloud sdk. Any pointers would be really helpful. Thanks in advance.
My company resides in the U.S., however, we are headquartered in Japan. Both regions currently share one Marketo instance. I just created my first email in Marketo and while everything looked fine in the Preview, when I sent a sample email to myself, there seems to be a global footer (in Japanese) that appeared. Again, this footer is not in the Preview area of the email nor anywhere while I was creating it. Does our team in Japan need to remove it or is there a way for me to do so? Thanks!
Hi Team, Do I have Workfront fusion access?How to check the access?Can the newly uploaded files move from Workfront to Sharepoint automatically, without human intervention?Please suggest me. Regards,Yashwanth
aem as cloud response.sendRedirect not working for query parameters with 4000 characters length and getting with 502 error response and no logs for exception's in AEM as cloud publisher where as in AEM On-premise there is no issue.This issue was identified after migrating to AEM as cloud, below is code which was used.slingHttpServletRequest .setStatus(302);slingHttpServletRequest .sendRedirect(azureRegistrationUrl); Kindly share your suggestion's / comments on this.
Hi All,We have created user groups through NC ACL tool Yaml files using below entries, rep:externalID property is getting added to usergroup after some time, we are unable to add this group into normal users due to this externalId property. We are creating this groups on AEM as part of pipeline build, no usergroups creation on IMS side.Is there any configuration in AEM as cloud which is getting added this property while synch is happening from IMS to AEM ? Please share your suggestions/comments if you come across this type of issue in AEM as cloud.Thank you. - DEF groupRootPath="/home/groups/healthcare"- group_config: - content-authors-global: - name: "Content Authors Global QA DEV" path: "${groupRootPath}" isMemberOf: - ace_config: - content-authors-global: - FOR folder IN ${contentfolders}:
any idea about what are the official hard limits and soft guardrails for nesting existing batch audiences within a single segment definition in AEP?Since Batch Decisioning jobs are limited to processing one audience at a time, it is natural to try nesting 30+ segments into a single "master audience" to get everything done in one run ?
Hello,I'm in the process of configuring a feedback webhook in Adobe Journey Optimizer for my API triggered transactional mails and have selected JWT Authentication as the method. However, the documentation does not provide detailed information on the specific requirements for the following components:App ID: What exactly should be included in the App ID for the JWT authentication?API Token: Is an API token required for this authentication method? If so, how should it be generated and included?JWT Payload: What claims and information must be included in the JWT payload to ensure successful authentication?Could someone please provide detailed guidance or examples on how to correctly configure these elements for JWT authentication in the feedback webhook setup? Additionally, is it possible to do authentication using an access token, where a first call is made to obtain the access token, and then this token is included in the main webhook request? If so, how would this flow work in th
Hello, I have been working on a XFA Form I created using AEM Form Designer. The form is used to intake customers who come to our service center for computer repairs. It has 2 pages the first is for the customer and the second is for the technician and has the computer info, ticket number, and customer info that was inputted on first page. The customer can drop off up to 5 different computers per form. I originally built out a script using AcroForms which allowed me to print the customer page once and the technician page for the # of computers inputted on the form based on serial numbers with their respective fields being Serial1 through Serial5. The code below added the last page multiple times depending on if their were multiple serial numbers on the intake forms. This worked as intended without issues. Below is the code I used. var printArray = [[0,0]];for(var i = 1; i<=5; i++){ if((Serial + i).value != “”){ printArray.push([1,1]); }}var pp = this.getPrintParams(); p
Hi all, Kindly point me to a Business case and a tutorial for custom workflow for language translation on AEM using Java. Appreciate all your responses. Thanks,RK.
Hello!I’ve hit a brick wall with something and hoping someone can help.I have a component that has a drag and drop container. The container’s resource super type is core/wcm/components/container/v1/containerI want to restrict the components that can be dragged onto this container to a sub set of those allowed on the page, but can’t find a way to do that. Note: This component is not fixed to a template. It is optional on the page and is itself dragged onto a page container at author time.Given it is not part of the template, I can’t use the template editor to set a policy to restrict components (that I can see). Essentially I’m stuck will allowing the set of components defined at page template level.Is there a way to achieve this in Touch UI projects?I recall this was easy in Classic UI projects, but not so much with Touch UI and editable templates.Any help would be appreciated (Generative AI is no help - constantly hallucinating)
Heading to Adobe Summit 2026 and focused on Adobe Journey Optimizer?Here’s a complete list of all AJO sessions and hands-on labs in one place to help you plan your agenda and make the most of your time onsite. Session Description Speaker(s) Timing Drive Growth with AI-Ready Personalized Brand Experiences Across Channels [S324] Learn how to deliver connected, personalized brand experiences by combining Adobe Experience Manager Sites and Journey Optimizer. Explore how to orchestrate consistent cross-channel engagement that builds loyalty and accelerates time to market. Pauline Huynh, Sr. Product Marketing Manager, Adobe Monday, Apr 20 – 10:00 AM–11:00 AM PDT Enter the Era of Agentic Customer Journeys [S522] Discover how Journey Optimizer is evolving with AI agents and generative AI to enable smarter orchestration, experimentation, and personalization at scale. Chetan Prasad, Director, Product Management, Ado
Heading to Adobe Summit 2026 and focused on Adobe Experience Platform?Here’s a complete list of AEP-related sessions and hands-on labs in one place to make planning easier — covering Agent Orchestrator, AI-powered workflows, operational excellence, B2B use cases, architecture deep dives, and customer-led transformation stories. Session Description Speaker(s) Timing 3-2-1 – LAUNCH! Project Halo Revealed [S232] Get a first look at Project Halo, Adobe’s newest AI-first innovation enabling instant audience assembly and rapid campaign launches. Alex Erickson, Strategy and Business Development, AdobeSneha Chowdhary, Principal Product Manager, Adobe Tue, Apr 21 – 4:30 PM–5:30 PM PDT 5 Lessons for Scaling an Agentic AI-powered Marketing Operating Model [S711] IBM shares its journey to re-architect marketing around agentic AI, covering governance, leadership, and scalable operating models. Sandra Grieden, VP Transf
Heading to Adobe Summit 2026 and focused on Real-Time CDP? Here’s a list of all Real-Time CDP labs and sessions in one place — including AI-powered activation, data collaboration, B2B use cases, architecture deep dives, and customer success stories.Use this to plan your schedule, discover must-attend sessions, and explore how Real-Time CDP is driving audience strategy, personalization, and measurable business impact across industries. Session Description Speaker(s) Timing Session Type Accelerating Audiences: Powering Strategy with AI-Driven Activation [S506] How Real-Time CDP enables audience-driven engagement via unified data, real-time activation, and AI embedded in marketer workflows. Includes Audience Agent examples and governance considerations. Shelby Mansuri, Sr. Manager, Product Management, AdobeAlyssa Espiritu, Sr. Product Marketing Manager, Adobe Tue, Apr 21 – 11:30 AM–12:30 PM PDT In-person Adob
Hi everyone, I hope you are well.I have a question about whether a “contains” rule can be used with view name (triggerView) to determine where experiences show. For example if I have the below triggerView views:homepageModalOpenproductPageModalOpencontentPageModalOpenAm I am able to create a page delivery rule to deploy experiences to all views that contain “ModalOpen”? If so, how do I do this?
We have 300 records ingested via HTTP API (streaming) into an AEP event dataset for February 3rd and there are some incorrect records and we want to correct the record. As part of this initiative we want to delete the record.What is the recommended way to delete all records for this date? Is the Batch Delete API the best approach, and are there any limitations for streaming data? Is there any streaming delete API.Our event dataset is not upsert-enabled. Can we still delete records for a specific date (e.g., February 3rd)? If so, what methods are supported and what permissions are required?Is it possible to delete records for a specific date directly from the AEP UI, or is the Batch Delete API the only supported method for event datasets?What are the method that we can delete that data which are incorrect and re-ingest the correct data with the timestamp which was initially present? Thanks
Hi, I am working in a system where the same email address can be associated with multiple profiles. The profiles need to be distinct, however for the purposes of this email send I do not want the same email address to be contacted multiple times, even if each profile would qualify independently. Previously in Adobe Campaign I would just dedupe my audience on email address. I am trying replicate this kind of behavior in a journey in AJO. One thought was to use exit criteria for the journey and exit any profiles where the email address had received the contact, but that still means in the initial touch in the journey there could be duplicate email addresses. Has anyone dealt with a similar situation and if so how did you manage it?
Hi,My colleague created a new email template using the new Email Designer tool in Adobe Marketo Engage. I am trying to: Create an email using this template via REST API Update the content of that email programmatically However, I am encountering issues.Problem 1 – Cannot create emailWhen I attempt to create an email using: POST /rest/asset/v1/emails.json I receive the error: Cannot find an approved version of the email template The template is shown as Published in the UI, so I’m not sure why the API cannot find an approved version.Problem 2 – Cannot update contentIf I manually create the email in the UI using this new template and then try to update its content via API using: POST /rest/asset/v1/email/{emailId}/content.json I receive the following error: Cannot access content for Acrite Email asset Questions Are there different REST endpoints for emails/templates created with the new Email Designer? Is content update via /content.json supported for this type of asset? Is the new
Is there any API available to consume the data from CJA/Analytics to build the custom dashboard?
Hi all,Does Adobe RTE provide the removeformat feature? I like to remove the format of the highlighted text, sometimes the RTE creates an extra space in paragraphs. Clicking on the Paragraph dropdown doesn’t solve the issue.My <rtePlugins jcr:primaryType="nt:unstructured"> <format jcr:primaryType="nt:unstructured" features="*"/> <justify jcr:primaryType="nt:unstructured" features="*"/> <lists jcr:primaryType="nt:unstructured" features="*"/> <edit jcr:primaryType="nt:unstructured" features="*"/></rtePlugins> And my uiSettings is<uiSettings jcr:primaryType="nt:unstructured"> <cui jcr:primaryType="nt:unstructured"> <inline
Hi everyone, we’re working with Unitary Events and we understand from the documentation that the ingestion limit is 5,000 events per second.Our question is:Is this limit configurable in any way (for example, reducing it to 1,000 EPS for operational control), or is it a fixed platform guardrail managed entirely by Adobe?We’re not looking to increase the limit, only to understand whether it can be lowered at the AJO/AEP level, or if rate limiting must be handled entirely on the event producer side.Thanks 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.