Explore product-specific spaces to ask questions, share insights, and learn best practices.
Recently active
A nice feature would be a way to download an Excel file of a search results list. I see that I can download the actual files or save them to a Smart Collection, but a list would also be helpful.
How can you tell whether a lead was net new at the time of form submission — that is, in the web browser, not in Marketo itself? Easy to tell in Marketo: if Person is Created has a non-empty Form Name constraint, they were created by the form. There’s no built-in feature on the browser side, though. (In case it didn’t immediately hit ya, knowing in the browser allows smarter web routing: net new folks can be taken to a different follow-up page, see personalized first-time content, etc.) Net New Detection (call it NND) is possible with advanced custom JS, which I’ll provide in an upcoming post. In preparation, you need to create a new field and maintain that field with a tiny bit of JS + ongoing Smart Campaign + one-time backfill. You may not know exactly why this field is necessary, but you will soon. Might as well get prepped! Creating the field The field is&nb
we are in process of migration of project from AMS to cloud in AEM.while security review , we are getting access-control-allow-origin: * , while accessing the content/dam images, which is a high security issue.we are not setting this in our dispatcher, but we are still getting this.Do we have any solution for this.Guessing is it coming from the internal Fastly's CDN?
Session Details Does your organization want to deliver Adobe Experience Manager (AEM) hosted assets from your non-Adobe CMSes? Do you want to know how to write stable, testable, and maintainable AEM Assets Integrations in minutes instead of hours/days?In this session, we will introduce next-generation integration capability from Experience Manager Assets, a brand-new innovation for Asset Delivery which, purpose-built to increase development velocity (faster TTV) enables super-low maintenance overhead (lower TCO). The innovation allows for the consumption and delivery of brand-approved assets hosted on AEM Assets Cloud Service, empowering organizations to govern asset availability (for content-authoring and delivery) and get insights about their consumption. Session Recording Session Schedule 23rd May, 2023 | 10:30-11:15 PST OR 18:30-19:15 UTC OR 19:30-20:15 CET Speaker(s) Harsh Chiki, Sr. Computer Scientist, Adobe & Somya Jain, Computer Scientist, Adobe Moderator(s) Adobe Serv
Hi Dev's / Arch's, I was following this below url for adding composite multifield RTE on my CFG, when i add RTE its not working as expected. Kindly please let me know is there any option to add composite multifield RTE on my CFG. Appreciate youre help here.https://experience-aem.blogspot.com/2022/06/aem-65120-content-fragment-editor-composite-multifield-with-visibility-rules-mixins-rte-string-number.html
When someone submits a Marketo form, there’s no built-in way to determine if they’re net new right then, in the browser. This means you lose your chance at directing some leads to a “welcome, new person” site journey and others to a “welcome back” path. While it’s always been possible to add Net New Detection (NND), the technical recipe hasn’t been written down previously, left in a haze of “I’ll explain it someday” by yours truly. It has overlaps with my SimpleDTO library used by a lot of folks for cross-domain pre-fill, but doesn’t depend on the SimpleDTO JS and is much simpler overall. Note that while SimpleDTO works across domains (i.e. with embedded forms), net new detection requires a Marketo LP. In the future, it could be expanded to work cross-domain, but you’ve waited long enough as it is! Today’s recipe The recipe has 3 not-so-simple ingredients: 1. Adding an Original Form Submission UUID field to the forms you w
THANK YOU to these three amazing panelists for sharing their experience and advice for Workfront career development in partnership with Adobe Workfront Customer Success team (@cynthiaboon, @lesliespier, and myself)Kellie Gardner @kelliegardner , Senior Workfront Administrator | Western Alliance BankKiersten Kollins @kierstenkollins , Senior Marketing Ops Technologist | DSW Designer Shoe WarehouseHeather Kulbacki @heather_kulbacki , Workfront Administrator | Avalere HealthFor those who were not able to attend last week's session, you can watch the on-demand panel here and download a copy of the slide deck from the attached PDF. Some highlights from the session are detailed below:Being proactive, taking initiative, and showing curiosity are important for career development.Ongoing training and certifications are critical for career growth. Recommendations included bootcamps, community forums, and networking. Being an influencer and an eff
We’ve all seen (and hopefully obeyed) this warning in Admin » Tags » Channels: But do you know why you can’t change the box that says “Opened” to “Clicked” — and vice versa — to swap their steps in the progression? Because those textboxes modify the dynamic, friendly Program Status Name that’s currently associated with a fixed Program Status ID. The Status ID is like a database primary key.🞷 Some are pre-created by the system (for builtin channels/statuses). Others are created when you add the new status in Admin. Each ID is tied to a single channel, that is, the status named “Engaged” in the Email channel and the status named “Engaged” in the Webinar channel always have different IDs.🞷🞷 Here are some example Status IDs: Note how the IDs don’t start with 0 or 1 aren’t contiguous aren’t in the same order as the steps They should be considered effectively random. The (current) mappin
Hi All, I have created recently a project using maven archetype 26. I am using bnd-maven-plugin not maven-bundle-plugin in the project.I am getting org.apache.sling.testing.mock.osgi.NoScrMetadataException: No OSGi SCR metadata found for class error while running unit test.The META-INF and OSGI-INF folders with meta data is generated. Does anyone has faced this issue?@Jörg_Hoh@kautuk_sahni
HelloI'm working on a service that contains GET, PUT, POST, and DELETE methods. But faced issues with doPut method. I configuredAdded needed methodsRemoved from filterRemove from the filter and allow emptySending request from ReactJS appIn browser, I see 2 requestsAnd this request doesn't work. But via POSTMAN PUT request works as expected. Where did I go wrong? Thanks.
Dynamic chat analytics can be used to track and analyse a variety of metrics, including global performance and meeting performance. Global performance metrics provide insights into how your chat is performing overall while meeting performance metrics provide insights into how your chat is being used to book meetings. Global performance metrics Chat volume: How many chat conversations are you having each day, week, and month? Average chat duration: How long do chat conversations typically last? Chat completion rate: How often do chat conversations end with the customer's query being resolved? Customer satisfaction: How satisfied are customers with your chat experience? Meeting performance metrics Number of meetings booked: How many meetings are being booked through your chat? Meeting booking rate: What percentage of chat conversations result in a meeting being booked? Average time to book a meeting: How long does it typically t
[AEM Sling Model and Exporter] by @imran__khan OverviewSling Model As part of this blog, we will deep dive into AEM Sling Model. How to create Sling Model, its usage and integrate same with components. Sling Model ExporterSling model exporter allows us to export resource as model in the form of Java objects in the form JSON. It will export all properties defined in Sling model class in the form of java object in the form of JSON as an example given below.Q&APlease use this thread to ask questions relating to this article
AEM Component Creation by @imran__khan OverviewAEM Component Creation In this blog, we will embark on the journey of creating a custom Adobe Experience Manager (AEM) component. This endeavor will not only facilitate our understanding of the necessary files required for crafting an AEM component but also provide us with practical insights into its implementation. Specifically, our focus will be on developing a custom profile component tailored to exhibit various personal details such as full name, age, gender, and address. Through this process, we aim to delve deeper into the intricacies of AEM component creation, gaining hands-on experience that will enhance our proficiency in utilizing this powerful platform.AEM components serve as fundamental building blocks in constructing web pages, enabling the seamless integration of diverse functionalities and content elements. These components, ranging from headers and footers to heroes, side navigations, tables
Marketo Engage offers seamless integration with CRM and automates lead management. One powerful feature is its ability to sync leads to Salesforce Campaigns. In this blog post, we will explore how Marketo Engage accomplishes this sync, discuss expected behavior, and highlight key best practices. There are two methods for syncing people between Marketo Programs and Salesforce Campaigns: A) Smart Campaign Flow Steps and B) 1:1 Marketo Program and Salesforce Campaign Sync. Option A – Smart Campaign Flow Steps There are three smart campaign flow step options for syncing Marketo Programs with Salesforce Campaigns. Add to SFDC Campaign: Adds a record to a Salesforce Campaign for the first time. Change Status in SFDC Campaign: Updates the Member Status of the record in the Salesforce campaign. Remove from SFDC Campaign: Removes records from Salesforce Campaigns. Benefits: Control who syncs to a Campaign from Marke
In early 2022, my company finished its acquisition and, as with many, streamlining and centralizing were key themes for all teams. One of the core focus areas was a relaunch of our Microsoft Dynamics CRM (D365) so that both sides of our company could work in a single tool (the other side of the house used Salesforce). As a result, my team had to relaunch our Marketo instance so that we could integrate with the new CRM (Marketo can only be connected to one CRM ever). This meant the start of a core MarTech project – a project that none of my team had any experience with or had taken part in before, a project that would take almost 18 months to complete, and a project that would provide us with many learning opportunities along the way. Here are my five recommendations for fellow MarTech and Marketo professionals, should you find yourself starting your own migration project. Work With a PartnerWhen our project started, my team had three people, one of whom had just started,
Hi everyone,I'm struggling a bit to get my publish instance working properly with AEM + CIF (1.10.0) + Venia + Magento. Everything works properly in author - I can view products, add to cart, and complete checkout. My commerce config path is set as /api/graphql.The problem is that in publish, I'm getting a 403 error when it attempts to hit the graphql endpoint:http://localhost:4503/api/graphqlI have set up the COMMERCE_ENDPOINT environment variable and this is working as expected in author.I checked the CSRF configuration and by default it only has the /graphql endpoint listed as ignoring CSRF, so I'm assuming that the publish endpoint cannot just be /api/graphql. I tried adding /api/graphql to the CSRF config just for fun, but that didn't fix it. So my question is, in order for publish to work, do I have to set up a proxy and update my config in author (and then publish it) using that URL instead? I actually tried changing the URL to hit Magento directly,
Greetings Target Community! If you are planning to join us at Summit 2024 this year in Las Vegas, be sure to register to join this special opportunity to join Drew Burns from the Adobe Target product team and featured speaker Tim Furlow, Senior Manager of Personalization & Optimization at Lenovo, for a spirited presentation and discussion over a delicious breakfast on all things AI-powered personalization and experimentation with Adobe Target. Wednesday, 3.27.2024 from 8:00am - 9:30am PST @ Buddy Vs Ristorante - Las Vegas Register Now as space is limited. We look forward to welcoming you to this informative and engaging breakfast event!
Do you need help with the Campaign Classic V7 or Campaign V8 tutorials and courses? Would like to share your feedback or experience with the community?You've come to the right place! This is the forum to ask questions, give the Adobe team feedback, or converse with you peers.
By tracking and comparing planned versus actual data in Adobe Workfront, you can identify process gaps, training opportunities, bottlenecks, resource needs and ultimately, better understand why the delivery veered away from the original plan. From there, you can implement improvements to keep things on track for future project execution. The most used comparisons are planned vs actual dates, cost and hours. There are multiple ways to capture this information in Workfront – custom forms, column rules, text mode reporting, calculated data expressions – but to keep it simple, let’s stick with conditional formatting, or column rules. Step-by-step instructions Follow the step-by-step instructions in the blog, Compare Dates (and more!) Using Conditional Formatting, to learn how to apply conditional formatting to cells or rows where actual data is greater than planned. Then, apply this new learning to each of the scenarios below in your own instance. We've included additional
Make no mistake – email is still a primary channel marketers rely on to engage with their customers. Research shows that 41% say it’s very critical—up nearly 30% since 2020. And consumers are just as reliant on email, where they prefer brands to communicate with them via email over other channels. Therefore, it is as important as ever to marketers for emails to make it to the inbox and drive engagement. But this can be a challenge, as 1 in 6 legitimate, permission-based marketing emails aren’t delivered (Validity, State of Email, 2023). To succeed with email marketing, email marketers must address challenges related to planning, infrastructure, and data. To support overcoming these, and other challenges, we are excited to announce the availability of deliverability offerings, Essentials, Enhanced, and Plus. These offerings are designed to give you the ultimate flexibility in choosing which package is the best for you and replace all legacy deliverability packages for Campaign
Welcome back to Expert Insights! I’m Cynthia Boon, your “On-Demand” Workfront CSM, and in this episode, we are joined by Ewan Hruska (@ewanh)! He is truly a magical, “Knight of Fusion” and shares the benefits of Fusion along his expert advice for getting the most from the tool. Check out the video below! Before we get to the Resources & Links, we have a request! As Ewan mentioned in the video, he is working on a Fusion Best Practice guide, and he would love to hear from you! If you are using Fusion to support your processes, please share your advice, recommendations, and tips in the post, and he will try to include as many as possible! Advice: Fusion is visual representation of your processes. Documentation is your friend! Speaking of documentation, save the details of how you build your processes. Even better, video yourself walking through them! Measure the effort and ho
Thanks to everyone who was able to attend our Learn: Workfront for Legal & Compliance event! Your Scale team (@lesliespier, @nicholevargas , @cynthiaboon ) loves talking with other Workfronters like you! In this session, we discussed how collaborating with your Legal & Compliance teams can streamline your processes, expand your Workfront platform to a larger audience in your organization, and grow your adoption. If you missed the session, you can watch the on-demand recording here. We’ve also linked the presentation deck here. For customers in highly regulated fields, Legal and Compliance teams are required to review any external communications but can also be responsible for directing any state and federal audits, along with research for potential lawsuits. Workfront provides a fantastic use case for these types of collaborative work! Additional events are being added to the Events page each week, so keep check
Welcome to the 8th edition of the Adobe Analytics Community Lens! The Adobe Analytics Community Lens is your community bulletin board highlighting the latest updates from the Adobe Analytics Community in one place. In this edition, we are sharing updates from December 2023 through February 2024, including, the most viewed Adobe Analytics content on Experience League, as well as the latest product releases, upcoming and past learning opportunities, and a lot more! Adobe Analytics Community Lens 📅EVENTS AND OPPORTUNITIES📅 Adobe Analytics Coffee Break: Wednesday, February 28th, 9am-10am PDT We'll be joined by Adobe Analytics Champions Mandy George (@Mandy_George314), Christel Guidon (@christel_guidon), Meghan Powers (@Meghan_Powers), and Achia Walton (@kayawalton). In this AMA (Ask Me Anything) event, our Champions will be logged in to chat with you in this thread, ready to answer any of your questions related to Adobe Analytics, including tip
Our Adobe Experience Cloud communities serve as the dynamic core that fosters connections, fosters engagement, and empowers our users to craft transformative digital experiences for their customers. Today, I am delighted to unveil the 2024 cohort of Community Advisors. Comprising passionate and deeply engaged individuals, these leaders exemplify a commitment to excellence and generously impart their knowledge to all. Throughout their tenure, Advisors will actively participate in community endeavours, collaborate closely with Community managers, offer invaluable product insights, and, above all, share their expertise with the broader Experience League/Marketo Community. We eagerly anticipate welcoming the second wave of the 2024 class in June/July. Congratulations to the esteemed members of the class of 2024.
Our Adobe Experience Cloud communities serve as the dynamic core that fosters connections, fosters engagement, and empowers our users to craft transformative digital experiences for their customers. Today, I am delighted to unveil the 2024 cohort of Community Advisors. Comprising passionate and deeply engaged individuals, these leaders exemplify a commitment to excellence and generously impart their knowledge to all. Throughout their tenure, Advisors will actively participate in community endeavours, collaborate closely with Community managers, offer invaluable product insights, and, above all, share their expertise with the broader Experience League/Marketo Community. We eagerly anticipate welcoming the second wave of the 2024 class in June/July. Congratulations to the esteemed members of the class of 2024.
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.