Explore product-specific spaces to ask questions, share insights, and learn best practices.
Recently active
Hello, While logging in to adobe cloud we are getting the button "Sign in with Adobe" But the same does not appear on vanilla AEM instance . Can you please provide the code that is doing this change. How can i add this "Sign in with Adobe" to my local Regards,Srinivas
Hi All,I'm Anil kumarI have created a content fragment with data fields name, image and biodata. and a component with cFPicker.I have authored the component with cfPath.Below is my sling model to extract the fragment data on pagebut its not working as expected, can any one help me !package com.gehealthcare.core.internal.models.content.v1;import com.gehealthcare.core.models.content.SampleGridModel;import com.gehealthcare.core.models.content.SampleGridItems;import lombok.Getter;import org.apache.commons.lang3.StringUtils;import org.apache.sling.api.resource.Resource;import org.apache.sling.api.resource.ResourceResolver;import org.apache.sling.models.annotations.DefaultInjectionStrategy;import org.apache.sling.models.annotations.Model;import org.apache.sling.models.annotations.injectorspecific.ChildResource;import org.apache.sling.models.annotations.injectorspecific.SlingObject;import org.apache.sling.models.annotations.injectorspecific.ValueMapValue;import javax.annotation.PostConstruct;
We have created a custom slingfilter for dam assetsWe are setting two custom header through this filter (for all dam assets as pdfs,jpg...)as below:1. X-Robots-Tag2. LinkIt seems like both headers are getting set through slingfilter (verifying via logs).But when we hit pdf url from direct publisher only one response header "X-Robots-tag" is coming.Even on local publish instance both response header are coming.We have also added these headers in below dispacther files:1. clientheaders2. farm filesStill,Only the "X-Robots-Tag" is coming.But "Link" header is not coming.
I heard that on the AEMaaCS they disabled Adobe Granite SAML 2.0 Authentication Handler , which creates a new user node on the AEM publishers. from there, the Adobe Granite SAML 2.0 Authentication Handler would tag that user with the the correct user-group, and finally, that authenticated SSO user now can view Closed User Groups (CUG) content.Is this true?Well, next question is We have a requirement here where customers would log into our AEM dispatcher website, and then allow them to read Closed User Group content.; view assets from the DAM. What is the best way for doing this?The users registered to view CUG content are completely random guests for example, @1334967,com @16396056.com, @company.com, @subscribed users.AEMaaCS disabled Adobe Granite SAML 2.0 Authentication Handler because they don't want to overload servers or what? What is the best way t achieve this?
Do you have any burning questions regarding Edge Delivery Services? Join us on Thursday, June 20, 2024 at 5:00 PM Central European Summer Time in Discord.Specific questions about your project? General questions? How to create plugins for Sidekick? How to experiment with Edge Delivery Services?Google Lighthouse Score?Crosswalk? Commerce Storefront?Ask our Rockstars... and join the Discord Session: https://discord.gg/H8ApZTVG?event=1245698453258899576 And if you are not part of our Discord Community, please join here: https://discord.gg/aem-live
Efficiency has become a necessity in today’s world of increasing automation and heightened expectations for marketers. Leveraging Marketo Engage’s API capabilities can streamline a lot of the work that goes into maintaining your system and help you cut down on some of the manual tasks you perform regularly. With a basic understanding of coding, you can increase your efficiency and scalability exponentially. Check out this on-demand webinar with Marketo Champions @amit_jain and @corey.bayless14 as they talk about why you should be using Marketo Engage APIs and how to get started in your instance. You'll learn: An overview of API basics Key use cases for driving efficiency with Marketo Engage APIs Live demos of APIs use cases and coding examples Resources from the Webinar: Slides: Getting Started with Marketo Engage APIs [attached] Q&A Follow Up from Getting Started with Marketo Engage APIs Marketo Program Cloning Excel sheet Token Cloner Python
Hello, I want to edit hotspots, but how do you share them? I am not allowed to share. Is there a guide on how to share the hotspots for (image with hotspots)?Thank you!
New version 1.0 is throwing an error.For other version preview is working fine. Also issue is present for only 3 pages in same folder. Other pages version preview working fine. Please guide.
Training > Additional Resources > Reporting on work velocityIn the last year or two there has been a shift in the way we work. Not just in where we work but how we work. In many cases, the amount of work has increased to meet consumer and stakeholder demand. That means our organizations need to run a tighter ship to make sure those demands are being managed and met on time.Knowing how fast work gets done, known as work velocity, and how often we’re hitting our intended dates gives us an opportunity to improve our processes where needed. More importantly, we can give our stakeholders more accurate and predictable timelines, which makes for happy stakeholders and more business opportunities. What is velocity? So what is work velocity? You may have heard the terms project or sprint velocity but here we’re going to generalize it just a bit to include any work n
Hi All Recently, there was a sudden issue in our production where GTM was not receiving events from our website. We were unsure why this issue was happening as there were no major changes made that could have affected it. During our analysis, we realized that there was a conflict between GTM and the Adobe Datalayer, which had not occurred before. Additionally, we observed the following warning messages in the console. Root Cause :- There has been a core component v3 page component update happened for improving datalayer and that introduced this issue aem-core-wcm-components: //github SITES-21233 - Improve datalayer initialization (#2724) * Accounts ... A ticket was raised Tracking events intended for GTM datalayer are being interceptedDONE and seems like it is now fixed and will be updated with the future core component updates https://github.com/adobe/aem-core-wcm-components/commit/9a1f683f129df45c188078d8741c03e1ce74f12f  
i'm trying to trigger this listener on the event of replication but its not triggering. i have a scenario where i need delete zip extraction content in publish environment on event of unpublish/delete zipfile from author environment. same solution its working fine in on-prem but in AEMaaCS is not working. @8220494(service = EventHandler.class, immediate = true, property = { AppConstants.SERVICE_DESCRIPTION + "=Replication Listener on publish", EventConstants.EVENT_TOPIC + "=" + "com/adobe/granite/replication" })public class ReplicationListener implements EventHandler { private static final Logger LOG = LoggerFactory.getLogger(ReplicationListener.class); @3214626 private JobManager jobManager; @9944223 public void handleEvent(final Event event) { final String METHOD_NAME = "handleEvent"; &nb
Hi, When iam navigating from home page to adventures using in remote spa with next js, adventures.json in AEM is not loading but in NextJS server it is loading. It should load from localhost:3000 instead of localhost:4502. Please find the below screenshot for your reference. http://localhost:4502/_next/data/development/adventures.json In AEM it is loading like this: In NextJS server it is loading like this The UI call is initiating from router.js but in AEM it is not happening. Can anyone help me with the steps to proceed on the same. Thanks & Regards,Kalyan
Hi,I have done the basic Remote SPA with react using WKND App setup and iam getting the below issue. I didnot deploy any code specifically as well.Parsys is not displaying in initial content of the editable template using RemoteSPA with react . I am using the AEM version 6.5.19 and if i go to the console i see 1 error. Please help me to get resolve this issue. The above issue we are getting both sdk and AEM 6.5.19 Thanks & Regards,Kalyan
What is a Single Page Application (SPA)? A SPA is a web app implementation that loads only a single web document, and then updates the body content of that single document via JavaScript APIs when different content is to be shown.A great place to start is Vadym’s previous post on SPAs and Target.This is an excellent article that explains the workings of a SPA. This page will focus on what is new regarding Web SDK and SPAs.Web SDK is a client-side JavaScript library that allows customers of Adobe Experience Cloud to interact with both Adobe applications and third-party services through the Adobe Experience Platform Edge Network.In the past, Target was designed to work with a multi-page application. On every page load, Target would fire and do any content replacement that needed to happen. The key was that the page would fully reload. With SPAs, we needed a way to render personalization experiences without reloading the page.Both AT.js and Web SDK depend on the concept of a view. While t
Context: Online recommendations offer numerous benefits by enhancing the user experience and driving business growth. These recommendations help customers discover products and content tailored to their preferences, increasing satisfaction and engagement. By analysing user behaviour and preferences, businesses can provide personalised suggestions, leading to higher conversion rates and customer loyalty. Additionally, online recommendations can streamline the decision-making process for users, saving them time and effort. For businesses, this targeted approach not only boosts sales but also improves inventory management and marketing efficiency. Ultimately, online recommendations create a win-win scenario by delivering relevant content to users while maximising business performance. This article, as part of the Tuesday Tech Bytes series, has been drafted together with my talented colleague, Vaibhav Mathur ( @vaibhavmathur ). It explores the steps involved in setting u
Do not have a immediate plan to use chatbot for Marketing or Sales? No problem! you can use Dynamic Chat to extend the engagement of your form fills and its super simple to use. Conversational Forms Make Marketo Engage Forms conversational by integrating them with Dynamic Chat Conversational Flows. Use Cases Depending on who is filling the form trigger different flows. Here are some usecases for which you can leverage this feature: Drive meeting bookings for qualified leads Recommend content based on what lead is interested in Connect qualified leads to sales through live chat Ask more qualified questions Share a gated content Many more... How does it work? Its just 3 simple steps: Design a flow that you would like to trigger in Conversational Flows (Dynamic Chat) Goto your Marketo Form > Form Settings Enable Conversational Flow Settings and set your condition for triggering Here is a step by step tutorial that can help you get started i
Hi all. When I execute the pipeline to deploy my software to DEV and the code scanning step finishes, the porcentage of code coverage is much lower is the pipeline than in my local IDE. Can anyone explain me where is the difference or what am i missing? I have attached two snapshots, one from pipeline and another from my IDE. Thanks in advance.
So even if I were to allow registration into the AEM publishers, how would we reverse replicate these users into all other publishers and have it synced. How about sticky sessions, does AEMaaCS handle this?
Release 8.5.3 Check out the details about what's new, general improvements, fixes and compatibility updates in this latest Campaign v8 Release here: Release 8.5.3 Migration to OAuth Server-to-Server credential -Starting this version, with the Service Account (JWT) credential being deprecated by Adobe, Campaign outbound integrations with Adobe solutions and apps now rely on OAuth Server-to-Server credential. The following change has been released in May and is now available to Campaign v8 users: New Enhanced Security add-on: To make your network connection more secure and provide improved security for your resources, Adobe Campaign offers a new Enhanced Security add-on, which includes two features: Secure CMK integration and Secure VPN tunneling. Please find the detailed information around the new capabilities and improvements here: Latest Release If you have any questions or feedback related to this release then please feel
Wondered if you are unlocking full value from your Dynamic Media investment? Or even questioned why you have purchased this solution? Psst Dynamic Media is a goldmine, that should not be ignored! Look no more and find all your answers in some amazing resources that we have put together for you - a) Best Practices - https://experienceleague.adobe.com/en/docs/experience-manager-cloud-service/content/assets/dynamicmedia/dm-journey/dm-best-practicesb) Journey docs - https://experienceleague.adobe.com/en/docs/experience-manager-cloud-service/content/assets/dynamicmedia/dm-journey/dm-journey-part1?lang=enhttps://experienceleague.adobe.com/en/docs/experience-manager-cloud-service/content/assets/dynamicmedia/dm-journey/dm-journey-part2 c) Summit 2024 Dynamic Media session - https://business.adobe.com/summit/2024/sessions/dynamic-media-one-main-asset-delivered-with-limitl-s405.html We want to make this an active community for AEM Dynamic Media
How to use variable from previous javascript node in email delivery template? Updating Media
Join us at Adobe Summit 2024 for the Coffee Break Q&A Live series, a unique opportunity to network with and learn from expert users, the Adobe product team, and Adobe partners in a small group, 30 minute “ask me anything”, conversation-driven format. Discuss recent product innovations, use cases you’re working through, and helpful tips and tricks with experts and peers who can help you elevate your knowledge. See the daily schedule below - join us and learn from the best! Location: Community Pavilion, Adobe Booth - Experience League Community Connections area Tuesday, March 26 Time Topic & Solution Speaker(s) 11:00am – 11:30am Ask Me Anything: Adobe Target Gentry Lin, Principal Platform Specialist – Adobe Ryan Roberts, Principal Consultant, Proof of Concept – Adobe Vadym Ustymenko, Principal Technology Consultant – Adobe 11:45am – 1
Let's talk Channel Mapping on the "Offline Channels" page of the Adobe Marketo Measure (formerly known as Bizible) account! First, what is this page for?! This page handles the Marketo Measure Channel and/or Subchannel mapping for "Offline Channels". For Marketo Measure's purposes, "Offline Channels" means CRM Campaign Touchpoints or Marketo Program/Activity Touchpoints. More info on Touchpoint types here. On the Offline Channels page in Marketo Measure, you should see all CRM Campaign Types that are ACTIVATED in your CRM displayed along with drop-down picklists to select the appropriate Marketo Measure Channel/Subchannel you'd like to map to. The tricky thing to remember here is that we're truly only trying to map your "offline" type data here. In other words, if you have a Campaign Type such as "Ebook Form Fill Outs" or "Content Downloads" -- that's fine, you can keep doing that in your CRM but you DON'T want to map it to a digital channel (nor do you w
Each month, the Adobe Workfront Customer Success team hosts FREE, interactive workshops on various topics for System Administrators. If you want to LEARN best practices, ASK questions and collectively brainstorm solutions, or CONNECT with other system administrators to build your network, sign up for one or all of the following events: June 7 at 9:00 a.m. PT – Admin Chat: Marketing & Creative June 12 at 8:00 a.m. PT / 11:00 a.m. ET – Admin 101: Getting Workfront Data June 18 at 10:30 a.m. PT / 1:30 p.m. ET – Ask: Building the Content Supply Chain with Workfront, Creative Cloud, and AEM June 25 at 9:30 a.m. PT / 12:30 p.m. ET – Learn: Prioritizing and Strategically Planning Work in Workfront June 26 at 8:00 a.m. PT / 11:00 a.m. ET – Admin 101 Summary: Bring Your Questions! Register using the links above, or through the Events page on Experience League. We hope to see you there! Ha
Hello Team, Welcome to the Adobe Target Community Mentorship Program 2024! This is the featured Community Discussion thread for your Adobe Target Community Mentor, Gokul (aka @gokul_agiwal), who will be here to guide and support you and your peers with your Adobe Target questions as you prepare for your Adobe Target Business Practitioner Expert Certification (Exam ID: AD0-E406), through to the end of the program. A little bit about your Adobe Target Community Mentor, Gokul Agiwal: Gokul is working with TCS UK and part of TCS Interactive where he is responsible for building future proof digital experience solutions for our clients empowered by the industry leading Adobe Experience Platform and Experience Cloud suite of products and enabled them through ever evolving TCS owned solution accelerators. Aspirants mapped to Mentor, Gokul (aka @gokul_agiwal😞😞😞 OliviaBre
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.