Explore product-specific spaces to ask questions, share insights, and learn best practices.
Recently active
What is the change?Legacy FCM APIs will be discontinued on June 20, 2024Adobe Campaign Classic v7 and Adobe Campaign v8 already support the latest APIs to send push notification messages.Legacy implementations still rely on the legacy APIs. These implementations must be updated.Legacy ImplementationThe support of HTTPv1 has been added in AC7 20.3.1 release. HTTPv1 is supported by all AC8 releases.AC7 customers using a version released before 20.3.1 will have to migrate to the latest recommended version of AC7 to be able to migrate to HTTPv1.Pre-requisitesV7 Build 20.3.1 or higher.All v8 builds are compatible.Account JSON file.Marketing instance and Message Center instance are impacted based on your use case.Mid-sourcing instance is not impacted.Adobe Campaign SideMarketing serverLocate all Android Mobile applications on your marketing instance.Proceed to update the API version on all Android applications.Next you need to the Project JSON file. For more information on how to extrac
Welcome to the 5th edition of the Adobe Target Community Lens 2024! The Adobe Target Community Lens is your community bulletin board, highlighting the latest updates from the Adobe Target Community, all in one handy place. In this edition, we are sharing updates from January 2024 – May 2024, including the most viewed Adobe Target content on Experience League, as well as the latest product releases, upcoming & past learning opportunities & resources, and a lot more! ~Missed the last edition of the Target Community Lens? Check it out here. UPCOMING CUSTOMER EVENTS & OPPORTUNITIES Submit Today ~ Submissions are now open for the 2025 Adobe Experience Maker AwardsRegister Now ~ Wednesday, June 20th @ 10am PT /1pm EST: [UPCOMING WEBINAR] Thursday, June 20th, 1pm - 2pm EST: GA4T ~ Elevating Optimization With Adobe Target and Google Analytics 4 Register Now ~ Wednesday, Jun
We recently adopted this best practice and I thought I would share with the community. Sometimes, a problem surfaces with a Workfront record in which its clear that Fusion did not create or update the record in the expected way. When this happens, it can be time consuming or impossible to track down the specific execution so you can inspect the module inputs/outputs.With that in mind, we started recording the scenario ID and execution ID to Workfront records as part of the create or update Workfront record modules in every scenario. Having these IDs as part of the Workfront record itself enables you to create Workfront reports that can:1. Open the actual execution that created a record.2. Open the actual execution that last updated a record (which may be different than the scenario that created it).3. Count, filter, and group records that are created or updated by Fusion, by each scenario.This enables you to answer questions like:"This record doesn't look right. What did Fusion do
Hi Campaign Community, Please join me in congratulating our Adobe Campaign Community member, Alex Langridge, aka @alangridge, for being recognized as the Adobe Campaign Community's New Contributor of the Month - May 2024. Thank you Alex 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.
Visual Editing Helper extension (March 14, 2024) This release contains the following enhancements and fixes for the Adobe Experience Cloud Editing Helper extension for Google Chrome: Enhanced the iFrame loading mechanism when performing authoring in customers’ websites. Fixed an issue that caused the extension to duplicate cookies while performing authoring in the Visual Experience Composer (VEC). For more Adobe Target release notes, check out Target Release Notes (current)
Target Standard/Premium 24.3.1 (March 4-6, 2024) This release contains the following enhancements and fixes: Fixed the logic that computes the number of unique selectors in an activity. (TGT-47878) Fixed an issue that caused Multivariate (MVT) activities configured with Analytics for Target (A4T) reporting to not display properly. (TGT-47490) Improved the warning message displayed in reporting when an experience with no traffic is used as the control experience. (TGT-47537) Added many backend and localization fixes. For more Adobe Target release notes, check out Target Release Notes (current)
I'm wondering if anyone out there using Single Sign On for Workfront has gone down the path of Auto Provisioning licensing/user accounts and if you could share any pros and cons to the scenario. Background: For our instance we already have SSO enabled for account access but we still have to create the accounts in Workfront to connect with our SSO provider. Group Admins are wanting to have auto provisioning enabled so that they no longer have to go through the action of manually creating a Workfront User account and it can be birthright access upon hiring (similar to other company wide SSO platforms) @cynthiaboon - I believe you have spoken about SSO in your previous roles. Not sure if you have any take aways from those scenarios.
com.adobe.aem.wcm.seo,version=[1.1,2) -- Cannot be resolved but is not required com.adobe.aem.wcm.seo.localization,version=[1.0,2) -- Cannot be resolved but is not required com.adobe.cq.ui.wcm.commons.config,version=[1.0,2) -- Cannot be resolved com.adobe.cq.wcm.spi,version=[0.1,1) -- Cannot be resolved com.adobe.granite.ui.components,version=[1.20,2) -- Cannot be resolved com.adobe.granite.workflow,version=[1.1,2) -- Cannot be resolved com.adobe.granite.workflow.model,version=[1.2,2) -- Cannot be resolved com.day.cq.dam.scene7.api.constants,version=[2.11,3) -- Cannot be resolved com.day.cq.search,version=[1.4,2) -- Cannot be resolved com.day.cq.wcm.api,version=[1.29,2) -- Cannot be resolved com.day.cq.wcm.commons,version=[5.9,6) -- Cannot be resolved com.fasterxml.jackson.annotation,version=[2.11,3) -- Cannot be resolved com.fasterxml.jackson.core,version=[2.11,3) -- Cannot be resolved com.fasterxml.jackson.databind,version=[2.11,3) -- Cannot be resolved com.fasterxml.jackson.databind
Before You Get Started: Before building anything in the application, we encourage all customers to ensure they have a clear understanding of Adobe Dynamic Chat features and functionality. For a list of enablement resources, please click here. Great news! Adobe Dynamic Chat is now available to all Marketo Engage customers. Whether you’re just getting started with chat automation or are already using another tool, continue reading to find out how you can easily launch your first automated chat with Dynamic Chat. What is Dynamic Chat? Adobe Dynamic Chat is a powerful conversational marketing tool that enhances Marketo Engage's B2B marketing capabilities, offering multiple ways for your site visitors to engage. They can chat with a live agent, book meetings with your Sales Team, and more. Plus, you can use Dynamic Chat activity and engagement data to further enhance the digital journey by adding new members to Marketo programs and triggering cross-channel activities. &n
We are trying to build a report to show:Project nameTask nameTask planned start and end datesActual hour to datePlanned hours remaining <<< HOW DO WE DO THIS?Normally, we calculate planned hours minus actual hours. However, we only want future planned hours (those that have been resourced since the beginning of this week) without considering historical planned hours. Any suggestions on the calculation?
Use this thread to ask any questions related to the Experience League LIVE session titled, "This is the way...to migrate Analytics to Web SDK." Experts are monitoring this thread to ensure your questions are answered. Thanks and we hope to hear from you!
Hi Team, I have requirement to integrate kafka with AEM. On my local, it is working fine.(Using SDK) but on AEM cloud, getting below error while pushing records to kafka topic:org.apache.kafka.common.errors.TimeoutException: Expiring 1 record(s) for my-topic-0:120000 ms has passed since batch creation.where:my-topic - kafka topic nameKafka is installed on Azure kubernetes.All requests are allowed right now.All advance networking configurations are fine.Installed kafka version and jars have same version(3.0.0)kafka cluster id is also printing in logs but issue while sending data to producer. Followed links for adv networking:https://experienceleague.adobe.com/docs/experience-manager-cloud-service/content/security/configuring-advanced-networking.html#dedicated-egress-IP-address Please advise what is the issue here?
Welcome to the world of AEM Dynamic Media possibilities! Today I will introduce you to the Snapshot tool. In this publicly available and free tool (yes, you dont need DM license to try us out!), you can interactively discover imaging benefits of Dynamic Media with two simple steps.First, Choose an Image: you can either specify an existing Dynamic Media URL or select one of the pre-populated images in the Snapshot tool itself. Now, Discover! Snapshot tool will analyze and display the magnitude of bandwidth you save by enabling Smart Imaging and also a preview of the image to evaluate visual quality and the various creative effects. You can pick and choose from a set of pre-populated modifiers and can also specify your own Dynamic Media commands and preview the effect of all these. Learn more Please give it a try and explore the possibilities of Dynamic Media! Apoorva GuptaProduct Head, AEM Dynamic Media
Welcome to the 12th edition of the Adobe Campaign Community Lens. In this edition, we are highlighting updates from mid-April to mid-June 2024, which includes our latest release information, achievers from our community, insightful blog posts from Adobe experts and our Community users, and a lot more! Adobe Campaign Community Lens 🚀LATEST RELEASES Learn about all the new capabilities, upgrades, improvements, and fixes that were included in the latest release for Adobe Campaign: Adobe Campaign v8 Release: [Release Update | AC v8] Release 8.7.1 ️EVENTS AND OPPORTUNITIES Join Adobe Campaign User Groups to participate in local events, share best practices, and connect with fellow users in your area: Adobe Campaign User Groups Are Live Now: Join The Conversation! Got a question or idea suggestion for the Campaign Web UI? Head to the new sub-community, your one-stop spot for all information related to Campaign Web UI: Introducing new sub-community for Adobe C
Welcome to the 11th edition of the Adobe Experience Manager Community Lens! Adobe Experience Manager Community Lens is like your community bulletin board highlighting the latest updates from the Adobe Experience Manager Community in one place. In this edition, we are sharing updates from May 2024 to June 2024, including, the most viewed Adobe Experience Manager content on Experience League, as well as the latest product releases, upcoming and past learning opportunities, and a lot more! Adobe Experience Manager Community Lens Latest Releases Learn about all the new capabilities, upgrades, improvements, and fixes that were included in the latest release of Adobe Experience Manager: AEM as a Cloud Service 2024.04.0 release update: https://adobe.ly/45mqCBO AEM as a Cloud Service 2024.01.0 release update: https://adobe.ly/3w2lhBL Upcoming EVENTS AEM GEMs - Improving the developer exper
Hi,I have extended description property in my base page component using below code for basic tab to make description field RTE from simple text.<basic jcr:primaryType="nt:unstructured" jcr:title="Basic" sling:orderBefore="article" sling:resourceSuperType="wcm/foundation/components/basicpage/v1/basicpage/tabs/basic" sling:resourceType="granite/ui/components/coral/foundation/fixedcolumns"> <items jcr:primaryTfype="nt:unstructured"> <column jcr:primaryType="nt:unstructured"> <items jcr:primaryType="nt:unstructured"> <moretitles jcr:primaryType="nt:unstructured"> <items jcr:primaryType="nt:unstructured"> <description cq:showOnCreate="{Boolean}true" jcr:primaryType="nt:unstructured" sling:resourceType="cq/gui/components/authoring/dialog/richtext" required="true" useFixedInlineToolbar="true"> <
Welcome to the 9th edition of the Adobe Analytics Community Lens! 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 March 2024 through June 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 Mentorship Program: May 29th – August 23rd We are thrilled to announce the second run of ~ The Adobe Analytics Community Mentorship Program ~ aimed at empowering Community members like you to upgrade your skill level by achieving one of the valuable Adobe Certifications. This program brings our Community's experts, or – Mentors – together with our newer aspiring product learners, or – A
I have a PDF in assets where the right METADATA > TITLE and METADATA > PDF TITLE fields have been compiled.I then published the PDF and verified its title on the browser tab.The problem is that title showing for the PDF is an old and incorrect one, instead of the one I declared on the metadata.What do I need to do in order for the right metadata to show - as the PDF title - when viewed in a browser?It seems that AEM CLOUD does note update/save the PDF Metadata, while it worked in the non-cloud version on AEM.Thanks
Hi, the community didn't have much topics related to career site designing with AEM and compatibility with SAP SuccessFactors, but here we go. I want to know if it would be possible to:use AEM as a content management system (CMS) to design as website, more particularly a career site.estabilish connection between AEM and SAP SuccessFactors through API connections (wondering if API connections are supported?).enable Fast Application Process where candidates can upload their CV from the career site, without being redirected to SuccessFactors enviornment. (through API connection again). If anyone had experience in this field, please share your view, how did it go? i would like to have an example of success story where AEM and SF worked well. Regards,
Hello Community - HTML Library Manager (for clientlibs) is using the system user "clientlibs-service" and having read permissions for /apps, libs, var paths, For some reason, the permissions are getting overwritten in our environments. I have already verified that it's not something we're overwritten, Can someone tell me if you have encountered similar kind of issues and because of this issue inline clientlib impln is not working. is this something we can assign/retain the permissions via repoinit configs so that we can preserve the permissions. Please let me know your thoughts on this.
We are using AEM cloud service and attempting to implement permission-sensitive caching. We have created an authentication checker servlet that verifies whether a user has access to a page or not. This servlet is functioning correctly and returns a 403 status code for unauthenticated users, as seen in the request.log.We have also properly configured the dispatcher authentication checker, including setting the servlet URL and filter path to restrict access. Additionally, CDN caching has been disabled.The problem arises when the dispatcher log returns a 200 status for secure pages, even though the publisher returns a 403 status based on the publisher log. We are able to view the secure page even when logged in as an unauthenticated user.The provided code is an example of what we have written in the dispatcher to return a 403 status. We are unsure if this code is supported in AEM cloud. We are experiencing similar issues with the 500 error page as well, although the 404 page is functionin
Hello, there is a default_filters.any file In the archetype:https://github.com/adobe/aem-project-archetype/blob/develop/src/main/archetype/dispatcher.cloud/src/conf.dispatcher.d/filters/default_filters.any How can we whether override or disable the rule as mentioned in the comment # disable this rule to allow mapped content only/0010 { /type "allow" /extension '(css|eot|gif|ico|jpeg|jpg|js|gif|pdf|png|svg|swf|ttf|woff|woff2|html|mp4|mov|m4v)' /path "/content/*" } Thanks,
Hello everyone, I've created one ajax function which has servlet path in it so, whenever I am trying to submit my form, my servlet is not getting hit. The response (in developers tool) from that servlet is coming blank but it is showing response code as 200. I've done following debugging but still facing the same problem:-1. Added my servlet path in script resolver.2. Removed Post method from Adobe Granite CSRF Filter.The same code is working correctly on my colleague's local machine and production as well. I tried all different ways to work with that servlet but nothing is working on my machine.Please help me to find a solution regarding this. Regards, Sayali
Hi Team,we were working on enabling acs-commons QR code, to view the domain url publish page. localhost: The code was showing in my local when i enable this feature, same on AEMasCS environment its was not working. Kindly please suggest
Hi all, We have our website running on AEM 6.5 AMS which is interacting with Intershop via a shared cookie. Once the user is logged into Intershop, a cookie is set by Intershop for the loggedIn user details. This cookie is leveraged by AEM to show the loggedIn user and cart info on AEM pages. AEM has a servlet (invoked from topnav) which reads through all the cookies in request and matches cookie name and then updates the header. This is working fine in AEM 6.5 currently. We are now migrating the website to AEMaaCS and on our cloud dev environment, we are having issue that even though the cookie is correctly set by Intershop but when the servlet is invoked from AEM, it is not getting the cookie using request.getCookies. I checked and the servlet call has cookie present in request headers but in below code, it is not retreived. Below is the code from servlet to read the cookiespublic static JsonObject getCookieAsJson(HttpServletRequest request, String nam
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.