Explore product-specific spaces to ask questions, share insights, and learn best practices.
Recently active
👋 I'm one of the developers of the AEP Debugger. A recent update broke the log-in process on the AEP Debugger. We submitted a fix to Google yesterday and they are reviewing it right now. This process usually takes a few days. I apologize for the bump in the road and really appreciate your patience as we all wait for Google.
Hi all, I'm trying to fully understand the cron-like expression for the AEM Sitemap Scheduler configuration. On this page https://experienceleague.adobe.com/en/docs/experience-manager-learn/sites/seo/sitemaps#sitemap-scheduler-osgi-configuration there is an example of: "0 0 2 1/1 * ? *" So trying to understand this documented example from left to right:0 (first): Minute 00 (second): Hour 0, so together with the first 0 that means MIDNIGHT2: Only run on the 2nd of the month1/1: Every month - but why use 1/1 and not * here?*: Any day of the week?: I guess this means every year, but why not use * here?* (last one): what is this for? So in summary I'd like to understand why 1/1 and ? where used instead of *?And what is that last * for? Many thanks, David
Anyone else try to access the scenario settings button lately and it's not loading? It just loads infinitely and never actually loads in. If anyone else can access it, I'll likely just submit a support ticket.
Hi Workfront Community, I have a question regarding the Top Priority, Project, and Committed Date fields in Workfront, specifically in relation to how they appear in the People tab within a Project for team members. I’ve noticed that the task showing as "Top Priority" for some team members does not have a high priority set for them (the priority is set to "Normal"), as well as the Project. In other words, the priority for the tasks in question is not high, and the projects associated with these tasks do not seem to be the main point of focus. but I’m not sure how the system is populating these fields. Is there a specific configuration in Workfront that automatically populates the Top Priority, Project, Committed Date fields for users, or is this something that needs to be manually set at the project or task level? I also cannot find a way to manually set or adjust the Top Priority field under the user profile. Any insight into how these fie
Hi, I have a question about how to specify a certain rule when defining an audience in AEP. I have these two date fields into the profile: RefDate1 and RefDate2. In audience builder I want to have some condition like RefDate1 <= RefDate2. How do I specify it in the GUI?
Hi all, What is a Page Component in a Static Template?I am reading that it is the main component on main page and all other components are separate from it. With respect to the way we create in a specific folder for housing the component or in any other way, how does a Page Component in a Static Template differ from all other components? Appreciate all your replies. Thanks,RK.
Hello AEM Community,We've recently migrated our environment from AEM 6.5 to AEM 6.5 LTS. Post-migration, we've observed that several of our previously passing test cases are now failing. These failures are impacting our deployment pipeline, and we're seeking insights to resolve them.Details:Migration Overview: Transitioned from AEM 6.5 to AEM 6.5 LTS following Adobe's recommended procedures.Test Framework: Utilizing JUnit 5 for unit testing.Issue Observed: Test cases that involve component initialization and resource adaptation are failing. Specifically, tests that previously passed are now encountering NullPointerException during the execution of the init() method in our models.public final AemContext context = new AemContext(JCR_MOCK);<dependency> <groupId>org.apache.sling</groupId> <artifactId>org.apache.sling.testing.sling-mock.junit5</artifactId> <version>3.5.0</version> <scope>test</scope></dependency><dep
Hi all, Kindly share a video tutorial on creating and using/authoring an Editable Template End to End Tutorial, preferably one tutorial. Appreciate all your replies. Thanks,RK.
In a event triggered journey, when I push a payload into the dataset, do I need to profile enable the schema and dataset for the profile in the payload to become a part of the journey ?
There are some errors in this code. First one is like this: extractResponseTokens is not definedhttps://experienceleague.adobe.com/en/docs/target/using/administer/response-tokens#aep-badge-sending-data-to-google-analytics-via-platform-web-sdkCan somebody send this to people responsible for that documentation?
Hello team, Earlier with appmeasurement, we used to send Adobe analytics the ECID with "D=mid" to one of our eVars.Now with WebSDK, Adobe recommends we use alloy send if we have to use it on client side:return alloy("getIdentity").then(function(result) {console.log (result.identity.ECID);_satellite.setVar("mcid", result.identity.ECID);});So i use aboe code, but this code always runs at the last even if the rule has priority 1.Do you have any other recommendations on how can i send ECID to Adobe Analytics? Thanks,Nitin
Hello Team,If an event happens in the past but gets sent late, will streaming segmentation still use it, or does it only count for batch or scheduled segment updates?
Hi I have begin my target learning journey, but for form based composer on my local machine even though i am fetching the offer and there is the network call the offer is not visible whereas when i do the same thing on a hosted website it works perfectly fine , tried it on luma why?
Dear all,I have been struggling with this issue for more than 3 months and I am running out of solutions. I am currently working on old pdf forms encoded with an XFA format that was made with the old software Adobe Livecycle. I have to correct those forms, sometimes for just a "." and the only way I found is to print the form (as advised on the Adobe site). But this completely destroys the document and suppresses all the drop-down menus. Meaning that I have to re do all the form for just a ".". If it was not enough work already since these forms are used in more than 56 languages (languages using symbols (like Korean)) are creating issues later with date format (even when clicking on the drop-down&nbs
On every custom form we have one common field with 3 categories on for report purposes. Each request submitted requires the requestor to select the correct category and at the end of the month we report on those 3 categories. However, for some requestors, who are not frequent Workfront visitors, we want to preset /default a category on specific custom forms, not all - is this possible? In the sandbox when I default a category, it defaults across all forms too but wondered if I was missing something as some fields have features just for that form. Hope this makes sense!
We have recently moved the project from AEM 6.5 on prem to AEMaaCS. Please do suggest some practices to test the workflows to ensure they are working perfectly fine on cloud. Thanks!
Hey guys,just a quick question: in a calculated field, has anyone applied an AEP data prep in the UI which transforms an incoming array of JSON objects into a new map/object structure like below?array_to_map(items, "id") seems to only generate an object structure that gives little control over what the target structure.Are there no "real" array functions in the source data prep? Destinations however seem to support a lot more functions like transformArray, filterArray, .... https://experienceleague.adobe.com/en/docs/experience-platform/data-prep/functions#special-operations Source structure: { "items": [{ "id": "12345", "hello": "foo", "bla": "blub" },{ "id": "26480", "hello": "bar", "bla": "something else" }] } Target object structure: { "12345_foo": { "id": "12345", "hello": "foo" }, "26480_bar": { "id": "26480", "hello": "bar" } } Thx for any input!
When I am completing data in a report Custom Field I can use shift and enter to drop a line in the field. This shortcut isn't working for Mac users in my instance - does anyone know how I can do this?
I want to create button with more types. Currently, it only takes primary, secondary and tertiary in select component. Is there any possible ways to achieve this if I need more variations for button block?
Hi all,I'm adding a new block to my EDS project, I edited the component-definition.json file for new component definition, the component-models.json for model and the component-filters.json file to enable the component to be added under sections. I'm currently working on a branch detached from main branch and I'm using the "ref" query param to refer to this branch in the Universal Editor. I committed the code on my branch and I can see it in the available blocks that I can add under sections. I can add the component and configure the two text properties (1 richtext and 1 text) of the defined model and I can see them with their values in the editor preview without problems, but when I publish the content in Preview and in Publish and I access the link https://<branch>--<repo>--<owner>.aem.page I see the page and the component wrapper but I cannot see the properties values, I see only an empty <div></div> inside the component wrapper. What cou
We need to limit the # of characters a requestor submits into a text field. Is that possible to do? Can Fusion help with that? TY
Does anyone know if we can set a character limit in text fields? I don't currently see that function. Thank you.
I have questions regarding goal tracking in specific scenarios:Tracking Goals on Separate Pages: I'm wondering if we need to explicitly include success pages (e.g., post-form submission) OR order confirmation pages in my A/B test setup, even when the activity itself is running on a different initial page.For instance, consider a 5-step form. My current activity focuses on the first step, but the primary goal I'm tracking is the final "submit" button click on the fifth step.Similarly, if we're running an activity on the homepage, but our goal is to track order confirmations that occur on a separate order confirmation page, should that page be included in the activity setup?Best Practices for Including Success/Confirmation Pages: If the answer to the first question is yes, what would be the recommended approach? Directly adding the success page as an additional page in the A/B test seems problematic, as users could potentially land on it directly without interacting with the ma
Just want to make sure I'm getting this right:If my A/B test is on one page, can I still track a goal using a "Viewed a page" metric on a different page (which is not the part of activity)?Basically, even if the page isn't part of the actual activity setup, Target will still count it as a conversion if someone who saw my test ends up there?I know a custom mbox might be "better" (in case of order-confirmation/thank-you pages) but I'm specifically curious about how "Viewed a page" links up the data in the reports when the goal page isn't in the activity. How does Target know to count that view towards my test results on the initial page? Just trying to wrap my head around the architecture of this. Thanks in advance!
Hi team, We have implemented the Workfront to AEM Assets integration that allows our designers to send our final assets from Workfront to AEM Assets. When sending an asset from Workfront to AEM Assets our designers are prompted via popup window to select a location for the asset to live in AEM Assets. My understanding is that the location options provided in the popup window should mirror the AEM Assets folder structure, but ours does not. During our research phase of rolling out our DAM and the integration we created a folder structure in AEM Assets that has been tweaked slightly to align with our needs. The folders populating in the popup window in Workfront mirror our original folder structure and not our current folder structure. How can we get our updated AEM Assets folder structure to populate in the Workfront to AEM Assets integration popup window when selecting a location for an asset to live in AEM Assets? Best,E
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.