Explore product-specific spaces to ask questions, share insights, and learn best practices.
Recently active
Hi all, We want to develop an automatic email that does the following: When we send an email, if you give to reply, you send it to not-reply@...I know that it can be set up so that you get an email back that tells you not to respond. Could someone please give me more clues? Kind regards, Celia
We are doing a offer redemption campaign with three segments High, Low and Mid Value users as HV,MV & LV. We first want the offer to rollout to HV, after 5 days to MV and after 3 days to LV. Does ACS support a functionality to send segments on different dates ensuring latest data is fetched each time. Using wait block doesnt work, bcz in that case MV & LV users wont be latest fetched.
Dear Community,currently we are creating a lot of transactional messages for interaction with our webshop. In a transactional message it is possible to click on "save email as template", but different to normal emails (where we of course use the template function) it seems to be not possible to use/insert this saved template for transactional messages.Do you know a way how to create/insert also templates for transcational messages (besides copy/paste html code)?Thank youKind regardsNadine
Hi,I am facing issue while sending a proof+email rendering to a test profile in Adobe campaign Standard.Below is the error message:-XML-110009 Unable to find the element 'delivery[@delivery-id='108877985']' of path 'activities/' (document with schema 'workflow') Could you please help, how to solve.
Hi team,I have a requirement where we have to add sourcetags in Email Deliverywhen sending targeted e-mails through Adobe Campaign Classic please help me to understand where we can add sourcetags in Email Deliverywhen sending targeted e-mails through Adobe Campaign Classic Please let me know wheere and how to add it to all the links to the website in order to Analytics to track it
Hi WF community! I am currently struggling a bit with two of my custom prompt setups where I am trying to filter for specific words people have entered into a custom field. (Not ideal, I know :-) )In the beginning I had one of my prompts working but now they both don't seem to filter properly. This is how I have set it up: DE:project:Keywords_Mod=in DE:project:Keywords=Manufacturing & Supply Chain Could it be the space between the words? How do I need to set up the filter inside the Custom prompt to get a functioning prompt? Thanks in advance Tino
Hi There, as you see above why there is no reentrance showing up in journey property configuration. My starting activity is read audience. please advise
Upgrading from Java 11 to Java 21: A Guide for AEM Developersby @daniel-strmecki OverviewAs an AEM developer, staying current with Java versions ensures we can leverage the latest features, security patches, and performance improvements. With Java 21 being the latest Long-Term Support (LTS) release, it's a critical upgrade for enterprises and developers working on Adobe Experience Manager (AEM) projects. Java LTS versions are supported for a longer period than non-LTS releases, making them ideal for production environments where stability and security are paramount. For example, Java 21 was released in September 2023 and will receive Premier Support until September 2028 and Extended Support until September 2031.In the latest release of Cloud Manager 2025.1.0, Adobe announced that they now support Java 21 in AEMaaCS. Java 21 will be enabled for all customers in February 2025, along with the rollout of a new SonarQube version. This article focuses on API features and enhancemen
Hi,We have an embedded hybrid mobile application with ionic framework where we want to integrate the Launch AEP SDK in order to track the app data in analytics. The documentation(https://aep-sdks.gitbook.io/docs/getting-started/get-the-sdk) do not provide any insights in integration for ionic. Can someone please help here?
I am currently exploring the integration of an Ionic Framework mobile application with adobe target. Unfortunately, Adobe does not provide a dedicated SDK for Ionic. If anyone in the community has the experience or insights into integration Ionic mobile application with Target. I would greatly appreciate your guidance.Regards,Sabeel Aarish
I am trying to figure out if there's an easy way to get inbox placement tool set up for every send in Marketo without having to make a seed list every time. What is the best way to use this tool?
Hello, We want to pre-fill boolean fields in a form and display them as radio buttons on a landing page. However, despite enabling "Form Pre-Fill" at the admin: landing page level and setting the specific field to "Pre-Fill: Enabled" in the form, the radio buttons are not being pre-checked with the stored values.Below is our test scenario: A boolean field (e.g., Subscribe_Newsletter) is set up as radio buttons. The radio button options are: Option 1: Display Value: "Agree", Stored Value: "true" Option 2: Display Value: "Disagree", Stored Value: "false" If the value of Subscribe_Newsletter is already stored as true in the Marketo database, we expect the "Agree" radio button to be pre-checked when the form loads. Is there a way to achieve this? We also tried adding a script to handle this, but it still doesn't work. I’ve read that boolean fields might not support Pre-Fill—could that be the issue? Any guidance would be greatly appreciated. This post was edited b
Hello! I’m fairly new to Adobe Campaign and want to start incorporating more JavaScript into my workflow. Could anyone clarify which JavaScript version Adobe Campaign Classic v8 supports? I’m using ChatGPT to help me learn JavaScript, but it often generates scripts that aren’t compatible with ACv8.according to chatgpt it uses JavaScript 1.7 or 1.8 (ES3/ES5) I’d appreciate any guidance. Thank you!
Hi,I am looking to pull a report on first-time page visit in Adobe Analytics. What filters do I use to pull that data?Thanks
Hi all, does anyone have experience with getting Eloqua data into AA? Any suggested preferred approaches like Data Sources, API, 3rd-party providers?What kind of data is actually available?Any suggestions and links highly appreciated 🙂 Best regards from SwitzerlandBjörn
Hi,I want to use GraphQL for searching and building a listing page with pagination. As I explored, I understand that GraphQL supports offset, limit, sorting etc. but I couldn't find a way to get the total number of results to achieve pagination with page number.It would be really helpful if anyone can suggest how can we achieve it using GraphQL. Thanks in advance.
Hello,I'm very new to Adobe Ad Cloud. I'm looking for documentation/videos on how DCO works as I haven't been able to locate any.Or if someone with DCO experience can provide brief steps of how it can be configured/used, it would be greatly appreciated.Cheers.
Hi guys, I was troubleshooting an issue after upgrading to 6.5.6 from 6.5.3 and still can't figure out why so though I would ask for your help to see if someone is also experienced the issue and got a workaround or so. Background:- Issue happen after I upgrade AEM to 6.5.6 from 6.5.3- ACS common version is 4.0.0- Core component version is 2.8.0 Issue:- When saving any component dialog (even the default one by we-retail), the value didn't get save into the page jcr:content node but it get created in /libs/cq/gui/content/editor/content, for example, if i modify this page /editor.html/content/we-retail/us/en/experience.htmlthen instead it saved to /content/we-retail/us/en/experience/jcr:content/...actually it got created in /libs/cq/gui/content/editor/content/we-retail/us/en/experience as a result, when open the dialog again on the page, it will show no new value. What i noticed, when submitting the dialog, the POST request make to a
Hi All,We have registration functionality on our website where an AEM sling servlet collects the data from form and inserts that record into a database table. AEM Sling servlet is invoked from Ajax call from client side. We suspect that there are fraudulent attempts by invoking the sling servlet directly from API client like Postman. AEM Sling servlet is registered with resource type. Is it possible to invoke sling servlet from API client like Postman? If yes, how can we block the attempts to the servlet. Please help here.
There are videos posted on adobe site for analytics and target on website https://view.adobe.com/viewer/ site.Ex- https://view.adobe.com/viewer/5f1022ada2e3a957be41c5f1 I want to know is there repository kind of where i can find all such videos playlist?
Could you please tell me how to set up a demographic scoring campaign. I have created a SC that schedules demographic campaigns to be scored weekly with the following criteria Example (The following are separate SCs created)・smart campaign AFilter criteria: x departments Flow: +10 for demographic score, +10 for lead scoresmart campaign BFilter criteria: department y Flow: +20 for demographic score, +20 for lead scoreSmart campaign CFilter condition: department z Flow: +30 for demographic score, +30 for lead score Since we have also set up a separate campaign for behavior score, we have included a setting to add to the lead score as well.However, with the above settings, the same score is added to each lead in the corresponding department each time.We did not use a trigger campaign because we wanted to use a badge campaign that would not overload the system, and we did not need to immediately take into account departmental changes. I thought about using the lead qual
Hello,Setup: Adobe Analytics using xdm, schema set through code in edit code area JS (btw there are a bunch of warnings in the code ie 'expected identifier and instead saw '=') of AEP WebSDK extension. We are having an issue where a numeric event is not sending values on purchase (number of coupons used in the transaction), talking with experts here seems it should just work. The numeric event is not fired as data layer event but a parameter of purchase and then later turned into an event somehow to be shown in Workspace etc. I should mention that this company is unusually stringent (the most in my career) on access to admin or even testing the purchase path, so I haven't QAd myself, so I can't confirm if the tools are failing or bad setup or CMS related, etc and all I do is try my best with the limited tools and visibility I have. I've read about data object and how it is better so I'm thinking to use it, however would be great to know how to go about using both xdm and
I want to use org.apache.commons.beanutils.BeanUtils class so I added a below dependency in core module, Parent POM- <dependency> <groupId>commons-beanutils</groupId> <artifactId>commons-beanutils</artifactId> <version>1.9.4</version> <scope>compile</scope> </dependency> Core POM- <dependency> <groupId>commons-beanutils</groupId> <artifactId>commons-beanutils</artifactId> </dependency> I am trying to access BeanUtils class within the same bundle but I could not build the code, it is giving below build error [ERROR] com.adobe.aem.xyz:1.1.0-SNAPSHOT: Bundle xyz.core:1.1.0-SNAPSHOT is importing package(s) org.apache.commons.beanutils in start level 20 but no bundle is exporting these for that start level. [ERROR] Analyser detected errors on feature 'com.adobe.aem.xyz:xyz.analyse:slingosgifeature:aggregated-publish.dev:1.1.0
Hello!I have implemented a plugin for translations, everything works but to configure it you have to go through the Legacy Cloud Service page, while a plugin like the Microsoft one can be configured from the next page (Translation Cloud Service). I followed the project that I find on GitHub, so much so that it can't be configured from that page either. Do you know how to do it or where I can get inspiration to create a custom form? I attach some screens and editform.html below this is what I would like but I can configure it only in the "legacy mode" Legacy mode works (not really good) with a XML file:<?xml version="1.0" encoding="UTF-8"?> <jcr:root xmlns:cq="http://www.day.com/jcr/cq/1.0" xmlns:jcr="http://www.jcp.org/jcr/1.0" xmlns:nt="http://www.jcp.org/jcr/nt/1.0" jcr:primaryType="cq:Dialog" xtype="dialog"> <items jcr:primaryType="cq:WidgetCollection"> <general jcr:primaryType="nt:unstructured" title="TOS
The profile collapse issue happening when more than 150 identities, how to avoid these kind of profile collapse issues, what is the best practices?
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.