Explore product-specific spaces to ask questions, share insights, and learn best practices.
Recently active
NN
Hey folks, I have an absurd issue on my custom ui testing build - The logs are building out the URL https://publish-p111111-e1492222.adobeaemcloud.net/hello/test/hi?nocache=trueThe actual URL should be adobeaemcloud.com and not .netI have set the URL in environment variable and in my cypress.config.js but yet the above one gets logged. The above URL gives Apache standard response It works and thereby fails my custom tests.cy:request ✔ [object Object]Status: 200Response body: <html><body><h1>It works!</h1></body></html>cy:command ✔ STEP HTTP Status: 200 Anyone knows why that is? Thanks,Nagesh
Hi all, Is it possible to use a subdomain delegated to Adobe and used in email channel setup to be reused in SMS Subdomain setup with a different prefix ? As per this documentation - https://experienceleague.adobe.com/en/docs/journey-optimizer/using/channels/sms/sms-subdomains already delegated subdomains can be used, but wondering whether the one used for email setup could be reused for SMS or not ?
Hi everyone,I’m seeing a strange discrepancy in Unique Visitors when viewing the same dashboard within the same Virtual Report Suite.Users with different roles are getting different numbers — specifically, Basic Users see around 40K more Unique Visitors than Admins.Has anyone come across this behavior before? Could this be related to user permissions, data view settings, or something else I might be missing?I’d really appreciate any ideas or guidance — thank you all for your time and help!Best,
I am new to Adobe Analytics, is there any way that can I track what visitors from Adobe Campaign did on my Fatlosscalc website without using UTMs? So far all I could get where the Campaign Dimensions, but I can't do much with those or maybe I'm doing something wrong. Cheers!
Hello!I'm having difficulties finding Version identifier enable option when creating schemas.Can somebody please help me with this?Thanking you in advance,Aline
Have a question about the Adobe Experience Platform Foundations course?This free online course is recommended as part of studying for the Adobe Journey Optimizer Business Practitioner Professional certification exam and Real-Time Customer Data Platform Business Practitioner Professional certification exam. Reply to this thread and a learning support specialist will respond to you. We follow the Adobe Experience League Community Forum Guidelines in this discussion thread. If the response resolves your question, consider giving a Like to the learning specialist who replied. We appreciate the kudos! Questions outside the scope of the online courses and exam preparation guide will be directed to the main community forum page.
Currently, if you share an audience to e.g. Facebook Custom Audience, you can do only a 1:1 mapping of your xdm schema field. As some destinations have specific requirements, it would be great to have like a calculated field as an option (same as in datastream mapping). One example would be to lowercase your xdm schema fields, as e.g. Facebook Custom Audience needs firstname / lastname in lowercase. As of now, I have to ingest an additional field with lowercase firstname / lastname to make it happen (or do some query service magic). I guess some simple adjustments / transformations of your current xdm schema fields would be very helpful.
Hi, I have a tickbox field which has over 50 options, this field is used to create the job name by Fusion. Is it possible to use this field on several custom forms but alter the answers available to choose from dependant on the form it's used. E.G. Form one has all choices, Form two only has choices for print because it''s a print job form. TIA
Why it is called Adobe Campaign Classic v7 & Campaign v8 is version 8 is different, or does it mean as Adobe campaign classic version 8 ?
I am trying to create a variable in HTML and use the value in multiple places in HTML. {% let Linktags = "abc,def" %} <a href="https://www.qatarairways.com/" target="_blank" data-tags="{{ Linktags }}" style="color:#8C919B; text-decoration:underline;" data-tracking-type="MIRROR_PAGE" data-nl-type="mirrorPage"> View in browser </a> I validated this HTML and there is no syntax issue but it is treating like string data-tags="{{ Linktags }}". instead of getting value from actual variable. I also tried below syntax but it is not working. Any idea how to make this work ? <a href="https://www.qatarairways.com/" target="_blank" data-tags="{%=Linktags %}" style="color:#8C919B; text-decoration:underline;" data-tracking-type="MIRROR_PAGE" data-nl-type="mirrorPage"> View in browser </a>
Hi All, I tried to setup a maven project and refered the help docs.I have successfully compiled and jar files are available in the target folder. But it is not getting installed to the CQ instance.In the maven logs i could see "D://Workspace/target/my-bundle-SNAPSHOT-1.0-Jar is not an OSGI bundle, not uploading" . I am not sure what could be the error. Can someone please help me on this!!Thanks,Jai
Hi All, In continuation to this https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/what-is-the-process-of-running-aem-6-5-lts-analyzer-to-check/m-p/778500#M188610, I tried do the step to check whether the existed 'crx-quickstart' would work with LTS jar file(), so started the jar file along side 'crx-quickstart', but that is failed to start seamlessly, with below errors,ex:*ERROR* [FelixLogListener] Events.Framework.org.apache.jackrabbit.oak-segment-azure FrameworkEvent ERROR (org.apache.felix.log.LogException: org.osgi.framework.BundleException: Unable to resolve org.apache.jackrabbit.oak-segment-azure [120](R 120.2): missing requirement [org.apache.jackrabbit.oak-segment-azure [120](R 120.2)] osgi.wiring.package; (&(osgi.wiring.package=org.apache.jackrabbit.oak.segment.spi.persistence.split)(version>=1.0.0)(!(version>=2.0.0))) [caused by: Unable to resolve org.apache.jackrabbit.oak-segment-tar [121](R 121.2): missing requirement [org.ap
I am currently working on integrating Azure Service Bus with AEM and need to load the azure-messaging-servicebus dependencies in the AEM environment to enable file POST operations via a servlet to the Azure endpoint.I have downloaded the required JAR — azure-messaging-servicebus-7.17.16 — along with its relevant dependencies.These JAR files have been placed in a lib folder located at the root of the codebase, and I have updated the core/pom.xml accordingly as shown below (Added Azure and Netty dependencies and updated the bnd-maven-plugin configuration with corresponding Import-Package and Embed-Dependency directives) : <?xml version="1.0" encoding="UTF-8"?> <!-- | Copyright 2017 Adobe Systems Incorporated | | Licensed under the Apache License, Version 2.0 (the "License"); | you may not use this file except in compliance with the License. | You may obtain a copy of the License at | | http://www.apache.org/licenses/LICENSE-2.0 | | Unless required by appl
Hi, just i am learning adobe AEM and while practicing getting below an error.WKND ArticlesError: Failed to fetch i have created AEM component and servlet class and now trying to fetch page articles which are in wknd content through React app getting above error. i searched and tried multiple ways to resolve the issue but i couldn't do. when i searched dev tools below erorr was showing even i have configured CORS in AEM OSGi console AEM -http://localhost:4502/system/console/configMgr for com.adobe.granite.cors.impl.CORSPolicyImplcan some help on this what went wrong from my side. (index):1 Access to fetch at 'http://localhost:4502/content/wknd/language-masters/en/PracticePage.article.json' from origin 'http://localhost:3000' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource.:4502/content/wknd/language-masters/en/PracticePage.article.json:1 Failed to load resource: net::ERR_FAILED(index
Hello! When in a Project's Task list, I am looking for a way to highlight when a child task is missing a predecessor. My users sometimes forget to add predecessors and I want to give them a Task View that highlights when that happens so they can easily see it & fix it. I am not sure if there is a column rule I can configure? or if this is a text mode solution?
Hi everyone, I have a question about creating workflows in AEM (and automating repetitive tasks in general). Our process to create a workflow in AEM is: Navigate to Sites > {your product's v1 folder}Select the icon for the page to be reviewed (if you need more than one page reviewed, additional pages can be added later from within the workflow). Various buttons become visible in the toolbar above, including "+Create".Click Create in the top (far left) nav. The button expands, revealing several options.Click Workflow. The Create Workflow window opens.Select Workflow Model - type 'E' or scroll to find EDP Sequential Workflow or EDP Daily Workflow. The applicable fields are displayed (workflow title, keep workflow package, package title, change summary, date, approver, publisher, etc.)(Fill out the various fields for your workflow.)If you have multiple pages to review (or your product is available to multiple countries /
Description - Enable Rich Text Editing for Task Details > Overview > Description.Why is this feature important to you - It would give us more tools to emphasize and communicate key details in the instructions and provide better readability for the user assigned to the task. Better readability means faster turnaround and fewer mistakes.How would you like the feature to work - Give us the same formatting options that are here in Ideas, i.e., preformatted styles, text color, text size, font, insert/edit code, insert video, create table, alignment, indent/outdent. Current Behaviour - Only plain text can be used, so instructions for tasks that are more complex are created in Word and uploaded, then a note is added to the task to see the attached Document for instructions which is less efficient for everyone.__________________________________________________________________________________________________ Here's a lot more UX friendly example (overly styled/colored for emphas
Hey guys, has anyone managed to get the automatic click tracking of Target activities, played out through Web SDK, to work? We are applying the "data-aep-click-label" label to our CTAs The click is triggering a "decisioning.propositionInteract" call as it should, but we are constantly seeing this error in our dataset. "The message cannot be validated due to the format error: #/_experience/decisioning/propositions/0/items/0/id: [1214107:12] is not a valid URI reference." Now, looking at the schema, the field indeed requires a url-reference formatted string in events[0].xdm._experience.decisioning.propositions[0].items[0].id but this is what the Web SDK is implicitly sending, so no changes from our end, and surely not a URL-style value. Any idea whether this has to somehow be configured? As mentioned, all we do is add the label and Web SDK should do the rest.
Hi everyone! Looking for some advice and best practices on onboarding teams to the proofing process. A lot of us are experienced WF users, but using the proofing process is new to our team. We have our designers owning the proofs and setting up the workflows (due to volume of work) on most projects. All of us are finding the process to be pretty complicated and glitchy. We are trying to use automated workflows that include all the relevant users/roles/etc. pre-set to make it very simple for us. What are some things you all did to make the process easier and more straightforward for the teams? What tips, tricks and workarounds do you use to make the system work for your team? Some specific issues we are struggling with are:- Controlling access to the proofs when it is not a user's turn. (Private stages only seem to hide the comments, not the proof itself)- Dealing with the "Workfront" stage that is created whenever a user looks at a proof.- Creatives needing to make a dec
Lets say if the events are batch based, and attribute required in the personalization is not part of profile schema, but event schema. And those attribute cant be added into profile as there could many such attribute. In such case if journey is built using read audience or qualification, then how to access attributes from event schema for those audience ? computed attribute is not an option here, bcz these cant be stored as profile attribute due to growing nature of event attribute list.
Is journey orchestrator a separate sku and not part of journey optimizer ? I havnt used adobe campaign, but is that JO part of ACC suite ? The UI of JO seems exactly same as AJO. When do we use JO, instead of AJO ?
Hi all,I have a request from a manager for a report that shows the status of each phase of their ongoing projects. Each project is divided into these phases, with a parent task named 'Phase 1: XXX', Phase 2: XXX' etc., and all the related tasks are under it. The ask is to have a report with these columns, and to have the Phase column show the progress status (or percent complete) for each phase:Project NamePhase 1 StatusPhase 2 StatusPhase 3 StatusPhase 4 StatusI think this can be done, but I'm new to text mode reporting and stuck as to how to call out a parent task from a project report. Usually I hunt around the Community or documentation to find something close to what I need and then try to patch it into doing what I want, but I'm stuck here. I am aware of the API Explorer, but haven't had a chance to practice in it yet. Any help would be hugely appreciated, I'm trying to convince some folks they can get good project info within Workfront and we don't need to revert
Have a quick question - that - My Journey Starts with a read audience and I have added the Day of week check [ Tues|Wed|Thurs|Friday] . Now the question is Concern about the weekday checks- right now when the check returns weekend/monday, it looks like it ends the customer journey. What would be best possible Solutions for this - Problem Statement : 1. Added the Days of week chek only in [ Tues|Wed|Thurs|Friday] days - is this sufficient 2. If the days are from Sat to Monday - then the customers will be out of the journey - then how to handle it .
Hosted in partnership with Rachel Small @rachel_small and Bill McCandless of Kyndryl, this session provided an overview of how Kyndryl’s in-house creative team took a self-taught approach to building a Workfront model that could support a $7B global business. They designed and scaled a content operations framework using native Workfront features like project templates, custom forms, reports and dashboards to balance speed, visibility, and governance. Access the on-demand resources here: Kyndryl Slide Deck PDF Workshop Recording Taking what they learned from other Workfront customers, this is a great story of how powerful (and generous) the Workfront Community is. If you are interested in sharing your story or use case, please send us an email at csatscale@adobe.com. Additional FREE Workfront events are happening this month, so be sure to check out the Events page on Experience League to see the full list and to register.
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.