Explore product-specific spaces to ask questions, share insights, and learn best practices.
Recente
Interesting Moments in Marketo are a good way to improve sales and marketing alignment in your company. Interesting Moments are one of the juiciest features in Marketo, however, I see very fewer marketers using them effectively. Interesting moments allow us to capture key moments in a lead's journey. These can then be synced with your CRM to allow the sales team to gain valuable information to close a deal. However, sales teams often don't find these useful. The reason is that the data just isn't helpful to them. Here are some tips to make sure your interesting moments are as useful as possible: Interesting moments are for Sales people, so align with them to discuss what is valuable and what not? Plan your interesting moment types, set naming structure and follow the same. You need not to share all information with your sales team. Use interesting moments only to the actions that truly matter. Web visits matter, too. If a lead is visiting pages that indicate they are co
Are you an Adobe Analytics Certification holder? Do you hold other certifications outside of Adobe? Here is your chance to give the Adobe Credential Team feedback! Let us hear your thoughts on certifications for a chance to win a $50 USD gift card. Adobe Certification has created a survey on your thoughts about professional certifications, available now until August 14, 11:59pm ET. The survey aims to capture the reasoning of individuals who pursue certifications or avoid certification altogether. Eligible participants get a chance to win one of four $50 USD gift cards. Click here to take the 5-minute survey, and please share with anyone you deem relevant as a respondent. The results will help us enrich and personalize the accreditation experience for our customers.
Hi everyone, You can now seamlessly integrate Adobe Campaign v8 and Adobe Experience Platform with the help of the new destination and source connectors. Read this detailed documentation for more information: Work with Campaign and Adobe Experience Platform With these new destination and source connectors that are now available, users can: Use Adobe Campaign Managed Cloud Services destination connector to send Experience Platform segments over to Adobe Campaign for activation, Use Adobe Campaign Managed Cloud Service source connector to send Adobe Campaign delivery and tracking logs over to Adobe Experience Platform. Feel free to reach out through the below comment section if you have any queries or feedback.
Hi All, While testing in QA author instance, the emulator on the page is not working. Whichever mode of emulator is chosen it is rendering the default page itself. If anyone have idea on this issue, solving on this will be a great help.Thank you.
Recording for this session would be made available in this thread Session PPT: Deliver headless content through GraphQL API and Content Fragments: https://adobe.ly/3EyaJfV Implementation of AEM as Headless use cases: https://adobe.ly/3yCnD8Z Session Details At this unique AEM GEMs event, two of our customers will provide a technical deep dive session on the use of AEM as Headless: Part 1: AEM as a headless CMS Where/When/Why? By Vengadesh Shanmugavelu -Technical Architect, Qatar Airways There are many ways by which we can implement headless CMS via AEM. In this session, we would cover the following: Content services via exporter/servlets Content fragment via asset API (demo) Content fragment via graphql (demo) Some real-time use cases around using content fragments and their approaches SPA Editor learnings (Some solution approach on when to choose) (demo) Part 2: Deliver headless content through GraphQL API and Content Fragments. By Debal Das -Seni
Do you use a web chat platform? If you do, you should know the ins and outs of how Marketo Measure (fka Bizible) tracks them. It really comes down to if you are using a chat platform that Marketo Measure has an integration with or not, so let’s dig in from there! If you are using a chat platform that Marketo Measure has an integration with — Drift, LiveChat, LivePerson, Olark, SnapEngage — the JavaScript will track the chat just like it would a form fill. This means that Marketo Measure will automatically track any chats where the prospect or person inputs their email address into the chat window. The JavaScript will see this and create a Touchpoint. To determine the Channel & Subchannel that it will be bucketed under, Marketo Measure will use the Online Rule Sheet that you set up on the Online Channels section of the app. Marketo Measure uses this since that is the channel mapping methodology for any Touchpoints created by the Marketo Measure JavaScript. This can be
I upgraded ACS Commons version from 5.0.6 to 5.3.4 in my project and now can see most of the test classes failing with below error org.junit.jupiter.api.extension.ParameterResolutionException: Failed to resolve parameter [io.wcm.testing.mock.aem.junit5.AemContext arg0] in method [void com.test.test.core.filters.LoggingFilterTest.doFilter(io.wcm.testing.mock.aem.junit5.AemContext) throws java.io.IOException,javax.servlet.ServletException]: Could not create io.wcm.testing.mock.aem.junit5.ResourceResolverMockAemContext instance. at org.junit.jupiter.engine.execution.ExecutableInvoker.resolveParameter(ExecutableInvoker.java:232)at org.junit.jupiter.engine.execution.ExecutableInvoker.resolveParameters(ExecutableInvoker.java:176)at org.junit.jupiter.engine.execution.ExecutableInvoker.resolveParameters(ExecutableInvoker.java:137)at org.junit.jupiter.engine.execution.ExecutableInvoker.invoke(ExecutableInvoker.java:118)at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambd
The Support page used to have the phone number for Workfront support. I noticed about a month ago that it's no longer there. Some issues are easier to explain with screenshots on the contact form. Others are easier to explain over the phone. Now, whenever I have to call Workfront support, I have to find an old email to get the phone number because it isn't displayed on the Support page anymore. Can it please be added back?
Hello AEM Community! Just wanted to remind you all that Adobe is hosting a webinar entitled Building A Content Supply Chain That Scales tomorrow at 10 AM PST (1 PM EST).Marc Angelinovich, Principal Product Marketing Manager for AEM will be discussing how leading content teams are organizing new organizing principles, using content workflows, and leveraging emerging technologies to meet the demands of a digital-first customer engagement strategy.Register for free here: https://lnkd.in/gcvpQyXv Cheers!
Assumptions:You know how to create a fragment.You know how to create content blocks.Synopsis:You want to use a fragment, in a template or a delivery. The fragment can change it's content dynamically based on some logic. As an example we want to create a footer, that can change content based on a customers preferred language.Steps:1. Create the fragments you need in Resources-> Content templates & fragments for example you want to create a fragment in German and in English we can call it: "footerDE" and "footerEN" and save them2. Create a Content Block in Resources -> Content Blocks Put in this code<% if(context.profile.preferredLanguage=='de_de') {%> <%@include contentModelFragment='footerDE' %><%} else {%> <%@include contentModelFragment='footerEN' %><%}%>Save it with a telling name3. Create a Delivery and use the content block you created above. You will have code in the source that looks like this: <span clas
I am looking to add an interceptor to allow/disallow the creation of any cookies on the AEM website. Problem statement: I have the website running on AEM and one third-party script is loaded and creates some cookies. Now, I don't want some cookies to be created under some business cases. Also, third-party scripts won't be able to accommodate it as the conditions are on the AEM website. If there are any recommendations, please share! Thanks a lot for looking into my query!
Experience League Showcase voting starts now. Find out how community members have used Experience Cloud products to create innovative customer experiences and then be sure to vote-on your favorites.
Hi: I have a very strange issue with the "Manage Publication" feature in AEM 6.5.8. Workflows appear to be set up, though I don't see any actual workflows assigned. When I click on a page to publish and select "Manage Publication," the browser immediately generates three JavaScript errors (screenshot below).I can click "Next," select the page, then proceed to "Workflows." When I click "Publish," the publish button greys out, but the page just sits there and does nothing. No further JavaScript errors occur.This prevents me from publishing the page using any Chromium-based browser. However, if I try it in Firefox, I still get the three JS errors, but when I click "Publish," it behaves as expected, publishing the page.I'm not sure why these JS errors are firing in our production environment. They don't occur in our dev and staging environments. I also don't see a "workflows" step on dev and stage.Any ideas?  
Hello all, I wrote a new tutorial which explains how to add replication agents to your codebase so they can be deployed like eveything else: as code! Have a look here: https://dev.to/theopendle/aem-deploying-replication-agents-as-code-3n92
Experience League Showcase voting starts now. Find out how community members have used Experience Cloud products to create innovative customer experiences and then be sure to vote-on your favorites.
Hi,I am not able to save my dialog for the components which is using panel container as resource super type. Am I missing any client library. If I am adding components to it then UI is also broken.Attaching the screenshot below. Please provide your thoughts.Thanks
Hi Everyone, In our effort to reward the monthly top two users with a gift card for their participation on the Adobe Campaign Standard and the Adobe Campaign Classic v7 and Campaign v8 Community forums, we present to you the two top users in the Community for the month of September 2022 - @_Shubham_Goyal_ and @AkshayAnand. Congratulations and a big thanks to both of you for being dedicated and helpful community members of the Adobe Campaign Communities. Become a top user and win every month simply by answering questions and being helpful to other members on this community. Perhaps, YOU could be a winner next month!
Hi all, I'm checking to see if you all know when 22.4 is scheduled to move to production. At least for me, it used to be more clear in Workfront One. Right now the Release Overview page in AEL says: These enhancements are currently available in the Preview environment and will be made available in the Production environment with the 22.4 release the week of October 3, 2022. As the 22.4 release nears its planned Production release, this page will be updated with all functionality included with 22.4. For specific release dates and times for each cluster, see the Adobe Workfront status page on status.adobe.com. You must log in to see specific release times. When I log in to the Adobe Workfront status page, I can't find any specific release dates and times. Am I missing something? Thanks
Hello there.I'm totally new to this world, same for Maven/Java so please be kind with me. I'm trying to import Opencsv to my project since I've to read some csv files and I saw it's easy to implement. I tell you what I'm currently doing to import it:- Went to Maven online repository > Opencsv - Added this snippet in my core pom.xml - Wrote some code to read my csvTried to build but I got this error: [ERROR] The analyser found the following errors for author and publish :[ERROR] [api-regions-exportsimports] it.censored:aem-censored-project.core:1.0.0-SNAPSHOT: Bundle aem-censored-project.core:1.0.0-SNAPSHOT is importing package(s) [com.opencsv.exceptions, com.opencsv, com.opencsv.bean] in start level 20 but no bundle is exporting these for that start level. (it.censored:aem-censored-project.all:1.0.0-SNAPSHOT). At first I thought maybe this dep was not compatible with my project and I tried to add a similar dep but same result. Can you help me? What am I doing wrong? I can screensha
Hello all, I wrote a new tutorial which explains how to add replication agents to your codebase so they can be deployed like eveything else: as code! Have a look here: https://dev.to/theopendle/aem-deploying-replication-agents-as-code-3n92
Changes to Marketo Engage Secured Domains Platform We are announcing changes to how landing page and tracking link domains will be secured in the future using Marketo Engage managed SSL certificates. On October 18, 2022 our partner Cloudflare will change their certificate vendor from DigiCert to Google Trust Services and Let’s Encrypt. This change will only impact Marketo Engage managed certificates issued or automatically renewed on or after October 18th. Will this change impact my Marketo Engage hosted domains? If your landing page and/or tracking links SSL certificates are managed by Marketo Engage, and your business has a published CAA record, this change may impact you. If you have provided Marketo Engage with your own certificates to secure your landing page and/or tracking link domains, this change will not impact you. Please check with your IT team to confirm whether this change will impact your business. How will this change impact my Marketo Engage hosted
Adobe Marketo Engage Champion and Community Advisor @Darshil_Shah1 has a recurring post on LinkedIn which highlights unique Adobe Marketo Engage tips that may help you with your programs. Check out a recent tip below on Form null values! 💡 Adobe Marketo Engage tip of the day 💡Do you know that Marketo considers "" (empty string), and NULL as different inputs from the input sources (forms/list import)?Marketo won't make any updates to the field's value when an empty string ("") is passed in the form's post. Essentially, there won't be any Change Data Value activity logged for it too.Conversely, Marketo treats "NULL", "Null", and "null" values as a cue to wash off any existing value present in the respective field on a person's record. Undoubtedly, Marketo would log a Change Data Value activity as well, unlike in the previous case.In-order to avoid any surprises later, knowledge of this distinct behavior of Marketo is of utmost import
Hi, In sites.html under list view, when we try to sort some folders based on modified date, we are getting below error. Any one came across these kind of issue? /mnt/overlay/wcm/core/content/sites/jcr:content/views/list.0.40.html/content/hr/benefits/leaves HTTP/1.1] org.apache.sling.engine.impl.SlingRequestProcessorImpl service: Uncaught SlingException java.lang.NullPointerException: null at com.adobe.cq.ui.wcm.commons.internal.servlets.ContentResourcesDataSourceServlet.getLastModified(ContentResourcesDataSourceServlet.java:195) [com.adobe.cq.com.adobe.cq.ui.commons:1.3.28] at com.adobe.cq.ui.wcm.commons.internal.servlets.ContentResourcesDataSourceServlet.access$200(ContentResourcesDataSourceServlet.java:83) [com.adobe.cq.com.adobe.cq.ui.commons:1.3.28] at com.adobe.cq.ui.wcm.commons.internal.servlets.ContentResourcesDataSourceServlet$2.compare(ContentResourcesDataSourceServlet.java:357) [com.adobe.cq.com.adobe.cq.ui.commons:1.3.28]
Hi All, I am integrating AEM with rest service which is providing image/asset urls . using this url ,I have to get image and this image should upload to AEM DAM System. I am planning to download image in aem root/folder path using http client api. Then using AEM Assets http Api will upload to dam folder. Is this approach fine ? Could you please share best approach to implement this kind of scenario. Appreciate your comments.
Hi, I have a rich text component that extends to core/wcm/components/text/v2/text Basically, I want to add the pbr icon to my RTE but not to sure how to do it or is it possible to add special characters that is a webfont in .woff2, woff, .ttf, and .svg format? Any help is greatly appreciated. You can link me the documentation if any. Thanks in advance!
Já tem conta? Login
Ainda não tem uma conta? Crie uma conta
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.