Explore product-specific spaces to ask questions, share insights, and learn best practices.
Recently active
I have a created a page report of using ACS common and see a two column header - "LastReplicationAction" with values like "Activate", "Deactivate" and blanks. Where are there is another column header - "Replication Status" with only Not_Activated as the status for all rows including live pages. What do they mean? I came to know the meaning for various statuses thanks for a different thread https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/report-definitions-replication-status/td-p/649941By @arunpatidar In Adobe Experience Manager (AEM), page replication involves the process of copying content from the author instance to one or more publish instances. The replication status of a page reflects its current state in the replication process. Here are the definitions of the page replication statuses you mentioned:ACTIVATED:- The page has been successfully activated and is available on the publish instances. Users can view th
Hello Adobe Analytics users, Adobe is hosting 2024's second bi-annual roadmap webinar series of experience cloud products from September 24th to October 24th. Roadmap Webinar for Adobe Analytics & Customer Journey Analytics is on October 24th 11AM EDT (NA/EMEA) and 7PM EDT (NA/ANZ/JAPAC). This live 45 minutes webinar will unveil the latest updates and future directions of Adobe Analytics with it's focus on Customer Journey Analytics. In this roadmap webinar, you will get to take a look at what’s coming next. Also, have an opportunity to ask questions and engage directly with the Adobe product team. See remaining experience cloud products dates and register here:https://roadmapwebinars.adobeevents.com/webinars/
Hello everyone and welcome to the inaugural post of the Adobe Target - Tuesday Tech Bytes series. This series is designed to assist both newcomers and seasoned professionals in leveraging this powerful tool to build engaging experiences. With weekly posts featuring tips and tricks, best practices, case studies, and use cases, we aim to make your journey with Adobe Target a successful and enriching one. Thanks @jagpreet_singh_ for this fantastic initiative. @gokul_agiwal @meghan_powers Meet the authors: Gokul Agiwal Linkedin 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. Meghan Powers Linkedin Meghan is an Adobe
Adobe Target Capabilities#3 of 7 – Auto-Allocate Adobe Target offers many different testing & personalization options. I’ve outlined them here, and separated them into several categories – Non-personalized vs. personalized and Non-AI/ML vs. AI/ML. Note that the categories can overlap. The dotted lines represent the corresponding Personalized/AI version of the non-personalized/non-AI category. So Automated Personalization is to Multivariate what Auto-Target is to A/B testing. This post will cover Auto-Allocate! Auto Allocate Testing falls into the non-personalized, but AI/Machine-learning suite of capabilities in the Adobe Target Premium capabilities package, although this option is also available in Target Standard. In future posts, I’ll cover the other categories! Stay tuned! What is Auto-Allocate?What is it? A testing optimization algorithm based on advanced statistics Identifies and allocates
Overview Feature flags are used when there is a need to enable or disable a specific feature. There are few ways to use feature flags. Feature flags can be provided by registering org.apache.sling.featureflags.Feature Feature flags can be provided by factory configuration with factory PID org.apache.sling.featureflags.Feature Use case: Assume you are a part of an AEM development team and the team is working on multiple features. However, there is a need to restrict a field of a component dialog and it should be available in the dev environment only due to certain reasons. Create a static feature flag OSGI config in the project./apps/mynewsite/osgiconfig/config.author.dev/org.apache.sling.featureflags.impl.ConfiguredFeature~testFeature.json # Configuration created by Apache Sling JCR Installer enabled=B"true" name="newTestFeature" description="A\ feature\ flag\ to\ enable\ newTestFeature" The above OSGi configuration is placed in the relevant environment-specific no
If you're looking to make a shift in your career, or you're a student trying to discover your future career, this panel-styled webinar is for you! Come learn how to break into Adobe Digital Experience, see what type of roles are open in this field and ask questions live to experts in Adobe Journey Optimizer. See poster below for details and register for the webinar here!
Looking to use AEM/React combination where react would be an embed component/web component for AEM and will use Apollo graph QL client for API - Any suggestion here
Did you get a chance to catch the Marketo Engage Skill Exchange this year? Be sure to check out the keynote from Sr. Director of Product Management, Raj Patel. In this 10-minute clip, Raj covers some major topics including: Product roadmap and 3 roadmap themes AI with core systems and tools New email designer & Adobe Experience Manager Assets Connector Interactive Webinar improvements And many more! If you're interested in learning more about the Marketo sessions at Skill Exchange, don't forget to check out @ishita_chawra's key takeaways and learnings blog for the Growth Track. If you have any questions or comments, feel free to let us know down below!
Adobe Marketo Engage Champion and Community Advisor @Darshil_Shah1 has a recurring series on LinkedIn where he highlights unique Adobe Marketo Engage tips that may help you with your programs. Check out a recent tip below on the CC/BCC feature! 💡 Adobe Marketo Tip of the Day 💡 A few years back, Marketo introduced the Email CC feature that allows users to include CC recipients in emails. Marketo can also enable the Email BCC feature for users upon request to the support team.Email CC/BCC feature is excellent for small one-off campaigns if you'd like to keep your internal team/LDRs/Sales Owners in the loop and informed about the communication sent to people from Marketo, but it sure comes with its own caveats, including -1. All the email activities by recipients in the CC/BCC would be logged under the activity log of the email’s main recipient. This could easily skew email performance reports and can trigger off campaign flows listening for email engagements even though t
Bulk import assets feature in AEM as Cloud allows administrators to import large number of assets in bulk from cloud storage like Azure, Amazon S3, Google Cloud, Dropbox and onedrive in a safe and efficient manner. This feature is available both in Admin view as well as Asset view. In this tutorial , i will cover how to import bulk assets using Azure in Asset view.There are two main use case for using bulk import feature in AEM as Cloud :-First when someone is planning to migrated from AEM 6.5 on premise / AMS to AEMAsCloud environment because this is generally a one time activity Admin view is used to create the configurations and bulk import is performed.Secondly, when you have assets coming from multiple sources and you don’t want to provide all of the vendors AEM access for bulk import. In that case they can bulk upload assets to any cloud storage provider and in AEM Administrators or Content Approvers run the bulk import feature to constantly consume assets in bulk. In this t
Hi,We have a requirement to do full text search while we search from the AEM Assets Search ConsoleExample: Suppose I search with key word "apple" it would result me 10 assets, ifI search with key word "mango" it would result me 10 assets.If i search with "apple mango" it is resulting 0 assets but it should result 20 assets.How to perform this using OOTB features Regards,Devi @arunpatidar @estebanbustamante
Hi Team, I am trying to create sitemap.xml file for my AEM sites using org.apache.sling.sitemap Api on AEM as Cloud Service,Also i am able to genrate sitemap file, but the challenge, I am facing is I have multi brands sites on same domain,Like i have www.CAP.edu and www.SAT.eduThe sitemap.xml file I am getting from my logic is:1. For cap brand site<url><loc>/content/cap</loc><lastmod>2024-08-29T10:57:56.314Z</lastmod><changefreq>weekly</changefreq><priority>1.0</priority></url><url><loc>/content/cap/en</loc><lastmod>2024-08-30T08:33:53.617Z</lastmod><changefreq>weekly</changefreq><priority>0.8</priority></url><url> 2. For Sat brand site <url><loc>/content/sat</loc><lastmod>2024-08-30T08:55:14.693Z</lastmod><changefreq>weekly</changefreq><priority>1.0</priority></url&
I have a project that uses content fragments to hold configuration information that is being exposed through servlets. The problem I am seeing is that if I create content fragments on my local and then create a package to deploy them to the develop environment for testing, because of versioning information the UI breaks and I am unable to modify them in the develop environment. The ugly part for me is that the versioning information for the content fragments is mixed in with all of the other assets that are versioned and I wouldn't want to mix that information into a package and cherry picking individual items would be VERY painful. So my question is what would be the best way to package up content fragments into a CRX package that can be uploaded to the different environments and not break the UI so that they could be maintained after being deployed?
AEM 65 on-premise - I see the Styles are being broken when i add the component via "sly data-sly-resource" tag.example:at this component " /apps/weretail/components/content/list/list.html " am adding " /apps/weretail/components/content/teaser " with below tag. I obsereve that Style system of Teaser works fine when its being added outside with in Parsys but not when added via "data-sly-resource".Is there any extra steps/configs that needs to be done to make the styles to work.?Included component :<div> <sly data-sly-resource="${'testvar' @resourceType='/apps/weretail/components/content/teaser', decoration='true'}"></sly></div> Styles broken : Styles works in parsys :
Hi Campaign Community, Please join me in congratulating our Adobe Campaign Community member, Celia, aka @ccg1706 , for being recognized as the Adobe Campaign Community's New Contributor of the Month - August 2024. Thank you Celia 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.
Hello Team, Welcome to the Adobe Real-Time CDP Community Mentorship Program 2024! This is the featured Community Discussion/Contextual thread for your Adobe Real-Time CDP Community Mentor, Jeffrey Peter! Jeffrey will be your dedicated mentor, providing valuable support and guidance on your Adobe Real-Time CDP queries as you upskill yourself and prepare for Real-Time CDP certification throughout the program. Know your Mentor Jeffrey Peter Maria Sagayam (aka @jpetermarias ) Jeffery's journey in Web Technologies has been fueled by a passion for understanding and mastering new products, technologies, and solutions. He started his career as a web developer and currently working in Adobe as a Technical Success Engineer for Adobe Target and AEP RT-CDP, assisting customers in resolving their challenges and optimizing their use cases. He look forward to guide aspiring professionals in maximizing the potential of RT-CDP through Mentorship Program. Aspirants mapped to Jeffery
Hello Team, Welcome to the Adobe Analytics Community Mentorship Program 2024! This is the featured Community Discussion thread for your Adobe Analytics Community Mentor, Jennifer Dungan (aka @Jennifer_Dungan), who will be here to guide and support you and your peers with your Adobe Analytics questions as you prepare for the Adobe Analytics Business Practitioner Professional Certification (Exam ID: AD0-E212), through to the end of the program. Aspirants mapped to Mentor, Jennifer, @Jennifer_Dungan TanuTiwari Abhishek_Dubey BhudevSahu Venky5080 AndrewEv1 shourya verma seanrobinson agajadhar diana_choksey How to participate Aspirants’ goal is to clear their Adobe Analytics Certification during the duration of the program: July 24th, 2024 – September 4th, 2024. Aspirants: Post your Questions in this thread to connect with Mentor, Jennifer, @Jennifer_Dungan and your fellow Aspirant peers. *You&nb
AEM developers need frequent upgrades as a necessity to ensure that your environment remains up-to-date with the latest features and fixes. PrerequisitesMake sure to download the latest version of the AEM local sdk packageEnsure you already have a local instance of older version of AEM local sdk version.Script OverviewThis Windows batch script performs the following actions:Extracts the JAR File: Prompts you to enter the path to a ZIP file containing the new JAR file. It then extracts the ZIP file to a temporary folder and identifies the JAR file.Replace JAR: Checks if a older version JAR file already exists in the AEM installation directory. If it does, the script deletes the old JAR file and copies the new version JAR file to the installation directory.Execute New JAR: Opens a new Command Prompt window, navigates to the AEM installation path, and executes the new JAR file. The script will wait for 5 minutes to allow the JAR file to complete installation. During this time, press
Hi Folks, There are many situations (such as this one) where it would be desirable to calculate a total score from a multi-select parameter so you can then Sort, Filter, Group, and Chart the results. The Tally Technique is one way, using a "Top Three" voting example: Enjoy, and I look forward to hearing how you put it to use. Regards,Doug
Hello Team, Welcome to the Adobe Analytics Community Mentorship Program 2024! This is the featured Community Discussion thread for your Adobe Analytics Community Mentor, Krishna Chitanya Reddy Musku (aka @Krishna_Musku), who will be here to guide and support you and your peers with your Adobe Analytics questions as you prepare for the Adobe Analytics Business Practitioner Professional Certification (Exam ID: AD0-E212), through to the end of the program. Meet your Mentor: Aspirants mapped to Mentor, Krishna, @Krishna_Musku eupaul XJoshi AlexIacchetta BennettWhit kristinbl AshutoshKa Amrita KatieHa1 sachithvadnal How to participate Aspirants’ goal is to clear their Adobe Analytics Certification during the duration of the program: July 24th, 2024 – September 4th, 2024. Aspirants: Post your Questions in this thread to connect with Mentor, Krishna, @Krishna_Musku and your fellow Aspirant peers.
Hello,Has the support for Workfront changed? We are having a lot of challenges with delays and people not understanding the situation so there are a lot of back and forth. We seem to have to do a phone call and booking a common time is not easy anymore. This is out of character for support. How do we escalate our problems? We have one open since the beginning of June.Thanks
Hello, new here and a novice AEM user. Please help guide me if I am posting this in the wrong spot. I was looking over Google's GitHub for their Server Side Pantheon solutions (specifically Soteria) and I was wondering if there is an equivalent in AEM that can do roughly the same thing (value based bidding). Here's the GitHub link: https://github.com/google-marketing-solutions/gps_soteria
Dynamic Chat is introducing a new feature called Conversational Flows, which gives marketers the ability to make any call-to-action into a conversational experience. Marketo Engage Forms will be able to integrate directly with Conversational Flows so that marketers can instantly qualify leads for meeting bookings, offer white papers in window, collect additional information from leads, and more. You can even qualify leads based on their membership in a Smart List or Static List with our Dynamic Chat Prime offering. Let’s take a look at a simple example. Let’s say I want to offer a meeting booking experience for high value contacts in strategic accounts that I currently segment on with a Smart List. In Dynamic Chat, I’ve built a Conversational Flow that I want my form to call after submission that thanks the person for their interest and offers them to book a meeting on a BDR’s calendar. In Marketo Engage, it’s very simple to setup the audience criteria for
Hello everyone, Can you help me with an issue that I'm having I am using AEMaaCS. I have an experience fragment that I use across various pages and templates in AEMaaCS as header. Now I have to make some changes to this experience fragment. When I click on it to edit from the content tree, it shows up blank. The other XF's are working fine. The header XF which I want to edit is being rendered on all templates and pages that it is being used and also in the crx de. The below are the error logs *INFO* GET /content/experience-fragments/project1/expfragment/en/site/header/master.html HTTP/1.1] com.day.cq.wcm.core.impl.designer.SearchPathLimiter Search path limiter configured with searchPathLimiterFeatureToggleOn: true and searchPathThreshold: true.*ERROR* GET /content/experience-fragments/project1/expfragment/en/site/header/master.html HTTP/1.1] com.adobe.aem.spa.project.core.internal.impl.utils.HierarchyUtils SPA root page not foun
Need help/pointers of CI/CD pipelines code for Adobe Experince Cloud Manager and Adobe Commerce Cloud Manager https://experienceleague.adobe.com/en/docs/experience-manager-cloud-service/content/implementing/using-cloud-manager/test-results/functional-testing/functional-testing#product-functional-testing
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.