Explore product-specific spaces to ask questions, share insights, and learn best practices.
Recently active
TLDR There is no major impact to the MSI experience with the upcoming Locale format change from JDK to ICU. However, you may see an error in MSI because some of the API versions are out of date. The errors you are receiving with the MSI package are because is because it might be using an API version older then 45. The latest MSI package (2.6) uses API version 50, upgrading to this package will resolve the errors. Salesforce is deprecating the JDK Locale Formats and forcing a migration to the ICU Locale Formats with the Spring '25 Salesforce update. However, if the Salesforce instance contains Apex classes, Apex Triggers and Visualforce pages that don't meet the minimum required API version 45.0, the administrator will receive an error message saying the upgrade has not completed fully and that ICU locale formats will not be enabled. The MSI package 1.9 contains Apex classes below this API version, and therefore customers with this installed will receive the error m
Hi,I am going to prepare a document on Coveo search integration in AEM Headless CMS for the client. I didn't find any documentation on Coveo with AEM Headess if You have any ideas please post u r ideas Thanks,Syed Shaik.
Dear All,I'm new in AEM and trying to learn through self learning. As per Adobe document for AEM 6.5.0 we can create new AEM site using Maven and it's adobe Archetype. I followed the same and use Archetype 23 to create New Maven base AEM CMS project. But my build is falling and getting below error.Failed to execute goal org.apache.maven.plugins:maven-archetype-plugin:3.2.1:generate (default-cli) on project standalone-pom: The desired archetype does not exist (com.adobe.aem:aem-project-archetype:23).Latest archetype like 41,40,30.... are for AEM 6.5.XX versions. Can I use these with 6.5? will I get any errors in future with the latest archetype with AEM 6.5.0.? I had tried following mvn commands for the same but getting the same errors. mvn -B archetype:generate -D archetypeGroupId=com.adobe.aem -D archetypeArtifactId=aem-project-archetype -D archetypeVersion=23 -D aemVersion=6.5.0 -D appTitle="My Site" -D appId="mysite" -D groupId="com.mysite" -D frontendModule=none -D i
Hello,I've been experiencing an issue where after saving an offer and then saving the Activity, I see the saved message in green, then it just syncs. So far this particular activity has been syncing for more than an hour!!!I've cleared cache, deleted cookies, signed out of Target, and restarted my computer. None of these things has worked.Thinking it might be something in my code, I commented out the last change, and still syncing continued. I tried also making a copy, thinking the activity in question may have somehow gotten corrupted, but now I have two perpetually syncing activities.Lastly, I'm unable to pause or delete the activity while in sync mode.Can anyone provide any suggestions as to why this is happening, or how to fix/prevent it?Thanks!- Brion
I'm wanting to use the custom code editor to edit simple css on the page (in this case, the background image).An example is below:.example { overflow: hidden; position: relative; background: #fceee3 url(/assets/img/example.jpg) no-repeat left bottom / cover; min-height: 905px;}When I edit the css directly within the inspector, it works as expected. When I use the same information in Target, it doesn't work. This has happened whenever I select any element or any change.Am I using this tool completely wrong?Thanks,
Hi All,Need help regarding for requirement- "Extract all the matched values within double curly braces and add all of those matched items to an array."{% let InputString= "This is an input String-{{match1}} and need to extract all values inside double curly braces {{match2}}, {{match3}}" %}{% let Output = regexGroup(InputString,"\\{\\{ *([^{}]+?) *\\}\\}", 1 ) %} Actual Output= match1Expected Output= ["match1","match2","match3"]----------------------------------------------------------{% let Output = regexGroup(InputString,"\\{\\{ *([^{}]+?) *\\}\\}", 1 ) %} - This only returns the first matched element and not the array of all the matched strings inside {{}}.Is there a way to achieve an array as output and not just first encountered matched value? Just to make the ask concise and straightforward, my question is not related to regex to find the matched ids BUT A WAY TO RETURN MORE THAN ONE MATCHED VALUES IN FUNCTION - regexGroup(string, string, gro
Trying to activate ID-specific marketing consents, as these are stored as Map datatype, unable to select while activating the audience, those who have opted out via audience activate. Even if we wanna ingest data from external source to update via the dataset, how do we setup data ingestion for ID-specific field type (map), As we are unable to select? Appreciate your help.
hello,I have a question about calculated metrics.We want to find the average revenue of each dimension value created based on product attributes according to different time criteria.To do this, I created a calculated metric as shown in the attached image. However, I noticed that the average revenue is the same for all dimension.My guess is that it is showing the overall average for all periods, not the individual average revenue per dimensionHowever, I need to check the average revenue for each dimension individually.Could there be a problem with the calculation of the metric we created?
Hi Team, I created one activity in our workspace and used adobe analytics as a reporting source but I am facing below issue: Please let me know the reason for this. Also, I am using Websdk extension v.25 for target integration with website and it is using decision proposition event type.
How you configure web channel in AJO when it comes to different type of pages?My first idea is to create separate configuration for:- home - basket - confirmation - product page (all in one configuration) What are your best practices?
Originally airing on 27 February 2025, our experts discussed how AI Assistant can unlock valuable operational insights, boosting productivity and redefining work in Adobe Experience Platform and its platform-based applications. You can view the replay from the episode page and find additional recourse commented on during the live event: Unlocking operational insights with AI Assistant in Adobe Experience Platform Use this thread to ask our experts additional questions related to the Experience League LIVE session. Thanks and we hope to hear from you!
Hi, I am trying to implement CSRF token for the form servlet, however I am getting error of "The import com.adobe.granite.csrf cannot be resolvedJava(268435846)" in the servlet. I have added the dependency to the main pom.xml file: <dependency> <groupId>com.adobe.granite</groupId> <artifactId>com.adobe.granite.csrf</artifactId> <version>1.0.20</version> <scope>provided</scope> </dependency> As well as added in the pom.xml file for core: <plugin> <groupId>org.apache.felix</groupId>
Hello All, I am preparing myself to take the Adobe experience manager business practitioner Exam, And, I was looking to find practice exams to take before attempting the real one. When I search online for practice exams related to Adobe experience manager business practitioner, I find practice exams with exam code AD0-E102 instead of AD0-E126 My question is: Does anyone know what is exam code AD0-E102 related to ? Or What is the difference between AD0-E102 & AD0-E126 ? Thank you All
Hello all - I'm looking for a way to remove the inherited permissions on a project using Fusion. I have a scenario set up to auto-convert the request to a project based on a trigger but can't figure out how to remove the permissions inherited from the Portfolio. This is something our PMs are doing manually and would love to roll it into the automation. Note: I'm not well-versed in Fusion, but I'm learning!! Thank you!
Can we export a Marketo report in .csv format? The default format is .xls.ThanksNN
i am using adobe PDF service to extract the table and text from the PDF document. I am using python SDK for the testing. But, I stuck on the following issue. INFO:adobe.pdfservices.operation.internal.pdf_services_helper:Started uploading assetINFO:adobe.pdfservices.operation.internal.pdf_services_helper:Finished uploading assetINFO:adobe.pdfservices.operation.internal.pdf_services_helper:Started submitting EXTRACT_PDF jobINFO:adobe.pdfservices.operation.internal.pdf_services_helper:Started getting job resultERROR:root:Exception encountered while executing operation: description =DISQUALIFIED - File not suitable for content extraction: File permissions do not allow content extraction; requestTrackingId=12928c65-c723-49d3-88f5-fd06f9be6db0; statusCode=400; errorCode=DISQUALIFIED_PERMISSIONS Do you have any idea why I am getting such error message. My PDF is not that complex. I have tried other extraction API to extract the PDF, which worked as expected. But, I don't know
As much as I love being able to hyperlink dimensions in a freeform table, this is only limited to either: Having a URL-based dimension so you can allow Adobe Analytics to create hyperlinks for all rows or Manually enter the URL for each row (There is an option to create a dynamic URL string, but that requires the dimension having direct ties to the URL.) It would be nice to designate a URL dimension (for example, evar1 Page URL) as the destination link for the corresponding non-URL dimension currently chosen in the freeform table (for example, evar2 Page Title). This would be helpful if users are looking at Page Title or Video Names and want to know more about the page content that may influence the KPIs they are seeing.
We would like the ability to display specific dashboards at the project template level. Our projects are at the individual deliverable level (i.e. an individual print piece, email, web page etc.), and we have templates for the different medium types. We would like to be able to add custom dashboards that provides specific information for that particular medium type. So for the print template, we have the print dashboard, for the email template, the email dashboard, and so on. The source information for the dashboards will be from the project details, but the dashboard/reporting will allow us to highlight specific information.
As my team continues to write project briefs in WF, we would to have the current features expand and make the writing/ working on marketing briefs more dynamic. A few ideas:More than 1 bullet indention right now we can only indent 1 bullet so we can't do sub-bullets.Ability to copy and paste a screenshot or photo directly into the text boxAbility to highlight or change the color of certain text to emphasize things in the brief Ability to add in a table to better organize informationA best in class example is honestly how people can write briefs in Asana as there was a ton of different functions for the text and layout.
Hello Team, I am exploring MSM for content fragments. Can someone provide me, how you have implemented this feature in your project? How you have maintained your locale folders, logic etc.? In my case, for one of the features, I have created multiple Content fragments (en-service, fr-service, it-service) in a single folder for each countries. Then, for a particular locale page (abc.com/en/test, abc.com/fr/test, abc.com/it/test ) get the current language. Then read the CF folder. fetch the required content fragment(i.e en-service). For other feature, I have created these folder structures/content/dam/my-folder/abc/en/content/dam/my-folder/abc/fr/content/dam/my-folder/abc/gb/content/dam/my-folder/abc/itThen, based on current page(abc.com/en/home), get the CF data from: /content/dam/my-folder/abc/enthen proceed. Wanted to know, in above cases, will MSM for content fragment makes sense to use? Thanks in advance cc @konstantyn_di
Hey y'all! Did you know that for the first time at Adobe Summit there are peer-to-peer sessions available for Workfronters? Adobe Champions and Experience League Community Advisors (yep, that includes me!) are gearing up for dedicated 30-minute power sessions. We're here to spill the secrets, share the best practices, and tackle your product-specific questions head-on. It's your golden ticket to connect, learn, and problem-solve with the best in the biz—all in real time! But here's the deal: these sessions are hotter than the Nevada desert, so you'll need to lock in your spot ahead of time. Don't wait—reach out to your Account Manager today and get your meeting on the books. If you don't know who that is @juliewilson can help you! Let's make some magic happen! 🦁
Hitting the Submit button on a timecard right after entering hours in a cell (the cursor is still in the cell) results in a save and not a submit. This is confusing for our users and results in a lot of unsubmitted time cards from our users. They click the button and see the loading circle, and once complete they close out but it hasn't submitted.Steps to reproduce the issue:1) Enter hours into a cell in a timesheet2) Before clicking out of the cell, click the Submit for approval button3) A "Saving..." message with a throbber (loading circle) shows next to the button, but once it completes it has only saved, and not submitted. It would be great if you could have the autosave and submit run if they click submit. Or maybe disable the button if there are unsaved changes. Either way, it would be great to fix this so we don't have to train our users to click the submit button twice.
Hi All,I have done the bulk import from OneDrive to AEM Assets. Where I can import assets from My Files as shown below. I was referring the below document for configuring OneDrive to AEM Assets. Bulk import assets using Assets Essentials | Adobe Experience ManagerI Created a communication site(Human Resource) in SharePoint and added this folder in the OneDrive quick access .I need to download the folders into AEM Assets. Is it possible to migrate the folders from SharePoint to AEM Assets . I was unable to bulk import the quick access folder from SharePoint to AEM Assets (As mentioned below) . Is there any configuration we need to do .
Our Marketo and Litmus is in sync. We are using Litmus tracking codes for some additional tracking of our emails send through Marketo. We want to use same tracking code for a particular Marketo program having multiple email sent. So, we want to use custom parameters to differentiate the individual emails. What parameter or field could we use from Marketo under that and in what format do we need to put it there. Also, could we add multiple parameters and how do we separate them (i.e. using a + or & sign). Attached is the image for reference.Thanks
when trying to upgrade POM with version : 2025.1.19149.20250116T154450Z-241100 and found that test cases are failing with below error. [ERROR] Tests run: 3, Failures: 0, Errors: 3, Skipped: 0, Time elapsed: 0 s <<< FAILURE! - in com.cbdt.core.userreport.services.impl.ReportStoreServiceImplTest[ERROR] saveReport_whenStoreRootPathExists_thenNewReportPageIsCreatedBasedOnStoreOptions Time elapsed: 0 s <<< ERROR!java.lang.NoSuchMethodError: 'void com.google.gson.internal.ConstructorConstructor.<init>(java.util.Map, boolean)'at com.abc.core.userreport.services.impl.ReportStoreServiceImplTest.<init>(ReportStoreServiceImplTest.java:24) However, the same test cases are passed with version : 2024.6.16799.20240614T073455Z-240500 The dependency for GSON is present, we have tried with 2.8.9 and 2.11.0 , but the issue remains the same and build is failing.<dependency> <groupId>com.google.code.gson</groupId> <artifactId&g
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.