Explore product-specific spaces to ask questions, share insights, and learn best practices.
Recently active
Show-stopping customer experiences. Star-powered digital transformations. It’s almost time to celebrate. Register now for the Adobe Experience Maker Awards gala, streamed live from The Rainbow Room at New York City’s Rockefeller Center. We’ll honor this year’s finalists and announce the winners of twelve global award categories and three regional award categories. Register now. Then join us on June 21 at 8pm ET.
Show-stopping customer experiences. Star-powered digital transformations. It’s almost time to celebrate. Register now for the Adobe Experience Maker Awards gala, streamed live from The Rainbow Room at New York City’s Rockefeller Center. We’ll honor this year’s finalists and announce the winners of twelve global award categories and three regional award categories. Register now. Then join us on June 21 at 8pm ET.
How to open a form onclick of enroll button in this package . Looks like the enroll button is inside a .tsx file. https://github.com/adobe/adobe-learning-manager-reference-site/issues
Most of my AEM component's requires a magins optons. What can I do to ensure that all component's have style system for the margin options?
We recently did a oak sync of 7 milllion images from stage to prod and need to re-run custom dam update workflow to make sure all these images are loaded in prod dynamic media server and later activate all these images as well from author. We were planning to batch them (which is really a tideous task on how to batch as we have deep folder inside our parent folder structure) and leverage ACS Commons Bulk workflow manager to do this in the next couple of weeks and later publish then after all these images are process. We are also not sure how long this will take and how prod instance will react. Does anyone have any recommendations or any proven methods to bulk process these large set of images? Is their any easier or better way to do this activity in production? Usually we used to run dam update workflow to the parent folder just after oak sync (but those were of less count like 20k or so) and then it used to complete in a night. But since the count here is 7
Are you an Eloqua user considering a switch to Marketo? As a Marketo Senior Business Consultant with over 15 years of experience in marketing automation, I can assure you that Marketo Engage is a powerful and user-friendly tool that can cater to your marketing needs. In this blog post, I will outline the top 10 differences between Eloqua and Marketo to help you adapt quickly and efficiently. 1. User Interface and Organization: Eloqua groups its features into Orchestration, Assets, Audience, Analytics, and Settings, while Marketo organizes its tools under Marketing Activities, Design Studio, Database, Analytics, and Admin. Marketo's tree-based organization system is intuitive, allowing users to easily navigate through folders containing Programs, Workflows (Smart Campaigns), Segments (Lists/Smart Lists), Landing Pages, Emails, Forms, and Reports. This makes it simpler for inexperienced marketers to learn and use the platform while providing advanced options for more experienced u
As an Adobe Workfront System Admin, do you find yourself completing maintenance tasks over and over – deleting templates that aren't being used, updating users' license types, etc. It’s important to keep your instance clean, but there must be a better way.In this on-demand webinar, originally broadcast on April 19, 2023, Monique Evans (@moniqueevans), Systems Operations Manager at Stanley Black & Decker, and Ewan Hruska (@ewanhr), Senior Customer Success Architect at Workfront (and a former customer), shared their “good, better and best” tips - from simple reports to Fusion scenarios - to address inefficiencies.Specifically:Repetitive processes that can bog Admins downNew and improved Fusion templates for common scenariosHow Monique Evans from Stanley Black & Decker has iterated and updated her workflow processes over timeAnd more!You can view the recording here and a copy of the slides is attached. Have questions for our speakers? Tag them in a comment below.
I have an aem package that needs to be tested on my aem cloud instance.I am noticing unexpected behaviour in my package. I am noticing that the controls against the package in /crx/de are limited, compared to other packages. The same goes for the Filters section. Please see images, the first one indicates that the controls and the Filters are missing, the second one shows the expected behaviour(from another package).Missing controlsExpected behaviourThe way I deploy the package is via IBM s3 bucket. I build and deploy the package to the bucket using “mvn clean install deploy”. Which deploys the package to the s3 bucket.As you can see from the screenshot below, the packages get deployed properly. This is from running the following command–“s3cmd ls s3://{bucket-name}/ --recursive ”s3 bucketIn my aem cloud instance repository, the credentials and the configurations are stored in the “settings.xml” file.I have a pipeline set up in cloud manager which pulls the package from the
Hi All, We have a mandate to integrate all data source connections with cyberark ,a password management tool to avoid practice of using hardcoded passwords. If anyone is aware of the process that we can leverage to integrate AEM Forms with Cyberark? Thanks in advance!
Does your organization currently have media tracking for Adobe Analytics implemented? If so, do you have a high confidence that the data collected is correct? Do you know when the last time the implementation was updated? And most importantly, do you have a plan in place to make sure the implementation is correct and stays up-to-date going forward? To answer these questions, start by checking the basics: Let’s assume you have access to Analysis Workspace and can set up a basic dashboard. When you create a new project, be sure to select the correct Report Suite, then search for the following: Content Name (variable) Media Time Spent NOTE: If these are not visible, re-enable Media Reporting in the report suite settings. In Analysis Workspace, add the Content Name (variable) dimension along with the following metrics: Media Starts, Drops Before Start, Content Starts, Content Complete, Avg Media Time Spent and Avg Content Time Spent, as such:
Hey guys I did a change in the synlinks on conf.d/enabled_vhosts adding a file, I tried first in windows but than as I received a fail because I was generating the file from Windows I then tried generating the file from a linux machine but I keep receiving the same error. You can see the error down bellow: + echo 'opt-in USE_SOURCES_DIRECTLY marker file detected' + [[ 1 -eq 0 ]] + /usr/bin/dispatcher-configuration-validator full -relaxed -d /tmp/dispatcher/configuration/publish /tmp/dispatcher/unzippedConfiguration [0mCloud manager validator 2.0.47 2023/04/26 14:19:00 The following errors were found in the httpd config: /tmp/dispatcher/unzippedConfiguration/conf.d/enabled_vhosts/002_custom_publish.vhost: appears to be a windows (pseudo) symlink but this OS does not support these. Please commit a correct symlink: ../available_vhosts/002_custom_publish.vhost 2023/04/26 14:19:00 Dispatcher configuration validation failed: /tmp/dispatcher/unzippedConfiguration/conf.d/en
2023-04-03 14:26:58.433984+0200 ccd-dev[13910:91270] [AEP SDK ERROR - <ConfigurationDownloader>] Loading config from URL https://assets.adobedtm.com/90decdbe34ba/49515d89fb2d/launch-6c94a9905432-development.json failed with response code: nil Hi there, Failed to fetch the launch remote configuration and returned error response remote server doesn’t contain the launch configuration against the appID. And receiving HTTP 304 not modified error. Can someone please assist on this?
Does anyone tried to use Prometheus client_java (GitHub - prometheus/client_java) in AEM sling servlet?I am trying to create a servlet where prometheus data will be displayed from a custom URL.This is my simple servlet, but I am experiencing some issues with it. import io.prometheus.client.Counter; import org.apache.sling.api.SlingHttpServletRequest; import org.apache.sling.api.SlingHttpServletResponse; import org.apache.sling.api.servlets.SlingSafeMethodsServlet; import org.osgi.service.component.annotations.Component; import javax.servlet.Servlet; import javax.servlet.ServletException; import java.io.IOException; @Component(service = Servlet.class, immediate = true, property = { "sling.servlet.methods=GET", "sling.servlet.paths=/services/metrics" }) public class PrometheusServlet extends SlingSafeMethodsServlet { static final Counter counter = Counter.build().name("Total_number_of_sample_counter").help("Total number of counter").register();
Hello, I built a task report which accurately displays the task name from projects. We want to share this report with individuals outside of our team. Within the report the task name needs to be replaced with "send date". Typically, I add extra descriptors within the task name on projects and we don't want those to show. I copy and pasted the text mode from the report below. Any help would be most appreciated. Thank you. Peggy Hennessydescriptionkey=nameisInlineEditable=falselink.linkproperty.0.name=IDlink.linkproperty.0.valuefield=IDlink.linkproperty.0.valueformat=intlink.lookup=link.viewlink.valuefield=objCodelink.valueformat=vallinkedname=directlistsort=string(name)namekey=sendquerysort=namesection=0shortview=falsestretch=100textmode=truevaluefield=namevalueformat=HTMLwidth=250
Has your favorite data analysis tool recently deprecated its connector to Marketo Engage? Worry not, you can use the Marketo REST API yourself to automatically export data from Marketo including data on system and custom Activities. This blog post assumes the reader is already familiar with using the Marketo REST API including setting up a custom service in the LaunchPoint section of the Admin console, and then using those credentials to obtain a Bearer Token with the necessary permissions to use the Bulk Export functionality. Once that is complete, it's a simple 3-step process to get your Activity data exported. Use the Create Export Activity Job endpoint to specify your parameters and get the job setup. You will need to indicate which Activities that you want to export by their ID values. These can be obtained using the Get Lead Activities endpoint and are also contained in this freely-available Google Sheets document. A common use case is to select Activities based on
Hello, In the report it says 1 of 2 branches missed for the below conditions checks in the codeif (Objects.nonNull(xssFilter))if (Objects.nonNull(httpResponse))Please let me know how could make it work 100% coverage for the above conditions Thanks,Srinivas
Hello Folks,How do we Internationalise date picker field with local languages for example Japanese ? Meanwhile I followed the official documenation https://experienceleague.adobe.com/docs/experience-manager-65/forms/adaptive-forms-advanced-authoring/using-aem-trans
This is the code ive put together so far. I am running into the error that event.value is NOT a function.i would appreciate any help to correct the code. This code is for an editable pdf that is in a flowed container. The table has new instance added with the click of a button so the code copies down with each new addition to the table.Code is Below: if (this.getField("timeout").valueAsString.length === 0 || this.getField("timein").valueAsString.length === 0) {event.value = "0";}else{var timefinished = this.getField("timeout").valueAsString.length;var timestarted = this.getField("timein").valueAsString.length; var difflnMilliSeconds = Math.abs(timefinished - timestarted )/1000;// calculate hoursvar hours = Math.floor(difflnMilliSeconds / 3600) % 24;difflnMilliSeconds = hours *3600;// calculate minutesvar minutes = Math.floor(difflnMilliSeconds / 60) % 60;difflnMilliSeconds = minutes * 60;// set field value to the differenceevent.value = hours + ":" + minutes;}@vijay_katoch&nb
Show-stopping customer experiences. Star-powered digital transformations. It’s almost time to celebrate! Register now for the Adobe Experience Maker Awards gala, streamed live from The Rainbow Room at New York City’s Rockefeller Center, June 21st from 5pm to 6:30pm PT We’ll honor this year’s finalists and announce the winners of twelve global award categories, including the Architect award, which recognizes the company that has designed and delivered personalized customer journeys to achieve measurable impact, and three regional award categories. Register now. Then join us on June 21st @ 5pm PT/ 8pm ET
Show-stopping customer experiences. Star-powered digital transformations. It’s almost time to celebrate. Register now for the Adobe Experience Maker Awards gala, streamed live from The Rainbow Room at New York City’s Rockefeller Center. We’ll honor this year’s finalists and announce the winners of twelve global award categories, including the Collaborator award which recognizes the company that has optimized work management to deliver exceptional value for all stakeholders, and three regional award categories. Register now Then join us on June 21 at 8pm ET!
Hello AEM Community! You may have heard the buzz around AEM Assets + Adobe Express, and the Assets product team would love to get your feedback to get a baseline on the innovation around quick content creation within a Digital Asset Management (DAM). The Adobe Experience Manager team wants to ensure Adobe Express and Experience Manager are built with immediate value realization in mind, so if you want to provide your feedback and opinions by taking this 5-minute survey, you can help influence the future of this exciting integration!Survey Link: https://forms.office.com/r/kmCtz4gAcJCheers!
What is Self Service Flow Step (SSFS)? Functionality released by Marketo Engage Product to integrate external web services with Smart Campaigns. In other terms – an enhanced version of Webhooks. SSFS allows you to design and deploy custom flow actions as web services, that can be used directly by Marketo Smart Campaigns. SSFS is designed for Marketo users that want to build deeper integrations with Marketo Smart Campaigns. SSFS works with Trigger, Batch, and Executable campaigns (later two are not available with legacy webhooks). Custom Flow Actions can send data from lead records and Smart Campaign context to and external web service for processing, and then write lead and activity data back to your Marketo database. The customer will need to build the external web service which will be configured in SSFS. Link to official documentation: https://experienceleague.adobe.com/docs/marketo/using/product-docs/core-marketo-concepts/smart-campaigns/flow-actions/flow-st
Hello AEM Assets Community! You may have heard the buzz around AEM Assets + Adobe Express, and the Assets product team would love to get your feedback to get a baseline on the innovation around quick content creation within a Digital Asset Management (DAM). The Adobe Experience Manager team wants to ensure Adobe Express and Experience Manager are built with immediate value realization in mind, so if you want to provide your feedback and opinions by taking this 5-minute survey, you can help influence the future of this exciting integration!Survey Link: https://forms.office.com/r/kmCtz4gAcJCheers!
In the continuation of the Email Verification rollout, Marketo Engage activated the feature on additional subscriptions between April 18th and April 25th. These subscriptions have Single Sign On enabled and “Require SSO” in the subscription password settings. Marketo Engage encountered some challenges at rollout and released a patch on Wednesday, April 26th, to fix any unexpected behavior. The email had tokens which were not properly formatted, resulting in incorrectly displayed text. This is not a phishing attempt, and Marketo Engage is working to correct the email formatting issue. In the meantime, users who received the email can click the provided link and verify their email address. Users who do not verify their email will not lose access to Marketo Engage or experience any change in product workflows at this time. Resources Original Marketo Nation Announcement Email Verification Documentation Email Verification Release Notes
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.