Explore product-specific spaces to ask questions, share insights, and learn best practices.
Recently active
What is Profile Snap shot in AEP
Hi,How would you create a typology rule to rule out devlieries with a size greater than X (35K)?According to docs, max size should be 35K. Delivery performances best practices | Adobe Campaign
If you are a standard licensed user, go to the home page, and try to add a board from the widget panel...it isn't there. But it is there for contributor licensed users. I found this article which seems to be the only place this is mentioned: https://experienceleague.adobe.com/en/docs/workfront/using/basics/home/use-home-area/add-edit-remove-widgets-in-new-home#widgets-available-for-specific-license-types. Is there a reason a feature like this isn't available to standard users?
I currently have Adobe Analytics and Adobe Customer Journey Analytics implemented through a dual tagging approach. Analytics through the adobe analytics extension and CJA through the Web SDK. Data collection has been running for a few days, and I'm surprised to see that there are nearly twice as many people in CJA as there are unique visitors in Analytics. There is only one dataset in the CJA connection, which is coming from the WebSDK. It has the the connection has the identity map default settings as the person ID. I didn't mess with this at all. I am also capturing ECID separately in schema using:if(typeof Visitor=="function"){var visitor = Visitor.getInstance('ADOBE ORG ID@AdobeOrg');return visitor.getMarketingCloudVisitorID();}else return '';to do so I have roughly twice the people in CJA as I do Unique Visitors in Adobe Analytics. and I am trying to troubleshoot whyAA: CJA: If i break down by Person ID in CJA - person I
An email notification should be sent when a user reacts to a comment. Our team often uses reactions—especially to indicate agreement or a "yes" response—but the original commenter is often unaware of the reaction.
Greetings! Is there some way to set up an email notification natively to Workfront is someone reacts to a comment? Or, would that require an integration outside of Workfront? Or, could Fusion do this? I'd rather Workfront triggered an automated email if someone reacts to a comment. Is that possible? TY
Is there any way to report on any requests generated through the Outlook add-in? Looking through some of my own request submissions through the add-in, I'm not finding anything distinctive to note the request came from Outlook. Since the Outlook integration is going to be non-functional soon, it would be good to know how many users are currently submitting requests using the add-in functionality. Thanks
Would love to use Engagement Map even for email program smart lists as it's the easiest way to see the smart list criteria fully and ability to copy and paste the smart list criteria is valuable. Currently engagement map is only available for smart campaigns.
I would like to have a project created automatically every quarter from a previous project. Is this possible without using Fusion or Planning?
Hi All,Could you please help me with this issue? I am using AEM 6.5.20 and have an RTE/Text component in my project. I'm trying to author it in the dialog as follows:After submitting the dialog, the value is being stored in the node as follows:<p>Test Test <a href="%3C%= rt.ctx.logo%20%&gt;">Test</a></p>However, when I reopen the dialog, the content appears incorrectly (as shown in the screenshot), and I’m unable to identify where exactly I had authored the hyperlink.Also, is it possible to save the value in the node as <%= rt.ctx.logo %>?Thanks in Advance,Veera
Hi All,I recently started working in AEP and I don't have much experience. I am trying to get data from Adobe Commerce into AEP using Web SDK. The connection is working and I am able to received standard events.I am not sure what is the best way to get data about newsletter subscription from the client account settings. I was trying do this in different ways but it is not working. Does anyone know how to do this and could tell me which direction is good?Thanks a lot!
Starting August 2025, Adobe will begin phasing out support for Marketo Engage Identity. To ensure uninterrupted access to your Marketo Engage applications, all customers must transition to Adobe Identity by September 30, 2025. What You Need to Know Automatic Migration: Adobe will start taking actions to automatically migrate all remaining eligible users if your organization has not completed the migration by September 30, 2025. Access Changes: Migrated users will no longer be able to sign in using their current Marketo Engage credentials. Instead, they will receive an invitation to join via Adobe Identity, which must be accepted to regain access. Users who are not eligible for migration will not be transitioned and will lose access to Marketo Engage. Manual Intervention: Ineligible users who cannot be automatically migrated will be skipped. These users can be manually re-added to Marketo Engage through the Adobe Admin Console afte
Description - We have the ability to generate a shareable link of a workload balancer filter, which is great! But it'd be great if we could add additional filters on the top of the shareable link.Why is this feature important to you - sometimes we want to generate an organization shareable view, but they'd would still want to filter it down.How would you like the feature to work - If I generate a link for the Design group, bu still want to filter it down by specific job roles (e.g.: senior designer, creative director or ux designer), I could be able to add a filter on the top of that.Current Behaviour - on a shareable link, I can't add any additional filter.
When building a custom dashboard in AEP RTCDP, is it possible to populate the following fields? I went through the CDPInsights data model but couldn't find anything relevant to thisWho activated the audience to a destinationLast modifiedWho modified
Hi Community,I’m looking for guidance on how to properly delete a profile in Adobe Real-Time CDP (RTCDP).If I delete a dataset that contributes to profile stitching and profile usage, will that automatically remove the associated profiles from RTCDP?Is it recommended to use the Profile API to delete individual profiles instead?For context, I have already paused the Azure pipelines/workflows in Adobe Experience Platform that were contributing to the dataset I plan to delete.Would appreciate any best practices or insights on how to ensure the profiles are fully removed and not just the dataset.
Hello, We are investigating strategies to send Adobe Campaign Classic alerts to a Microsoft Teams channel. Is there a standard integration with MS Teams for Adobe Campaign Classic or has anyone identified a successful method to deliver alerts to MS Teams from ACC? We have identified the following alternative options if there is no standard integration:Using the email specified for the Teams channel, create a delivery with the Teams channel's email as a recipient.Using the email specified for the Teams channel, create a user with the Teams channel's email and add it as an operator to the supervisor group which receives alerts.Thanks,Skyler
Description - We would like to have functionality to move tasks to the backlog from the project level while in the project schedule. Why is this feature important to you - We work in agile mostly and many tasks have to be removed from iteration back to the backlog. How would you like the feature to work - Select the tasks, click on three dots, select move to from drop-down and have backlog as an option of where we are moving the tasks to.Current Behaviour - No option to move tasks a backlog from a project.
There could be a visual cue (like name initials) when people are inside the ticket checking it. Like for example when we open a proof that shows whomever is in there by displaying the initials on the top right side of the screen
Hi Team,We've created an AB test activity for the mobile app and we have selected a specfic report suit other than our web one. We've observed following issue when we click the "view in analytic" link in the Adobe target report section to check A4T report. This works fine on those activities which are created for the web. Is that we are missing anything on the app sepecfic report suit. How can I fix this?Looking for any help.
Hi Team,I'm trying to dynamically set the locale in the formatCurrency() function in Adobe Journey Optimizer. Here's a simplified version of what I'm doing:{%= formatCurrency(10000, "en_AU") %}Instead of hardcoding "en_AU", I would like to pass a profile attribute (e.g., {{countryCode}} or profile.countryCode) that represents the locale dynamically.However, when I try to pass an attribute like this:{%= formatCurrency(10000, profile.countryCode) %}I receive an error.Could you please confirm if passing a dynamic attribute for the locale parameter is supported in AJO expressions? If so, what is the correct way to structure this? @satheeskannak @mohan_dugganab @ajodev @davidkangni @anuhya-y
if i want to ingest data ,but i don't want some data ,how?how to do conditinal ingestion ? is this both are same or different?
When in a project if I complete a task, that has an auto approval process on it, by just putting 100 into the percent complete box and hitting enter, it works.However some team members have been completing tasks another way that started causing an error message to pop up.Error message says "Error Duplicate key value violates unique constraint". They are going into the task (w/the auto process) and then clicking on the "percentage slider" button and moving it to 100%. It still works but this message is popping up now and they are constantly having to close the error message.
We’re using versioned clientlibs in our project, and I’m wondering if something might be misconfigured—or if I’m misunderstanding how they’re intended to work. The issue:Whenever clientlib assets (CSS/JS) are updated and replicated, I go into the dispatcher and remove the old versioned clientlibs. However, this breaks all styles and scripts on the live site unless I also clear all cached content pages. At first, I didn’t fully grasp what was happening, but it became clear that cached pages are still referencing the old versioned clientlibs. So when I remove those assets from the dispatcher, the cached pages are now pointing to files that no longer exist. Meanwhile, the new versioned clientlibs are present, but no pages in the cache are referencing them until the pages are recached from the publish instance. This creates a challenge: clearing all cached content pages every time we update clientlibs feels inefficient. So my question is, am I misunderstanding how versi
Hi All,I’m working with AEM as a Cloud Service and using Multi Site Manager (MSM) for localization.I noticed that when I move a page within the Language Master and then rollout the changes to the live copy, the jcr:uuid of the page in the live copy changes. It seems like AEM is creating a new node and deleting the old one instead of just moving the node and preserving the UUID.Can someone explain:Why exactly this behavior occurs?Is it expected in AEM MSM rollout?Is there any way (config or customization) to preserve the original jcr:uuid in live copies during such operations?Appreciate any insights or best practices around this.Thanks!
An AEM client is looking at enabling cross-language search and discovery automatically across all their AEM content, both Assets and Pages. The client wants to allow their authors to perform searches for content in AEM using non-English terms, to match the assets in AEM that have equivalent English terms on them.They would like to support French and Spanish and reduce the need for manual content translation.Which two actions should an Architect take when developing a POC to meet these requirements? (Choose two.) (A) Set up a Translation Service Provider (B) Set up Smart Translation Search (C) Ensure that enough memory is available (D) Set up Translator to Manage Dictionaries (E) Ensure that a new index is created for smart translation search @aanchal-sikka @EstebanBustamante @arunpatidar @Shashi_Mulugu @Pranay_M @Mahedi_Sabuj @DivrajSingh @Sudheer_Sundalam@lukasz-m @Rohan_Garg
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.