Explore product-specific spaces to ask questions, share insights, and learn best practices.
Recently active
Due to multi language website,, product price is coming in different formats. this is creating issue to get accurate price.English language:Price : 1416993.75Non-English Language:Price: 1,416,993,75Anybody have any idea how to fix on the Adobe Launch side.
Hello folks, I just wanted to ask if anybody can point me towards the right direction in understanding how to create effective nurture programs. We have nurture set up in our Marketo instance but I do understand different orgs/products will have different set up for nurturing leads, different techniques.So, I need to understand the steps that I should consider in general when I am about to create nurtures, Do's, Dont's etc. Any material that I can go through, please share the link as well. Thanks in advance
Hi - there are 2 Consent Value fields available to use in Audiences, but they are mapped to different paths. One is: XDM Individual Profile> Consents and Preferences> Id Specific >Marketing Preferences >Receive email >Choice ValueThe other is: XDM Individual Profile> Consents and Preferences> Marketing Preferences >Receive email >Choice Value We want to create an audience of ALL email opt outs, regardless of ID (we have multiple). Should we be using the second path above where it does NOT reference Id Specific? Thanks.
Hi all,I’m working in AEP and noticed that the total profile count is not showing on the Home dashboard or the Profiles > Overview page, even though:I’ve ingested data into a Profile-enabled schema and datasetIdentity fields are mapped properly and populatedBoth schema and dataset have the Profile toggle enabledThe dataset ingestion shows success with no errorsHas anyone run into this before where the dashboard doesn’t reflect the profile count even after successful ingestion? Any steps I should take to verify or refresh the count?Thanks in advance!(Attaching screenshots of Home and Profile Overview for context.)
Hi there!I know there is a Custom object field limit (ex - 50). 1. Does creating and then deleting a field count for this limit? And2. Is 50 the limit for the final fields that actually stay Thank you!
Hello, Hi all,I’m looking for clarification on the difference between the “Met SLA” field and the “On Time or Late” field Workfront.What’s the key distinction between these two fields?What are the intended use cases for each?What does this formula mean on the 'On Time or Late' field?IF(!ISBLANK(CLEARTIME(Actual Completion Date)), IF(CLEARTIME(Actual Completion Date)<CLEARTIME(Planned Completion Date), "Early", IF(CLEARTIME(Actual Completion Date)>CLEARTIME(ADDWEEKDAYS(Planned Completion Date, 1)), "Late", "On Time")),"")Formula:IF(!ISBLANK(CLEARTIME({actualCompletionDate})), IF(CLEARTIME({actualCompletionDate})<CLEARTIME({plannedCompletionDate}), "Early", IF(CLEARTIME({actualCompletionDate})>CLEARTIME(ADDWEEKDAYS({plannedCompletionDate}, 1)), "Late", "On Time")),"") What does this formula mean on the ' SLA Met' field?Compares Actual Duration To Template Duration (SLA) IF((SUB({template}.{durationMinutes},{actualDurationMinutes}))>-1440,"True","False") 1440 minu
Hello, I have my API credentials and permissions all set up properly and I have hit a wall on my import script. I’ve hit a wall at a 500 error, despite everything looking correct.Can someone who has an active and working API classification update script please share it with me? Remove any sensitive information of course, I just want to see the script to compare it to what I am trying to set up. Thabks!
Does Workfront allow to merge projects together? Not even sure how that would look. I have a situation where this would be very helpful. Although I can see why, for many reasons, this couldn't work. Maybe there is a work around?
Hi Adobe Community, So my company uses RTCDP and CJA. So for some datasets, we bring them in as events so that they can be used in CJA. However, for audience building purposes, we don't really need the data as events. I have an instance where I just want to most recent record of data for every customer number that qualifies for my audience. I am wondering if there is a way to set the timestamp or somethign so that it's just giving me the most up to date record for each customer. I don't want to set the criteria and have it include a customer that used to qualify but does not qualify anymore. Thanks, Nick
Hi all,I want to block .infinity.json access for a particular page for example: /content/site/en/sensitive-page.infinity.json at the Dispatcher level while still allowing it for other pages. How can I set a specific Dispatcher filter rule to achieve this?Thanks in advance!
Number Input Core Component's Display Pattern dropdown not appearing in the OOTB Adaptive Form template (blank-af-v2) but working when the same component is used in your own custom project (/conf/myForm/...) — even though the versions are the same . Working as expected for myForm Project with /conf/myForm/settings/wcm/templates/blank-af-v2 MyCore component project even though both refereing core/fd/components/form/numberinput/v1/numberinput
Hi Community,I have implement Data Usage Labels to Fields Groups using descriptors endpoint API,but to delete the labels using descriptors endpoint if not working ,To delete Dule Labels we should have descriptors ID and I hit GET request to get descriptors ID.but in response we have so many IDs i can't find out the descriptors ID which is belong to a particular field group.This is API request to create Data usage labels using API: Please give insights to delete lables using Descriptors endpoint API.
From an enterprise perspective, we will have various groups and administrative teams managing Workfront. Looking at the new business rules, it appears that once an object and trigger are selected it appears you cannot add another, is this accurate? For example, we are looking at adding validation logic to a task level upon editing of the task (e.g. block completion of task if a document is not attached to the task). If we have multiple groups that are working off the same environment, can you add multiple business rules to support each team or do they have to be layered all into the same business rule?
I have been able to set up custom approval processes with the help from the cookbook, but I noticed that my approvals are showing up in the system approval processes. When I created the approval process I set it to "isPrivate: true" but when I look at the system processes, that setting is listed as false. I also created a 1 off single approval and confirmed in fusion that it shows as "isPrivate: true", and it did not show in the system approval processes so I'm assuming that's the setting I need. I even added an 'update approvalprocess' module after I create my custom process to update it with the setting changed to isPrivate true, but it still doesn't change. There is no error, it just doesn't seem to do anything. Do I need to have another setting enabled for the privacy setting to work?
Hi Community, I'm working on an AEM project where I’ve implemented a path-based servlet that handles four different extensions (e.g., .json, .xml, .txt, .custom). The servlet is registered using @SlingServletResourceTypes with specific extensions. The issue I'm facing is that one of the extensions is not resolving correctly only in one specific environment (e.g., staging). For the problematic extension (say .custom), the URL resolution fails — the extension gets appended to the path instead of being resolved properly, and it ends up getting routed to some default Apache servlet instead of my custom path-based servlet. Here are some additional details: The same code and configuration work perfectly fine in all other environments, including local and dev. The other three extensions are working as expected in all environments. The servlet path and resourceType are properly configured and unchanged across environments. No custom Apache rewrite or dispatch
Hi All, I’m looking for best suitable Archetype to create a Multi module Maven project from scratch for AEM 6.5.17. After spent time on Internet I found ‘Archetype 53’ is the best one, because it has addressed issues like “merging velocity templates..” (while running the build), from previous versions. However the folder structure it created is different than my existed Projects. Please let me know your thoughts.I wanted to create frontend module separately as a new project, for that I followed https://experienceleague.adobe.com/en/docs/experience-manager-core-components/using/developing/archetype/front-end ,https://github.com/adobe/aem-react-spa but the results are not same/close to my existed FE project structure.Please provide your inputs on both cases. Thanks,Raju.
Hi Team, I want to get the tracking data of sms journey . As per my understanding, below three system datasets are present with delivery and tracking data in AEP. Could some one please help me understand in which dataset and field I'll get tracking information of SMS? (like sms open, click etc.) Email tracking: tracks data of emails (Interaction type is its field and opens/ clicks/ unsubscribe etc tracking of email data is captured here)Push tracking : tracking data of push journeys (eventtype field captures data of open, clicks. descision.propositioninteract value is capturing the clicks as per below screenshot)Message feedback: takes care of delivery data of all three push/email/sms (feedback status is its field which provides update like sent/exluded/bounced etc.)
hi all, Very new to this Adobe Target world but wanted to ask why not all components are visible in the list when you are creating your experience(s). Scenario:Experience A: I have a hero banner with a simple text link in the description text.Experience B: I want to ADD a button using my button component to the hero instead of the text link.Shouldn't I be able to choose from my library of components and ideally "Drag n Drop" into place where I want these to be?As this is more appealing to our AEM authors who don't know enough about HTML to create their own button.If this is possible and it just needs to be configured to show my component library I would love to know where to go.Thanks in advance.Chris
Hello community, Due to legal compliance, there is requirement to display versions of asset(pdf) with the current version. As version is getting generated under /jcr:system and not getting replicated even manually.Is there any work around for the same?Thanks
I have the same gtag script that runs in English and French version. gtag works in French page, while it doesn't work in English.gtag not defined, conversion is not recorded.Note: Gtag is fired in one rule, Conversion is fired on a specific page using another rule. This gtag rule is not changed recently. Both En and Fr page were working fine, and not sure why it has suddenly stopped working. Any insights would be greatly appreciated.
Is the Arrange feature not available in the new Target VEC UI? I want to move a component but I don't have the move option like in the old UI.
Here's an image for reference:
We are using new feature Supplemental ID When we try to deploy the Journey we are getting error alert an't resolve multiple reentrance journey version '36429d7d-ab35-450f-8f25-09ae6ce51742': Only multiple reentrance event allowed. (ERR_AUTHORING_JOURNEYVERSION_360 )Why we are getting this
I am working on sending emails to users through AJO activity and stuck at a step where i need to find the users who clicked on a particular link that has been sent as part of email. I previously worked on "User opens email" through Reaction step and it worked like a charm. Can anyone suggest a way forward on how to identify user's action after opening the email? Thanks in advance, Kind regards,Kiran Buthpur
Hello,We have a problem with the PROD Adobe campaign instance.Here's the info:7.4.1 build 9383We have this oracle error: ORA-12592 TNS Bad packetWhen this error occurs, all workflows freeze. This is not normal behavior.Do you have any solutions ?observation: random freezeimpact: campaigns blocked increasingly frequent server restarts > up to 5 times a dayinvestigation: visible on heatmap without precise identification possible / action on keep result but situation worseningerrors reported in logs:2024-12-25 log ORA-210000 Oracle error: ORA-03113: end-of-file on communication channel\nProcess2024-12-25 log ORA-210000 Oracle error: ORA-12552: TNS:operation was interrupted (iRc=-2006)2024-12-26 log Starting workflow server (pid=126326, tid=126326)...
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.