Explore product-specific spaces to ask questions, share insights, and learn best practices.
Recently active
HiOur team has been noticing a pressing issue with Adobe Target lately. To monitor its integration and implementation, we are running AA test and everything looks fine - traffic, split ratio etc. However, when we look into traffic data for AB test, we fail to understand why Adobe Target AB tests tend to pull limited traffic than the actual traffic. This has become a top priority issue for us since we always run into low sample size, leading to lack of significance and failed outcome from these tests. Any leads would be greatly appraciated!
Hello Everyone. I was using AEM 6.5 for about more than 2 months. It was working fine until today. I am not able to launch/open aem-quickstart-4502.jar like I used to open it. When I double click the jar file ----> It should load the .jar file for about 5 to 10 seconds and then automatically open in a browser with localhost:4502. It is loading as expected and I am not able to open with my browser ( on localhost:4502 locally). I am able to open publish -> which is localhost:4503.Also, I am able to open my author Instance on 8080 where my projects are not installed. ( I have used 4502 to install all my projects) Possible reasons : 1) I have renamed my .jar file from crx-author-4502.jar to aem-author-4502.jar2) I have did some synchronization in Brackets application. I have no idea how my localhost:4502 is not working and not opening in browser. Browser says "Cannot reach this page"It is not due to proxy because I am able to ope
Hi Folks, I am trying to configure dispatcher for Geo location headers x-aem-client-country and x-aem-client-continent. But I don't see those are being added by CDN. Below are the changes that I made farm file: /headers { "Cache-Control" "Content-Disposition" "Content-Type" "Expires" "Last-Modified" "X-Content-Type-Options" "x-aem-client-country" "x-aem-client-continent" } in clientheaders.any file added "x-aem-client-country" "x-aem-client-continent" Let me know if I am missing anything.
We use a multi-tenant architecture, where each tenant has its own path that needs to be added to the org.apache.sling.servlets.resolver.SlingServletResolver. However, it appears that the SlingServletResolver config lacks a factory setting. Consequently, whenever we add a config JSON at the project level, it tends to overwrite the existing one and retains only the last added configuration.org.apache.sling.servlets.resolver.SlingServletResolver~tenant1.cfg.jsonorg.apache.sling.servlets.resolver.SlingServletResolver~tenant2.cfg.jsonWe suspect our approach might be incorrect because the SlingServletResolver lacks support for factory config. We're exploring a solution to append the new path to the config programmatically. This way, each tenant can have their own config that adds new paths directly to the org.apache.sling.servlets.resolver.SlingServletResolver.cfg.json without overwriting the existing one.Note: Each tenant is a separate project and not a submodule of the one p
Introduction Retail sites span a range of formats, but the primary goal is always to drive sales. Some sites may display a list of products to choose from, others may recommend a product based on your browsing and user history. This can create a long list of products that are sent to Adobe Analytics when a page loads. This can prove both useful and cumbersome. Although, having every single product loaded on the page as a product view Is technically correct, it may not be the most useful method to answer all of your business questions. With the potential deluge of product recommendations, similar products, and marketing modules pushing users to engage with new products comes an analytics conundrum: how are we going to analyze this correctly? Below we will layout a few solutions that one can implement to simplify analysis. Problem With so many products loading on the page, marketers want to see product views and full funnel results for primary vs secondary pro
Introduction Totals are not always what they appear to be to new users of Adobe Analytics. New members on your team may not fully grasp why the total at the top of a workspace report is not the sum of the rows and in what situations it is appropriate to sum rows. In the below example we see the total for visits are less than the sum of the first 10 rows (over 6 million). The reason is that a visit takes place over a period of time and during that time a user may view products in each of the site sections. The user constitutes only one visit, but they would also appear as one visit in each of the rows (merchandising site section). While this example is difficult enough to wrap your head around, how to handle totals for merchandising evars can vary by the metric you are totaling. A normal evar may fire when a page loads or a link is clicked. A merchandising evar fires under specific action and is not only associated with that action, but bound to a specific product. “
Are we able to mark more than 1 review task as complete at the same time? If not, I'd love to see that capability introduced to Guides.
Introduction:Understanding and analyzing web traffic is crucial for any digital enterprise, and traffic analytics plays a pivotal role in this realm. Adobe Analytics, a leader in the digital analytics field, provides comprehensive insights into website and app performance, yet many users confront challenges when faced with instances of low traffic. These scenarios often result in underrepresented data, affecting the quality and reliability of traffic analysis. Therefore, grasping the impact of low traffic on data accuracy and decision-making processes is imperative for businesses aiming to optimize their online presence.Understanding Low Traffic in Adobe Analytics:When a report in Adobe Analytics accumulates many unique values, it employs a system to ensure that the most essential data is visible. This system includes the categorization of excess values under the label "Low-Traffic" once they surpass a predefined threshold. Specifically, Adobe Analytics sets two thresholds each month t
AEM Viewports in layout view are broken on authoring instances and when authors interact with the different viewports, no change is presented on the screen and various JS errors are thrown in the browser console.
Session Details AEM developers will have the opportunity to explore the newly introduced Assets Open APIs and cloud-native I/O Events that we are offering. These advancements enable the creation of out-of-process AEM extensions. During this session, we will demonstrate how to effectively implement these tools. This demonstration will show developers how they can streamline their workflows, enhance their development speed, and reduce ongoing maintenance efforts. Additionally, we will dive into practical use cases and best practices, providing a comprehensive understanding of how these innovations can be leveraged to optimize development processes. Housekeeping details: Duration: 60 minutes including 10 minutes of Q&A Audience: Customers, Partners, and Adobe Employees Recording and slides will be made available to the public after the session The session is free of charge, registration will be required Session Recording Session Q&A Questions Answers recently we came to k
IntroductionIn the fast-paced world of data-driven insights, Adobe Experience Platform (AEP) stands out as a powerful tool for consolidating and analyzing diverse sets of customer data-fragments in real-time. Adobe Experience Platform facilitates the creation of coordinated, coherent, and personalized experiences by generating a Real-Time Customer Profile for each of your unique customers. Streaming ingestion is instrumental in constructing these profiles by allowing you to swiftly deliver Profile data into the Data Lake with minimal latency from streaming sources such as Amazon Managed Streaming for Apache Kafka (AWS MSK).Through this article, I want to share my experience on integration of MSK with AEP using the Kafka Sink Connector. Follow along as we guide you through the challenge you may come across while integrating MSK with AEP. Please note this is not a step-by-step guide. You may want to refer to the product documentation for that. The intent here is to share the most i
A user asked about this mysterious-sounding warning in the Trigger Smart Campaign docs: Sounds scarier than it should because something’s omitted. The missing link? It’s that Boolean fields have 3 possible values: true, false, and null. null enables more business cases Nullability lets you distinguish — at least in theory — an unknown or unset value from a value that is known one way or the other. Among infinite examples: opt-in fields: responding “No” (false) is different from not having been asked the question (null) fields like Is Partner before records are linked with external data: knowing somebody is not a partner (false) is different from not yet knowing (null) In practice, though, only some Marketo features distinguish false and null. Sometimes true and false are the available options and null doesn’t match either one, which is strict comparison.[1] Other times null is temporarily treated as false, a loose comparison. Overall, we c
By @surebee @vinayso Consent management platforms whether built in-house or through an external vendor have become more commonplace understandably as there has been more of a focus on consumers' privacy rights through the backing of GDPR and CCPA for example. When implemented, the ability to test or personalize on a page is governed by a user’s consent preferences. Given the diversity of site and technical governance requirements across the industry, consent management and therefore, Target implementations can vary. Despite the different combinations of consent management and Target implementations and the changing tide of privacy rights, the need to provide a personalization without flicker remains constant. In this blog, we will start with a brief overview of flicker, consent management and list some of the most common ways of mitigating flicker when implementing Target with consent management on your site. What is Flicker? At a high level, a ‘flic
Dear AEM Community, Your time is precious, and we understand the importance of efficiency when it comes to troubleshooting issues with AEM. That's why we're excited to again bring you our carefully curated collection of Top KCS (Knowledge-Base) Articles for June 2024, designed to help you resolve common challenges swiftly and effectively. Our Top KCS Articles are your shortcut to: Quickly identifying and resolving recurring issues.Accessing expert insights and best practices for AEM.Streamlining your troubleshooting process for maximum productivity.Empowering yourself with the knowledge to tackle any AEM-related problem head-on. Why spend hours searching for solutions when our Top KCS Articles have already done the heavy lifting for you?Let us help you save time so you can focus on what truly matters – empowering you to provide a truly personalized experience to your customers with AEM. Start supercharging your problem-solving skills today by exploring our
Hello Team, Welcome to the Adobe Target Community Mentorship Program 2024! This is the featured Community Discussion thread for your Adobe Target Community Mentor, Kasper Andersen (aka @kandersen), 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, Kasper Andersen: With a rich background in digital marketing that dates back to the Omniture days, I have been deeply involved with Adobe Target since its inception as Test&Target. My passion for Adobe Target stems from its unparalleled flexibility and potential; it’s by far my favorite tool in the Adobe stack because it offers limitless opportunities for customization and impact. As a mentor, I aim to empower others with the knowledge and skills to fu
Hello team, I have a general query around time over time comparison within Adobe analysis workspace. Is there a way one can easily display only % change calculated metrics within a freeform table? For example, Yesterday % change, Last week % change, Last month % change, etc but hide other columns where these metrics are calculated.
I have a long simple table, but the text doesn't wrap correctly when generating a PDF. I've tried to adjust the relative widths, using <p> tags, nothing seems to fix the issue.
Hi team, We are in AEMasCS, we implemented strikethrough plugin in our contentfragment RTE model, while explore the graphql json data, we are getting the "nodeType" as "span" instead of nodeType as "strikethrough", kindly let us know is there any option to change the "nodeType" as "strikethrough", pfb our graphql json data.
In our AEM as a Cloud Service, we already have a program, and development is ongoing. We need to start a new program for one of our website migrations. So, my question is, can we restrict user access to another program (which is already present) to new users, or is it generic access, allowing users to access both programs?And can we request for Adobe team support during the initial configuration of cloud manager. ThanksGeo
Seamlessly Transition to Managed Services with Adobe Professional ServicesMoving your OnPremise or Hybrid Adobe Campaign Classic environment to Adobe Campaign Managed Services offers several advantages and is often necessitated by factors like the path to transitioning to Adobe Campaign v8, where Adobe Professional Services team can help to engage and bring in the wealth of experience to ease the process and make it efficient. Here are some key points to consider:Managed Services Benefits: Adobe Campaign Managed Services offer various benefits, including scalability, reliability, enhanced security, and access to expert support and resources provided by Adobe.Path to Adobe Campaign v8: Migrating to Adobe Campaign Managed Services can serve as a stepping stone towards transitioning to Adobe Campaign v8, providing users with a web interface, a smoother upgrade path and ensuring compatibility with future updates and features, such as GenAI capabilities.Integration with Adobe Experienc
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
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.