Explore product-specific spaces to ask questions, share insights, and learn best practices.
Recently active
Hi, Can we add more than 5 dynamic items of a dimension in column? Don't seem to be possible yet, but I want to double check in case I didn't do it right. Thanks!
Issue starts after AEM 6.5.23 service pack installation.The file upload field stopped popping up on the "Upload Zip" option of design importer.The error is due to sanitization of html which contained a non standard html attribute "coral-fileupload-select". Is this something adobe should fix as issue is with coral fields which are used in AEM but are non standard?
Hi,I have a timesheet report that is shared with management. We noticed that depending who runs the report, they don't see the same people. For example, when I run the report for 'this quarter', I see timesheets for 14 people. When one manager runs it, they get the same thing but then a different manager only sees 12 people. I have checked to make sure they don't have any different filter or view on. I didn't think there was permissions/sharing for timesheet profiles but maybe there are somewhere? Also, the 2 people that don't show are the system administrators. Any ideas why the difference in the report or any permission that I am missing somewhere? Thanks Heather
Hi all, I'm sure I'm missing something super simple but I'm trying to use a calculated field, formatted as a number, to pull in the difference between our planned start date and actual completion date on our task reporting form for tasks named review. The formula I'm using is: IF(CONTAINS({name},"review"),WEEKDAYDIFF({plannedStartDate},{actualCompletionDate}),"") but it isn't working as expected. Does anyone have any suggestions on how to further troubleshoot?
Do we have Send Time Optimization (STO) in AJO under Campaigns ? if yes, is there a criteria only after which its enabled in the UI ?
Hi @2693620 I am performing audience export. Email address field in audience export, where some the values are null in exported csv file. When SFMC automation takes this file, it gives error where emailaddress = 'null'.Could you suggest how can i make this field as blank ?Already tried below.1. Added calculated field and used both formulas iif(replacestr(email_address, ",", "") == 'null', '', replacestr(email_address, ",", ""))coalesce(replacestr(email_address, ",", ""), "") both are still giving null text in export. Thanks in advance.Best Regards,Santosh
What happens when you use duration in a wait step without specifying the time?For example: Wait 4 hours, wait must end Mon-Friday. Send email.If someone enters the wait step on Saturday at 9 a.m., when will they receive the email? Right at 12:00 am Monday? Or would it be Monday 4 hours after they entered the wait, at 1 p.m. Monday?
There is a Seed List feature in AJO when it comes to use of Seed Lists, but that needs to be further developed. Today the Seed List is configured on the email surface. That means that you cant decide if you want to use it or not, when the surface is used. F ex if you have a marketing surface and you use that surface for "all" your emails, like onboarding, sales and Newsletters. Whatever you are sending with that surface is using the Seed List even it is wanted or not. A use case is it Customer service wants to know what has been sent out in a mass sending, like a Newsletter. Then the Seed List works great. But it you then use the same surface for your onboarding activities, customer service gets a copy of each and every single email that runs through the onboarding prosses. Our ideas is if you can decide from the email node configuration if you want to use a Seed List or not. And if you also could select from a list over different Seed Lists, who you wanted to use, this
I'm creating a Workfront to Jira scenario using the Jira Cloud Create a record Module. It keeps erroring on the "reporter" field of t he module. I have tried mapping it to both the Sponsor name and the email address of the sponsor but when I run the scenario I get an error:[400] Specify a valid value for reporterDoes anyone know what could be wrong? In Jira the reporter is a character name. Thanks in advance Frank
Description - The derived fields UI to grab and persist a URL query parameter, for instance UTM parameters like "utm_source", "utm_medium", etc. seems rather counterintuitive, at least I have not managed to set it up successfully to assign a utm_source grabbed on pageA to pageB. Which functions to use is a little unclear, and setting the persistence does not seem to work as expected. From what I have read, you will somehow need to check if the query param is set on pageB and if not, return the previous value? It would be amazing if a working approach could somehow be baked into CJA derived fields function templates and call it something like "Get and persist query parameter" or whatever. Why is this feature important to you - The UI should be as simple as possible and self explanatory. If there are multiple steps needed to come to a result, it would help to provide guidance or a template to avoid making "beginner" mistakes. How would you like the feature to
If you’ve ever tried to include an “Add to Calendar” link in a Marketo Engage email and ended up with a broken calendar file, you’re not alone. One of the most common culprits? The {{member.webinar url}} token inside the Calendar File token type. It’s a subtle issue, but it can derail your webinar experience if not handled correctly. Let’s break it down. The Calendar File token is a handy way to let registrants add your webinar to their calendar. It can include other tokens, like the webinar join link, so recipients have everything they need in one click. But here’s the catch: that join link token only resolves when the email is sent via a triggered smart campaign. If you send it manually or through a batch campaign, the token doesn’t populate. The result? A calendar file with a blank join link. Not ideal. So how do we fix it? The answer lies in a simple program design tweak: create a smart campaign with a “Campaign is Requested” trigger. This campaign bec
October '25 release notes Check out what's new and improved in the latest Adobe Journey Optimizer product release update: Release Notes New capabilities Image to HTML converter: The image to HTML converter is an AI-powered feature that converts static image designs into fully customizable, modular HTML email content templates. This no-code tool enables marketers to transform visual designs into responsive, editable email templates without requiring technical expertise—perfect for platform migration, rapid template creation, and building reusable template libraries. This capability is available in Limited Availability. Contact your Adobe representative to gain access. Custom action monitoring and reporting: This capability provides better visibility into custom action endpoint health and performance. A new custom action monitoring dashboard and corresponding fields in journey step event dataset will help you monitor successful calls, errors, throughput, response tim
Hello Community,I am working with a dataset in AEP and need to trace all the batch IDs that were generated during a particular ingestion. I can see the source Dataflow Run ID has ingested some records in the dataset and took 1.3 hours run but I see during this time multiple batch have been created in dataset. I tried with APIs with the following ways: Flow services run id the payload do not provide the dataset detailsCatalogue services batches with bath id, here as well the Data flow run details are not available My requirement is:Given a source Dataflow Run ID, I want to list all the batch IDs created in AEP.What is the correct way (via API or Query Service) to fetch all batch IDs of a dataset based on a given Source Dataflow Run ID?
Hi Community,I am trying to integrate Adobe Commerce with Adobe Experience Platform (AEP) using the Data Connection extension.I have created an event schema and a profile schema.I noticed that I cannot choose ECID (it seems to be default and not selectable).Now I want to know what type of Identity Namespace I should set as the Primary Identity for both schemas.Should I use Email, ECID, or some other namespace?What is the best practice for Adobe Commerce → AEP integration?
Hi there,We are trying to create an audience with evaluation method as Segmentation but when we try to save it, it says: Ineligible evaluation method.We don't quite understand why what are the methods that needs to compatible with the audience definition and the documentation is not very clear.Can anyone assist us?
A user had buggy 3rd-party JS causing forms to be submitted 2x. Unable to find the root cause in their stack of plugins, they tried a desperate fix: add an onSubmit() listener and stop submission if the listener runs a second time. Like so: MktoForms2.whenReady(function(readyForm){ let stopFutureSubmissions = false; readyForm.onSubmit(function(submittingForm){ if(stopFutureSubmissions) { return false; } stopFutureSubmissions = true; }); }); Fine idea in theory, but that’s not how you stop form submission. The Marketo onSubmit() listener stack doesn’t care if you return false from every single listener! That is, it’s not like DOM event handlers where return false is interpreted as canceling the event.[1] To stop submission, assuming you have complete control over the listener stack, simply set form.submittable(false): MktoForms2.whenReady(function(readyForm){ readyForm.onSubmit(f
Hi Team, We have uploaded a list of email IDs using custom upload under a new audience yesterday.In audience still total profile counts is not reflecting. We are using it in an audience and no profile is qualifying under it during dry run. Does the respective dataset needs to be enabled for lookup?
Hi everyone, I’m facing a challenge I haven’t been able to solve yet. I have an Experience Event dataset that contains multiple rows per ID, and I need to transform it into a Profile dataset by aggregating all rows for a given ID into a single row, using arrays to store the values. Here’s an example of the schema:Experience Event Dataset_entity.fg.ID _entity.fg.name _entity.fg.score _entity.fg.normalizedScore _entity.fg.version Timestamp Target Profile Dataset_entity.ID _entity.fg[].name _entity.fg[].score _entity.fg[].normalizedScore _entity.fg[].version extSourceSystemAudit.lastUpdatedDate I’m trying to write a SQL query that would group all rows by ID and transform the values into arrays, but I haven’t found a working solution yet. Has anyone faced a similar use case or could share an example of how to achieve this transformation using SQL in AEP? Thanks in advance,Regards,Samy
We have an web event dataset which is profile enabled and ECID is an identity field. Now for record class datasets (Person, Account), we do not have ECID present . Now question is in Customer Profile store, will records for those ECID coming from Web Event Data will appear or not?
Hi Experience League Community,I’m encountering an error while trying to create a WhatsApp API credential in Adobe Journey Optimizer (AJO). The error message I receive is:“Error fetching business accounts. Either the API token or the business account ID is not associated with the WhatsApp account.”Here’s what I’ve tried so far:Verified that my API token is valid and has the required permissions.Double-checked the business account ID to ensure it matches my WhatsApp Business Account.Confirmed that my WhatsApp Business Account is fully set up and approved in Facebook Business Manager.Made sure my user/app has admin access to the WhatsApp Business Account.Despite these steps, I’m still seeing the error. Has anyone faced this issue before, or does anyone know what could be causing it? Are there any additional troubleshooting steps I should try, or specific settings in Facebook Business Manager or AJO that I might be missing?Any guidance or suggestions would be greatly appreciated!Thank you
Hi something very odd going on. If i send a journey email communication i can see the outbound email as sent within the events on the profile lookup. If I send a campaign, the emails send but do not appear on the profile event tab. if i then run sql against the AJO tables, specifically the ajo feedback table and look into the identitymap ( i do the search by using the customer email address), for the journeys there are namespace entries in the map, but not for campaigns. and both are using the same namespace IDs for the sends has anyone come across this before?
Hello all, Does AJO one click opt-out link click counts towards the OOTB Click/CTR metrics ?
help me how to define an mirror page url function with ajo api triggered marketing email templates, using below reference<% if ( document.mode != 'mirror' && document.mode != 'forward' ) { %><p align=center><font style="font-family: Verdana, Arial; font-size: 10px">If you are unable to view this message correctly, <a href="<%@ include view='MirrorPageUrl' %>" _label="Mirror Page" _type="mirrorPage">click here</a></font></p><% } %>
Hi Everyone, I am working on push configuration in AJO.I have enabled AJO profile dataset (profile enabled), AJO event dataset (profile enabled), Analytics dataset (not profile enabled) and other checkbox also enabled in datastream.But I am seeing in assurance session that AJO is not enabled. App data is flowing in Analytics but its not getting recorded in AEP dataset. Can any suggest, what's causing issue.
I am facing some error when adding contextual field in function while trying to do some personalization in email with in a journey. Any idea on what could be the resolution for this ?
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.