Explore product-specific spaces to ask questions, share insights, and learn best practices.
Recently active
Hello, I have been using Adobe Analytics for the past 6 months and have gained a fair amount of knowledge. I recently appeared for the AD0-E212 Adobe Analytics Business Practitioner exam, but unfortunately, I missed the passing score by 4 marks. According to my score report, my weak areas are: General Tool Knowledge and Troubleshooting – 40% Reporting and Dashboarding for Projects – 42% Can anyone guide me on how I can improve in these areas?
I created a package that includes a schema in Sandbox A. After resetting the sandbox (which wiped all resources, including the schema) but not package, I re-imported the same package in Sandbox A and, surprisingly, the schema was re-created successfully. However, the package only references the schema URL/ID, not the full schema definition. This raises a few questions: How is the schema being re-created just from the package, when the schema was wiped out with the sandbox reset? Is there any underlying backup or storage of the schema outside the sandbox that supports this recreation? If yes, where is that backup stored, and how long is it retained? Can we rely on this behavior long-term for restoring schemas/resources after sandbox resets? Would appreciate any insights. Thanks!
Hi, We have a huge set of data ingested into AEP for schema "ajo_message_feedback_event_dataset". And, our goal is to fetch the list of users who received emails and accessed the same. it's understood from Adobe documentation that information is stored at "ajo_message_feedback_event_dataset".Whilst accessing the dataset through Querying with below SQL query, we can see the results with various columns"SELECT *FROM ajo_message_feedback_event_dataset;"out of which, a specific column named "_experience" contains the batchInstanceID":"xxxxxxxxxxxxxxxxxxxxxxx", which helps us to build audience for a specific set of batchInstanceID. Upon using the below query to filter the results that matches with batchInstaceID from _experience as belowSELECT *FROM ajo_message_feedback_event_datasetWHERE contains(_experience, "%batchInstanceID%");, we see an error that describes on the field unavailable.Error Message : ErrorCode: 08P01 queryId: c44e0d65-b42f-4f08-8de3-7f4962050c08 Unkno
Hello I'm trying to run a report that has the program and then the projects listed with the start and end date in each milestone phase. For a visual cue: Is this report even possible or is it possible to create one like it? Any help would be appreciated.
Description: Provide filtering functionality when viewing events against a profile. Why is this feature important to you:Currently if I'm looking at events against a profile, either in support of query build or customer query resolution, I have to go through every event which can take a very long time. Being able to filter on things like a date, event type... would speed this process up significantly. How would you like the feature to work:Provide a filter button when viewing events against a profile with options to filter on dates and event type. Current Behaviour:Today we have to either search through every event or query in the 'View JSON'
Hi, Upon deletion of asset resource, I need to retrieve a property from the resource before it becomes null.I tried this using an Event Listener, Event Handler, ResourceChangeListener, setting up a workflow triggered by a launcher upon deletion, SlingFilter but the resource is null in all these cases. Is there any way other than overlaying Delete Button and obtain the resource details before asset is deleted? We are using AEM6.5. TIA.@arunpatidar @santoshsai @estebanbustamante
Creating a portal which is for viewing only would really help disseminate marketo reports & dashboards across the enterprise. So, imagine I create a report for a team in sales, but these persons don't have a marketo login.I think it would be much appreciated if am able to send them a link from where they can have view only access to the reports created inside marketo.
Hi Community! Hope you can help me. I am looking to lock specific fields based on the status of a (sub-)task. These concern fields on project and/or (sub-task) level. But I cannot find anything about this in the documentation, other than creating a scenario in Fusion to undo changes I values are changed, which is not acceptable for our setup. Is there anyway to lock the values of fields based on (sub-)task status? Instead of locking, potentially using the 'Display or Skip' logic rules can be used based on (sub-)task status? Open to those kind of opportunities as well, of course. And if not, should I add this as an idea? And would you be willing to vote for that?
Hello Adobe community,For those of us using Advanced BI Analytics for the enterprise, I think it's a great idea to introduce access level permissions such that we can assign specific view only, read/write, create permissions for different users of the platform. It would also be useful to have permissions for different dashboards or reports, for example, certain teams could have access to a high level dashboard but not an operational one. Such arrangement would also make it easy to find reports & dashboards. Is it a bad idea to split the dashboard platform across workspaces ? it may be for a small or mid-size business but for a company like mine, which has many business units and lots of persons with access to marketo, I don't think so. I think it's primordial if we want to avoid the chaos of having multiple users from different departments using the platform.
Hello, I'm trying to remediate security vulnerabilities in our AEM installation. I have downloaded the adobe-aem-forms-jee-hotfix-6.5.23.0-win-jboss.zip file, and extracted it, and I'm running the aemforms65_cfp_install.exe file in the Disk1/InstData/VM folder. The patch kicks off, executes, and succeeds. I then run configuration manager. The first issue I faced was that I had to copy the commons-io-2.5.jar file from the \Adobe_Experience_Manager_Forms\sdk\client-libs\thirdparty folder to the configuration manager lib directory. That got me past my first issue, which was: java.lang.NoClassDefFoundError: org/apache/commons/io/FileUtils. Now that I've moved past that, I'm getting this error: [2025-07-15 11:11:24,100], SEVERE, Thread-6, com.adobe.livecycle.lcm.feature.configureLC.MergeEarsTask, Task failedcom.adobe.livecycle.lcm.core.LCMException[ALC-LCM-010-200]: Failed to merge Ears.at com.adobe.livecycle.lcm.feature.configureLC.Mer
Hi All, I have to display the subform based on the dropdown value and once the subform is visible there are some fields that needs to mandatory. I have tried in all ways but is not working, it would be great if someone help on it, as the development is on hold. Sample script if(this.rawValue == "Accept"){Page1.Accept.presence = "visible";Page1.Accept.TextField1.mandatory = "error";Page1.Denial.presence = "hidden";Page1.Denial.TextField3.mandatory = "disable";}else if(this.rawValue == "Denial"){Page1.Accept.presence = "hidden";Page1.Accept.TextField1.mandatory = "disable";Page1.Denial.presence = "visible";Page1.Denial.TextField3.mandatory = "error";} Thank you in advance Regards,Apurva
Hi,I am looking for a (text mode) option to sort a field that includes dates and times, but is a text field: June 1 - 8:00June 1 - 9:00June 2 - 8:00June 2 - 9:00 Is there a way? Thanks in advance
I would like to confirm whether both task emails and workflow emails use the same SMTP settings. If they do, could you please advise why, in the same environment, only task emails are working while workflow emails are not?
We have created a custom RTE component for linking the test to different links depending on the requirement.So we have created a one extra pop-up on RTE. So for this we have created a js file. In this javascript we also have used underscore js and using for ex _.isEmpty function. Now after AEM 6.5.10 upgrade it always says "_ is" not defined. We have underscore as a dependency for out clientlibs. This was working with 6.5.5 but after 6.5.10 its not working. I see one difference here is 6.5.5 this lodash contains modern folder with categories lodash, underscore. Now after 6.5.10 this modern folder is missing so these categories are missing. So is this the reason underscore depedency that was added to out existing component is not getting recognised? Thanks,Mahaboob,
We're in the process of implementing reCAPTCHA v3 on our Marketo forms, following the native CAPTCHA integration recently rolled out by Marketo. Form submissions are working smoothly, and we're successfully capturing metrics in the Google reCAPTCHA console. The only issue we're facing is with the reCAPTCHA badge:- Occasionally, it appears but disappears within milliseconds.- At other times, the badge simply fails to load altogether. LP - http://504-zrn-403.mktoweb.com/lp/504-ZRN-403/Test-reCAPTCHA.html
Introduction In today’s multi-device, multi-channel landscape, customers often engage with brands across multiple platforms and touchpoints on their path to conversion. A customer might discover your product on their mobile device during their morning commute, research it on their work computer during lunch, and finally make the purchase on their tablet at home. Without person stitching, these would appear as three separate customers in your analytics, leading to fragmented insights and missed opportunities. Organizations increasingly need to effectively combine customer data from multiple touchpoints to gain meaningful analytics insights. This is crucial for Customer Journey Analytics (CJA), which uses a single declared field identifier per dataset to maintain consistent person identity. To meet these data integration needs, CJA for person-based stitching offers two distinct approaches: Field-based Stitching (FBS) and Graph-based Stitching (GBS). These stitching methods help
Dear community, I am currently working on a project using Edge Delivery Services with AEM as the content source. I have completed the migration of content from my development author environment to production using an AEM package. I have confirmed that both the site structure and assets are visible in the production author instance. The configurations between development and production environments are identical. My main question is:To switch the content source from the development author to the production author, is it sufficient to simply update the fstab file to point to the production author URL?Since the paths.json should remain consistent after the content migration, I would like to confirm if this is the only required step. I want to ensure that this approach will not introduce issues when new content is published from the production author, and that Edge Delivery Services will continue to function as expected without disruptions. Could you please confirm if t
I know that this is a topic that has been discussed a few times but I have yet to find a solution that really works. My goal is to create a report that only shows tasks where the actual completion date is at least 1 day after the planned completion date. The issue I am running into at the moment is that since Workfront utilizes the time of day, instead of just the day, the report is showing tasks that have the same planned and completed dates. Is there a way to update the below text codes (or a different one) to exclude the time of day or add to it? Something along the line of (Greater than __ + 1 day). I have tried the below to text code for the filter.actualCompletionDate=FIELD:plannedCompletionDate actualCompletionDate_Mod=gt And in an effort to format late tasks I have tried the text code to the "Actual Completion Date" column. styledef.case.0.comparison.icon=falsestyledef.case.0.comparison.leftmethod=actualCompletionDatestyledef.case.0.comparison.le
Hi Team,Recently we are seeing an issue on pipeline execution for AEMCS.The execution has been stuck during the deployment to the dev stage for several hours. Has anyone else faced a similar issue?We contacted the support team during the initial occurrence. While they couldn’t identify the root cause, they mentioned that one of the pods was stopped, which they assumed might be the reason.The issue has happened again today, but we haven’t received any feedback from the team yet. We haven’t made any customizations to the pipeline—our code builds successfully locally and has been pushed to the Adobe pipeline.Has anyone else observed a similar problem?Thanks,Geo
Is it possible to logically and securely segregate development, pre-production, and production environments within Adobe Experience Manager?Specifically:Does this segregation require the configuration of three distinct Adobe Programs, or is there a native way to manage multiple environments within a single Program?Can these environments communicate with each other and with their respective on-premise enviroments?If so, is it necessary to configure three separate VPNs to enable secure communication between each environment and its corresponding on-prem infrastructure?
How do I setup an AB test activity that splits traffic between two different land page URLs that are connected to a UTM campaign audience. Adding additional pages doesn't work because I want 50% of traffic from the UTM to land on the second page.
We have an in-house Creative and Marketing team and we are having issues with Marketing looking at a proof when it isn't ready for their review yet. How have others navigated this and what solutions do you have? We still want Marketing to have access to the request and the project, however, we want to remove visibility of the document proof until it is ready for their review/approval. As a work around, we are turning off inherited permissions on the document itself but this is proving to be extremely manual and it is restricting access to others in the Creative/PM team that should still have access. Thank you!
Hello Community,Today, I have a question regarding the ability to view the full list of B2B account audiences using Query Service and join them with account profiles.I've noticed that there are three key snapshot tables: profile, account, and segmentation. I was able to join customer profiles with audience data using the segmentMembership attribute. However, in the context of accounts, this attribute appears to be unavailable—all records in the corresponding column are null, even though account-based audiences have been created.Has anyone encountered this before or have any advice on how to retrieve account audience data using Query Service?Thank you in advance!
Hi Everyone, Unlock the full potential of Adobe Experience Platform and apps at The Skill Exchange event through expert-led sessions. Save your spot and register today Join us on Wednesday, August 13, for a power-packed day of learning focused on Adobe Journey Optimizer (AJO) and Real-Time CDP, all designed to help you maximize customer impact, simplify workflows, and scale personalization. Type Title Speaker(s) Keynote Opening Keynote Klaasjan Tucker & Nimasha Jain, Adobe Real-Time CDP Balancing AI Personalization, Privacy, and Data Security Ketan Bhanushali & Lalitha Kavutharapu, Prudential Real-Time CDP Maximize Media ROI with RTCDP Collaboration Giuseppe Cagliostro, Wavemaker Journey Optimizer Calming Customer Chaos: Tackling Complex Journeys in AJO Adam Wilson, Air Miles Journey Optimizer Solving Adobe Journeys Beyond Email: Catch Errors Early Stephen Cave, World Vision & David Kangni, RiteAid More to Explore The Skill Exchange runs August 13–21, spot
Hi,How to check who updated the status from 'Denylisted/Valid' to 'Quarantine' in nms:address. Thank you.
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.