Explore product-specific spaces to ask questions, share insights, and learn best practices.
Recently active
I created an EDS site using the "AEM Site with Edge Delivery Services Template 0.0.16" and set up configurations and headers within it. The paths.json file in the repository has the necessary mappings. I can access the Helix config via https://main--***.aem.page/config.json, but any updates made and republished do not show up in the config.json. Additionally, when attempting to load headers.json via https://main--**.aem.page/headers.json, I receive a 404 error. Please see the screenshots.
Hi everyone, I need the exit rate of users at a specific step on my website. The issue is, I cannot use the page because the application on the website I want to measure the exit rate for is on a single page. I have an eVar that has a value of the process step the user is currently in, but I am not sure an eVar would work for an exit rate?
Good afternoon, I would like to understand how to reference a Text Token within an Email Script Token, both within the same Email Program. The Email Program contains 3 Text tokens that are used to set UTM values - {{my.UTM-Campaign}}, {{my.UTM-Source}}, & {{my.UTM-Medium}} - and each token contains a string value, e.g. em_20241113, mkto & email-organic. These tokens are used elsewhere within the Program and email content but I would also like to utilise them in an Email Script token also within the same Program. For context, the Email Script Token builds href URLs to be inserted into HTML, using a combination of hard coded elements, lead fields (language & country) and Product IDs, which are extracted from a SFDC Custom Product Object linked to the Person object, i.e. each person can have multiple product preferences and the email displays an image and Product name for each associated product both with the constructed URL included to allow recipients to
Hi everyone, does anyone know how to pull a report on programs which shows the program owner in a column? We currently have program owner set up as a tag. I can see in the program performance report that I can select each owner one by one but what I'd really like is to have the program owner tag value displayed as a column on this report. The goal is to provide a list of active programs to each owner so they can confirm which ones are good to archive. Thanks in advance for any creative solutions to this challenge!
Page issue -
I want to validate if is it possible to customize GraphQL schemas or use GraphQL resolvers while using GraphQL API for Content Fragments in AEM 6.5.21. Right now we can fetch CF data using a persisted query and it returns all the data just like it exists in the JCR, but we would like to transform some fields before providing the response: for example, for a string multifield (String[]) that is returning data like this: { "data": { "sampleCFByPath": { "item": { "title": "Sample CF", "section": [ "{\"field1\":\"value 1\",\"field2\":false}" ] } } } } We need to transform it to be a JSON array like this: { "data": { "sampleCFByPath": { "item": { "title": "Sample CF", "section": [ { "field1": "value 1", "field2": false } ] } } } } Thanks in advance
Hi All, I'm trying to update an active scenario I built to attach a custom form to an issue when it is routed to it's home project. The scenario I currently have takes a request/issue and routes it to the project the requester entered in a project typeahead field on the request form. Once it is moved to this project I want Fusion to automatically attach a custom form. This is the module I attached at the end of my scenario but I keep getting the following error message from my new module:RuntimeError[422] name cannot be nullOriginAdobe Workfront Here's the Module in question Module Type: Create a Record (with attaching custom forms)Connection: SB01Record Type: IssueSelect Fields to Map: Project IDProject ID: (map on) 11. IDAttach custom form: Custom form name then there's a list of all the fields from the form that I left blank. The plan is that these fields will auto populate once attached to the issue. The fields are all project level calculated
First I get the doubt about desired admin password after giving the password it is showing some other errors. Could you please through it.
Hi everyone,In my current setup, I've split AA and AT into two different data collection rules. I want AT to load on the library loaded event and AA with the data layer push event. Both use the "send data" event with a guided event: AA with data collection and AT with "personalization request." so, if I add the XDM object and/or data object to my AT rule, it seems like the schema is receiving a call with counting a page view +1 and all the web page details as those are defined in the "update variables"-event in my AA rule. I'm wondering if I'm messing up my data in the CDP because the desired AT rule tells the schema, that a page view has happened? I'm not sure about best practices here. Should I leave it blank, or build a separate data element or update/empty the variables before? How are you folks doing that?
Hi Team, Greetings!! I would like to know how to integrate Email Data from AEM to AEP. AEM is Source and AEP will be the Destination.
Hi All, For my instance, we're looking into creating a Fusion Scenario that pulls the 10 most recent projects a user (typeahead field) has worked on, and adds those project names to a custom field on an issue associated with that user? This is the scenario I've built so far but need some insight into what I maybe missing: Scenario 1Watch EventsRecord type: TaskState: New StateFilters: ParentID Equal CPSRecord Origin: new and update records Scenario 2SearchRecord Type: TaskResult Set: All Matching RecordsSearch Criteria fields: ID, Name, Project ID, DE:PSRA, DE:PSRR, DE:PSRRSSearch Criteria: DE:PSRA basic operators ExistOutput: ID, Parent ID, Project ID, DE:Parent Name, DE:PN, DE:PSRA, DE:PSRR, DE:PSRRS Scenario 3Read RecordRecord Type: ProjectOutputs: ID, Last Update Date, NameReferences: Collections:ID: 2. DE:PSRA Scenario 4Array AggregatorSource Module: Adobe Workfront - Read a record [4]Target Structure: CustomAggregated Fields: name Ad
I am seeing in both Sandbox and Production a glitch/bug where occaisionally an old style version of a custom form is displayed to the user. This is in turn causing some of our Fusion scenarios to not complete as expected as the fields and answers to them that decide various pathways in Fusion are not being filled.Is anyone else experiencing this?
Hello, Is there a ways how I can logout all customers from magento? I would like to implement lock/unlock attribute for customers and I want to make sure that all customers have to login back again so that the ones which are locked cannot login anymore? Can I do that somehow with redis to clear all sessions in magento cloud?
Hi Guys I have one requirement where i need to get a current page path to pass it into some logic in component level and that component is used in experience fragment and that fragment is used in template, template used for creating pages.Method 1-<header data-sly-use.header="${'com.xyz.aem.core.models.Header' @ currentPagePath = currentPage.path}" @RequestAttribute(name="currentPagePath") private String currentPagePath; Method 2-@586265 private Page currentPage; private String currentPagePath = currentPage.getPath();I have used these two methods in sling model, its working as expected in local instance(author/publisher) and cloud author instance but in cloud publisher environment its giving the template path. if i use the component alone in a page its working fine but the requirement is to keep that component in experience fragment and SDI used to include that experience fragment in template level Steps i followed to troubleshoot.1-cleared the SDI level cache2-clea
Dear Members, I am writing graphql query on content fragment, I need to pass 'variation' query variable to get the content from particular variation of the content fragment. The query is working fine on Graphql Query Editor in AEM cloud SDK. However when I copy the url and hit using the browser it is not working, it need variation as query parameter in URL below. http://localhost:4502/graphql/execute.json/wknd/Employee%20Pradeep;variation=http://localhost:4502/graphql/execute.json/wknd/Employee%20Pradeep;variation=pradeep_new_variationhttp://localhost:4502/graphql/execute.json/wknd/Employee%20Pradeep?variation=pradeep_new_variationhttp://localhost:4502/graphql/execute.json/wknd/Employee%20Pradeep;variation:pradeep_new_variation I have tried all possible combination and passed query parameter using ? or colon in url, nothing worked. Any advise/solution around this is highly appreciated!! Thanks,Pradeep
I created a custom component without specifying a resourceSuperType from the core components. The component includes a cq:dialog for the dialog box and a cq:design_dialog for the component policy. First, I tried adding default CSS classes in the component's policy, but they did not appear in the HTML DOM. Then, I added a style variation class, but it also did not show up in the DOM.
I am working on an AEM maven project where I have to consume a web service. I am using Eclipse for writing code and for its implementation using CXF library. The code works fine in a sample project but as soon as I deploy package on CRXD in AEM and then try from it, it gives following error on the very first line while creating service object.javax.xml.ws.spi.FactoryFinder$ConfigurationError: Provider org.apache.cxf.jaxws.spi.ProviderImpl not found It is the code I am using. ServiceXML serviceXml = new ServiceXML(wsdlURL, SERVICE_NAME); IServiceXML ixmlPort = serviceXml.getSAApiTPSIntegrationsXML(); ((BindingProvider) ixmlPort).getRequestContext().put(BindingProvider.USERNAME_PROPERTY, "username"); ((BindingProvider) ixmlPort).getRequestContext().put(BindingProvider.PASSWORD_PROPERTY, "pssw0rd"); final String username = "username"; final String password = "pssw0rd"; Authenticator.setDefault(new Authentic
Hi, I have an interesting requirement...I have directory that is currently CUG protected, meaning only certain user groups can access after authenticating. We have a new requirement where they would like to bypass the authentication if a vetted user clicks on the link (from an email). So, for example, /content/dam/locked_assets/xyz.pdf (CUG protected at the folder level "locked_assets") If someone goes to www.awebsite.com/content/dam/locked_assets/xyz.pdf, it should redirect to login, butif you go to www.awebsite.com/content/dam/locked_assets/xyz.pdf?hasAccess=true, it should bypass login. It doesn't necessarily have to be a request parameter, but any other solution I'd be open to. Thanks in advance!
Hi all, We would like to monitor our Dispatcher Web Application (hosted on Microsoft IIS on-prem) with AppDynamics APM tool.But couldn't succeed with that as we are not sure which Agent/Controller to use to track the Dispatcher. We tried several ones to no avail.Anyone has experience about this? How shall we configure the AppDynamics so that we can monitor?
Hello, I am trying to build an influence over opportunities report but it's kind of complex. What we are trying to do is to create a report that is more "Account oriented" rather than "person oriented", it means that we would like to consider as influenced all the opportunities associated to an account whenever a person from that account reaches the status of "Success" in any marketing activity, regardless of whether they are existing contacts in our CRM (Dynamics) or new leads. Does anyone has any idea if this is doable or not?
Hello, Lets have a scenario building a Brochure with 50 linked images and vector files.As we are using the Adobe Experience Asset Tool now, the option to find the link or multiple links and open them directly from Adobe InDesign in an appropriate program is not available any longer. How do we directly then open this links?From my personal experience opening multiple files is really an issue now. Thanks for supportAleksandar
We are migrating sites over to SDK/CJA. We are only pulling in web data and running both until we feel comfortable with the number and don't see any major differences. I ran into an issue on one site where the numbers seem extremely off:AA: 212 PVs, 27 Visits, 2 Unique VisitorsCJA: 212 PVs, 89 Sessions, 83 PeopleThe A.A. numbers seem to be the ones that are off. How do I investigate this issue? Haven't had this issue before on any other sites I've migrated. Thanks!
Hello Adobe Analytics Community, I have a question regarding the behavior of disabled rules in Adobe Launch and their potential impact on page load performance. When we disable rules in an Adobe Launch property do these disabled rules still contribute to the size of the JavaScript library or affect the overall page load performance in any way? From my understanding: - The disabled rules remain in the Launch interface but are not included in the published library when a new build is deployed. - This means they should not impact the page load performance since they are not executed or loaded by the browser. However, I’d like to confirm: 1. Does disabling a rule fully exclude it from the JavaScript library, or is there any residual impact? 2. Are there any best practices to follow when managing disabled rules in a production environment? Your insights on this topic would be greatly appreciated!
I am trying to add a promotion banner on the page in an A/B test using "Image Offer" option. I came across that we have to set up Scene7 integration first to utilize the Image Offer option. I did check this documentation to configure Dynamic Media Classic (formerly Scene7) with Adobe Target https://experienceleague.adobe.com/en/docs/target/using/administer/scene7-settings we do have credentials for Scene7 however not sure what to pass in Adhoc Folder option in the settings. Any thoughts would be helpful. And, when I log in to Adobe Dynamic Media Classic desktop application, I see the below screen: I randomly tried creating a folder here named "target" just to play around. Thanks, JS
Hi, I have created simple journey, when user visits "product view" page and goes back to home page, am displayed some heading. Am able to see entered profiles value increasing. but journey not triggered on web page.I am not sure what else to configure.Please guide me. Thanks
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.