Explore product-specific spaces to ask questions, share insights, and learn best practices.
Recently active
In today's digital marketing landscape, efficiency is key. Marketers often find themselves juggling multiple tasks simultaneously, from lead generation to program creation and execution. One common challenge is the seamless integration of leads obtained from various sources into marketing automation platforms like Marketo. Manual data entry can be time-consuming and error-prone, leading to inefficiencies and missed opportunities. In this blog post, we'll explore an automated solution that streamlines the process of importing leads from a text file into Marketo, cloning a Program template, and adding the imported leads to it. By leveraging automation, marketers can save time, reduce errors, and focus on more strategic initiatives. Data Transfer Hub, by Adobe's Professional Services group, leverages automation to seamlessly import leads from a CSV file into Marketo and create a new marketing program using a predefined template. Here's how it works: Step 1: Receive th
A common question that we come across at Adobe Marketo Engage Professional Services Consulting are around the feasibility of using distribution lists for email sends. The use cases we often have seen are for companies that use Marketo for internal communications and want to use an email alias such as team-x@my-company.com. In order to create this alias, you would request your IT team to create the distribution list with all the internal seed list addresses and then send an email to everyone on the list to just one ID set by the team, e.g. marketingseedlist@<your.company.domain>.com. You would then need to create a single person record in the database using this distribution list email address. However, while this is possible to do in Marketo, there are some careful considerations to take into account: The first is that Marketo sees the list as only one recipient – meaning that individual metrics (clicks, open rates, etc.) are not tracked individually
Welcome to the 12th edition of the Adobe Marketo Engage Community Lens! Read about important product announcements concerning One-Click List-Unsubscribe and third-party cookie deprecation in Marketo Measure. Don't miss out on educational articles diving into using distribution lists, templatizing your emails, list hygiene best practices, and more.Also, Adobe Summit is just around the corner! If you haven't already, be sure to register or check out all the sessions and labs highlighted in the newsletter. Highlights You Can’t Miss Summit 2024: Exceptional experiences are powered by the latest trends and insights — and at Adobe Summit, you’ll discover them all. Explore innovations in Adobe Marketo Engage and Adobe Marketo Measure with labs and sessions that prepare you for the future of marketing automation and generative AI. 2024 Roadmap and Innovations for Marketo Engage Optimizing RevOPs Using the Power of ChatGPT in Marketo Engage To Attribution and Beyo
JOSE Encryption and AEM Keystore Integration by Pulkit VashisthaOverviewThis blog talks about integration of JOSE with an application hosted on AEM utilizing AEM keystore for safekeeping of key pairs i.e. Public and Private Keys.Link to blog: https://www.tothenew.com/blog/jose-encryption-and-aem-keystore-integration/ Q&APlease use this thread to ask questions relating to this article
Session Details Adobe Real-Time Customer Data Platform (CDP) has changed how marketing and IT partner to reach customers across channels and deliver personalized customer experiences at scale. Get examples of how brands leverage Real-Time CDP to power meaningful customer experiences. Join this session to understand: The importance of building a first-party data strategy and how global brands are doing this across the globe Key CDP use cases and the top criteria and capabilities that set your organization up to successfully deliver the most powerful customer experiences Session Schedule Wednesday, Mar 27,3:30 PM - 4:00 PM PDT (Thursday, Mar 284:00 AM - 4:30 AM IST) Speaker(s) Axel Schaefer, Adobe Session Registration URL Check Here Recording https://adobe.ly/3PVSndA Q&A Use this thread to ask the question related to this Session/Lab
Across industries, on-site search is integral to the customer journey. Come join us at Summit as we talk about some advanced metrics to take your search analysis to the next level. See us in Session S953 The Skill Exchange: Adobe Analytics Experience Makers Spotlight. Whether you’re able to attend Summit in person or are watching the recording later, be sure to come back here on Thursday, March 28th for the full details of our presentation, including all of our formulas and codes. For now, a preview… Many of your customers rely on your website’s on-site search to help them find what they’re looking for. How do you determine the success of your search results? @catherine_kum-seun will show you two metrics that you can use in your search analysis. Then @mandygeorge will show you a new way to classify your search terms to help you analyze meaningful groups. And of course, we will tie it all together by combining these tips into an analysis that will be sure to impres
We are excited to announce the launch of a dedicated sub-community for Adobe Campaign Web UI! This new sub-community is designed to cater specifically to the interests and needs of users and developers focused on enhancing their experience and expertise with the Campaign Web UI. Whether you're troubleshooting, seeking advice on best practices, or sharing your latest success story, the Campaign Web UI sub-community is your go-to destination. Features of the Campaign Web UI Sub-Community: Focused Discussions: Dive deep into topics strictly related to the Campaign Web UI, ensuring you get the most relevant information. Expert Insights: Gain access to specialized advice from Adobe Campaign experts. Enhanced Collaboration: Collaborate on projects, share code snippets, and solve challenges together with community members who are as passionate about Campaign Web UI as you are. How to Get Involved: Visit the Adobe Campaign Community: Navigate to the main page of t
Hello team, hope you are fine.I would like to know if you can assist me on understanding what could be the issue I introduced.Here is the timeline of factsI added 5 fields in the UI on the metadata screen of the fields.One of the fields I added was a multivalue fieldsI fixed (I think) as it was wrongly configured (I am sharing the code before I fixed the multivalue field in order to see if that is related to my code)I merged the changes in dev and that caused the attached outcome (fields in the metadata schema validator in only one column and when editing metadata for a random asset, it becomes grey Here are two fields I added as example:<_x0031_678945703793 jcr:primaryType="nt:unstructured" sling:resourceType="dam/gui/components/admin/schemafield" fieldLabel="Alt text (from GDrive)" name="./jcr:content/metadata/indd:altText" resourceType="granite/ui/components/coral/foundation/form/multifield"> <granite:data jcr:pri
Hi, AEM Forms on JEE stack license is enough to create , activate and host aem forms or it needs the help of aem sites and assets to function (like assets help and basic aem sites features) ?If AEM forms on JEE stack needs aem sites and assets, will the forms license come with basic features of sites and assets to function?Thanks in Advance, Regards,S
WFLYSRV0003: Could not index class META-INF/versions/9/module-info.class at /content/adobe-livecycle-jboss.ear/lib/classgraph-4.8.146.jar: java.lang.IllegalStateException: Unknown tag! pos=5 poolCount = 2
How to override OOB logger configuration like error.log, access.log and upgrade.log Let say AEM creates OOB Log files like request.log, history.log and upgrade.log files etc. as part of AEM installation. We have different environements and so many inatnces. We want to maintain the same log level (reset to info in every deployment) in all environment for all the files In case of maually someone changed the log level to debug / ERROR level or log file location (to write cloudwatch in aws need to override default log file location). I'm trying to add the logger configuration to override for OOB log files but it isn't overriding instead creating a new entry in the logger configuration. Any leads.? Thanks.
It complains Compilation errors in /apps/acs-tools/components/aemfiddle/fiddle/fiddle.java: Line 15, column 396 : Only a type can be imported. org.osgi.service.component.annotations.Reference resolves to a package Found out one solution and gets the work done:getService(MyService.class); static <T> T getService(Class<T> serviceClass) {BundleContext bContext = FrameworkUtil.getBundle(serviceClass).getBundleContext();ServiceReference sr = bContext.getServiceReference(serviceClass.getName());return serviceClass.cast(bContext.getService(sr));} Any better way to do it?
Hi Campaigners, We had our very first Community Q&A Coffee Break around the new Adobe Campaign Web User Interface today to take your queries related to the Campaign Web UI: Community Q&A Coffee Break, March 7th with Adobe Campaign experts Eric Perrin, Gaël Mouëllo, Chakravarthy Kalva, Bruce Swann & Sandra Hausmann Feel free to reach out to our experts through this forum or on the coffee break thread for any more questions related to the new Campaign web UI.
Hello All,As we all know, when any workflow runs and after completion we should be able to see the something like below Now , this data will start accumulating and can lead to performance issues, now how can I purge this data and what is the configuration used OOTB?
Hi. Recently, in order to accomplish a requeriment we have, we need in one of our sites that users can upload a PDF (in publish environment, of course). We are migrating from Managed services to Cloud and in our Managed Installation, when the user upload the file, we replicated it in the other publish. Now in the Cloud model this is not possible, so, talking with Support, they said we could use the File Storage available in App Builder, so the PDF would save in File Storage, from there we put it in Author and after we replicate to Publish environment. I have been reading the documentation about this and following the examples from this page.The problem is I have no idea how can apply this in a site on AEM. Has anybody done anything similar or have any clue that could help me. Thanks in advance
HI, on Adobe Aem 6.4 Author machine login via Saml2 is active. I would need to intercept user logins made via Saml2, what can I do? Thank you
Influence our product priorities and roadmaps! Join the Adobe Experience Cloud Feedback Panel to participate in roadmap previews, concept reviews, benchmark studies and alpha & beta testing. Sign up here: Welcome to the Adobe Experience Cloud Feedback Panel The all-new Adobe Experience Cloud Feedback Panel is your opportunity to talk about the topics you care most about and help us set the vision for Adobe Experience Cloud applications. Your insights are discussed with the product managers and engineers who are building Adobe Experience Cloud, and you'll receive updates on how your feedback is being integrated.
Hello Guys, A basic question, I created a Table in my page, and I want to HIDE a ROW by default in JAVASCRIPT cause I will add afterwards conditions. The problem is: my row is never HIDDEN but only INVISIBLE. Consequently, the others rows below never take place of the HIDDEN row. I don't see anything wrong in my code. Could you please have a look on it: The row is always here, invisible but NOT hidden: Best regards,RR.
Hello Everyone,I recently completed the conversion of our AEM remote Single Page Application (SPA) from JavaScript to TypeScript. However, following the transition, we encountered a couple of issues relating to the responsive grid functionality and component visibility within AEM.Specifically, when utilizing the <ResponsiveGrid> component in Home.tsx, we encountered an error regarding the pagePath: "Type '{ pagePath: string; itemPath: string; }' is not assignable to type 'IntrinsicAttributes & { title?: string | undefined}'". How can we go about resolving this type assignment issue?Additionally, although the option to "Drag the Component" remains visible, components added from the AEM side were not appearing on the page. We also received the error message "Component not mapped for resourcetype: ios/components/title", despite having included the necessary import statements for the component.Interestingly, directly adding the same component (Title) to the home page, as shown in
When I am creating aem user as leads with workflow, I get an "cannot be cast to class"please see the error log in below, 21.02.2024 16:31:25.634 *ERROR* [JobHandler: /var/workflow/instances/server0/2024-02-21/salesforce-com-export_10:/home/users/we-retail/e4BozbZJR5ZClEhtA2QQ/profile] com.adobe.granite.workflow.core.job.JobHandler Error executing workflow stepcom.adobe.granite.workflow.WorkflowException: Process execution resulted in an error at com.adobe.granite.workflow.core.job.HandlerBase.executeProcess(HandlerBase.java:204) [com.adobe.granite.workflow.core:2.0.240.CQ660-B0017] at com.adobe.granite.workflow.core.job.JobHandler.process(JobHandler.java:271) [com.adobe.granite.workflow.core:2.0.240.CQ660-B0017] at org.apache.sling.event.impl.jobs.JobConsumerManager$JobConsumerWrapper.process(JobConsumerManager.java:502) [org.apache.sling.event:4.2.24] at org.apache.sling.event.impl.jobs.queues.JobQueueImpl.startJob(JobQueueImpl.
Hi,I am already having a scheduler and jobs to run to move the archived assets to the archive folder. On top of that I have a requirement were i need to add the watermark for the images and want to restrict the download permission for the assets which are expired in AEM cloud.If anyone knows the best way to achieve this , please let me know here. Thanks in advance. Regards,Bhavani Bharanidharan
Hello, on Cloud Manager I've seen that all environments are still on 2023.12 version, but on the release notes documentation was already announced the 2024.01 version from January 25, 2024.In Software Distribution the last sdk version is v2023.12. 2024.01 Release Notes https://experienceleague.adobe.com/docs/experience-manager-cloud-service/content/release-notes/release-notes/release-notes-current.html?lang=en Why there's a delay about the environment updates? Thanks,Francesco
Hello, we have a case where some users want to share one folder with a group, within the Brand Portal.They want to share this folder but not one of the subfolders. Folder "Container" (Shared with group "A")Subfolder "First folder" (Inherits sharing with group "A")Subfolder "To hide" (They want to hide this folder for that group)Is there any way to achieve this situation? Thank you
A recent project required mass bulk data updates between Dynamics and Marketo. The large amount of updates were expected to cause backlogs and disrupt the production environment integration. In exploring ways to mitigate the effects, we consulted with Adobe Marketo Support. We also referenced this excellent post on Marketo / Salesforce Sync Limits & Priority Info, but found that several processes work differently in the Dynamics sync. In this post I will share a few findings. Unlike the Salesforce-Marketo sync, the Dynamics sync works on a first in, first out (FIFO) basis. Updates in the Dynamics sync do not batch by entity – they will be made in the order in which they occurred, based on the system mod timestamp. For example, if 50K Lead records are updated, and then 50K Contact records are updated, there is no throttling by object as described for an SFDC integration. The 50K Lead records will sync first. When a new Dynamics custom entity is added to the sync, all
Hi Campaign Community, Please join me in congratulating our Adobe Campaign Community member, Vishal Tiwari, aka @vt0509, for being recognized as the Adobe Campaign Community's New Contributor of the Month - February 2024. Thank you Vishal for enriching the Community with your contributions! You can also become the contributor of the month by simply answering questions and being helpful to other members in this community or you can also nominate someone you think deserves this recognition by reaching out to me via Community DM.
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.