Explore product-specific spaces to ask questions, share insights, and learn best practices.
Recently active
Welcome back to the Champion Spotlight series, where we speak with one of our current Marketo Engage Champions to learn more about their background, their favorite things to do in Marketo Engage, what they wanted to be when they grew up, and more! This time, we spoke with @amit_jain , who is an IT Specialist at Atlassian. Let's hear what Amit has to say! What was your first job? I started my career as an intern at a Marketing Agency, in June 2012. During my tenure of 4 years in the agency, I learned about Marketing and Marketing Automation. I was leading a team of 5 consultants to support multiple Customers on the Marketing Automation and Database fronts. How and when did you get started with Marketo Engage? What was your first role and initial reaction to the platform? During my initial days on the job, I used to work on a Marketing Automation tool developed in-house. It was in 2013 when I was first introduced to Marketo Engage and started su
Hello everyone,Today I would love to hear about your personal experience back when you were learning to implement, use, or maintain Adobe Analytics. What are some of the things you had to figure out way too late by yourself that you could have used years ago?For me personally, Counter Evars are definitely among those things. They are super cool and helpful for so many different use cases but hardly anyone ever talks about them! Especially when combined with creative expiration settings those variables blew my mind more than once.Looking forward to your input!
Missed the live webinar? No problem, we’ve got you covered. Find the recording and the slides below for your on-demand learning. Session highlights: What factors contribute to email deliverability. Assessing your current state using Email Performance Reports, People Performance Reports, and Smart Lists. Steps to take to reduce risks to your email deliverability, including verification protocols, maintaining database quality and using precise targeting. See slides Watch recording We’ve worked with Beth Massura (@Beth_Massura) to answer the questions the audience submitted during the live webinar and we are posting on her behalf. Check out the answers below. Comment below if you have additional feedback or questions to share. Happy learning! Question Response Can an email provider prohibit emails from a domain or IP address other than "perceived risk"? A company could potentially proactively flag emails for some reason, or they might flag them in response
Hello Team, Welcome to the Adobe Analytics Community Mentorship program! This is the featured Community Discussion thread for your Adobe Analytics Community Mentor, Josh Stephens (@Josh_KC), who will be here to guide and support you and your peers with your Adobe Analytics questions as you prepare for the Adobe Analytics Professional Business Practitioner Certification (Exam ID: AD0-EE212), through to the end of the program. A little bit about your Adobe Analytics Community Mentor, Josh: Josh Stephens, Digital Analyst II, digests, analyzes, and simplifies data to bring clear, actionable information and insights. In his role with Evolytics, a Concord company, he is an analytics consultant and works with a variety of client organizations to improve data reliability, availability, and meaning. He has a lifelong passion for data-supported solutions and a strong business foundation including an MBA. He currently focuses on Adobe
I had updated Java version from Java 8 to Java 11 and thereafter restarted the server (after making necessary changes to point it to Java 11). Everything is working fine, except for the crx which is not showing the nodes (the package manager works btw). It keeps on saying : Repository tree could not be loaded. If this is a production environment, CRX DE could be disabled for security reasons. If this is the case, you can choose to re-enable it by following the steps described here.I did check the configurations and it is set to /crx/server as per the following article : https://experienceleague.adobe.com/docs/experience-manager-65/administering/security/enabling-crxde-lite.html?lang=en Can someone please help me out with how to fix this issue? Note: Creating a fresh instance is the last thing I want to go with since there's a lot to re-do and client is using this instance actively.
Session Details This session introduces indexing with AEM as a Cloud Service (AEMaaCS). We will cover - Indexing changes and how that would impact different projects, challenges customers are facing with indexes on AEMaaCS, and best practices for optimizing these indexes Session Recording Speaker(s) Marc Hess / Son Dang Q&A Please use this thread to ask questions relating to this article Link to the global Office Hours program on ExL: Foundation for Optimizing Indexes with AEM Cloud Service
Hello Everyone, We are thrilled to announce that @yuhuisg as contributor of the month, August 2023. Yuhui had led the ample number of AEP discussion with his insights and experience. Join me in Congratulating Yuhui as Contributor of the month for August, 2023. Cheers, Nimasha
I am just trying to implement lemmatization for plural word search and implemented it via a Lucene custom token filter. However, AEM doesn't recognize the token filter which is part of the core bundle. Can someone help with an example of how to register a custom Lucene Token filter with AEM?
We are using AEM - React as a SPA.The Rewrite Rules which are configured for URL shortening were not working with this AEM-React SPA.We have made some changes in HierarchyPageImpl class so that :path will be specific to the short URL. And the changes are working fine.But, we have a new use case where we a URL for which there will be different values for a query param. And based on that I need to load a specific page.Ex:When users access the below URLs, I need to check the param value and rewrite the rule based on that.I am able to load those pages but the content for them is still on https://domain/abc page.https://domain/abc?page=page1https://domain/abc?page=page2Below are the Rules I have configured:RewriteCond %{REQUEST_URI} ^\/abc [NC]RewriteCond %{QUERY_STRING} ^page=page1 [NC]RewriteRule ^/(.*)$ /content/page1.html [L,PT] RewriteCond %{REQUEST_URI} ^\/abc [NC]RewriteCond %{QUERY_STRING} ^page=page2 [NC]RewriteRule ^/(.*)$ /content/page2.html [L,PT]I am not able to
Hi Team, Is it possible to register a custom sling model with 2 or more selectors ? If yes, can please share how this can be achieved. Can we use OSGI config to handle selector or resourceType to register a SlingModel ? UseCase :We have to export page content via custom Sling Model where in we can export complete page as JSON or specific component on that page as JSON as per selector used in the api endpoint. Eg : <API ENDPOINT>.<SELECTOR1>.<COMPONENTID>.<EXTENSION> Thank you in advance
Hello fellow Sys Admins! 😎 Thanks again to who attended las week's Learn event, Making the Case for a Full-Time Sys Admin! Our team is passionate about this topic, so Leslie Spier @lspier, Nichole Vargas @NicholeVargas, and I @CynthiaBoon are grateful for your time! If you missed the session, we highly recommend that you watch the on-demand recording here and see how we used each of the assets shared below. The links provide PDF copies of the documents we presented, but we’ve also attached the Word and PPT files (along with the event presentation deck) to this post to help make customizing them to your org a bit easier. FT Sys Admin Business Case Workfront Sys Admin Job Description Workfront Group Admin Job Description Are you a new Sys Admin just getting started and want to connect further on Workfront? You’re in luck! We’re launching a new series – Admin 101 – just for you. These events are designed
Hi Guys, we have an existing website containing more than 2000 pages and we are looking as exposing the content as a service so that they can be consumed by an external mobile app. 1. I have tried looking at CaaS feature available OOTB in 6.4 but that requires us to create content fragments but we already have 2000 pages which needs to be exposed for a mobile app2. I've also looked at JSON Exporter which works with the suffic ".model.json". This gives some json data but its not really usable since it is more of a dump of the jcr structure and also misses some important page content like Text, Images etc.So apart from the above two options, do we have anything else that would fit the use case? We would just need our page content like text, images etc. to be exposed to be used by a 3rd party mobile application.
We are doing performance testing of guidewire application,related batch process and REST API. We have a requirement to monitor batch processes and REST API performance with Guidewire monitoring tool. I am new to this. Can someone suggest how to monitor this and get performance statistics from GW inbuilt monitoring tool.
Hello All, We have a requirement where we need to get the results in a random order (we don't need any sorting order)Query should return the results in random. Any thoughts here?
This issue was supposed to be fixed in 2023.8.0 release. But this issue is not resolved in the release. Impacting website badly. When this issue and related issues will be fixed? Are you all also facing the impact of this issue?
29.08.2023 13:36:22.582 *WARN* [127.0.0.1 [1693296382578] POST /content/forms/af/dataTestForm HTTP/1.1] org.apache.sling.servlets.post.impl.SlingPostServlet Exception while handling POST on path [/content/forms/af/dataTestForm] with operation [org.apache.sling.servlets.post.impl.operations.ModifyOperation]java.lang.IllegalArgumentException: Can't create child on a synthetic root Checked permission In local I am using ADMIN user which has all the rad /write privilege. Tried by providing local host IP instead of hostname. Logs is attached. Using cloud SDK in local runnign ver Java 11.AEM Version : aem-sdk-2023.6.12255.20230608T053118Z-230400AEM form Version : aem-forms-addon-2023.07.04.00-230601.far Any resolution for this ?
How to disable this (aemform.af.prefilldata) call during form loadThanks in advanceI tried this as well it is not saving, this field doesn't have value for None option.
I am using the ACS Commons Dispatcher TTL feature to set max-age headers to certain requests. I've also configured a list of query parameters which are ignored by Dispatcher. Both of these are working as expected. However, if a request is made to a page that contains ignored query parameters, then the page becomes cached in Dispatcher, but with no max-age header. This appears to be expected behaviour for the ACS Commons Dispatcher TTL feature, so what is the best way to ensure that requests that contain ignored query parameters can still be cached in Dispatcher with a max-age header? EDIT: This unwanted behaviour only occurs if a request is made to a page that has not yet been cached in Dispatcher (or the cache has expired), and the request contains query parameters on the list of ignored query params, so that Dispatcher still creates the cache file, but no max-age header is added by the ACS Commons code.
Hello community,I went through and update the catalogs listed on our company website and all look great, sorted by Title, alphabetically. However, there is one outlier file named, "ecoFIT Industrial PE Catalog" that falls to the end of the list. It should be closer to the top by the other documents starting the the letter "E" and I can not figure out how to get the file to sort to its correct position. Anyone have any ideas? Here is the page I am referencing:https://www.gfps.com/en-us/downloads-tools/price-lists/gf-piping-systems.htmlI've attempted to rename and reprocess multiple times, republishing the page and changing the sort order to something else like "Relevance" then back to "Title" and republishing, but it still falls in the same place at the end.
Followed the tutorial on the link :Adobe Experience Manager Help | Creating your First Adobe Experience Manager 6.3 website And created a template as per the tutorial, But when I try to implement the template and create a basic page with that after getting the title page properties tab is empty and cannot use the template to create a new page. This problem seems critical! please help.Screenshot is attached.
Hello Marketo Engage community, Here are the steps for writing a custom activity into a lead record in Marketo. I pieced together the documentation with the open source github library to get people started. Prerequisites include you have downloaded Python 3 and above, you have an environment setup to write calls using your IDE of choice. Resources for reference: Marketo rest endpoint documentation: https://developers.marketo.com/rest-api/endpoint-reference/lead-database-endpoint-reference/#!/Activities/addCustomActivityUsingPOST Marketo-rest-python open source library: https://github.com/jepcastelein/marketo-rest-python (Jep Castelein thank you) Let's us begin, First create the custom activity in your instance within the admin section. create your fields attached to the custom activity: perfect, now we have what we need in Marketo to write the activity to the lead record. Now lets write some code: The key values: Lead id: (Le
Hi I have a question about paymentI already have a payoneer account with my adobe stock accountbut that payoneer has been corruptedso I want to change my payout email for it What should I do please help...?
Probably an oversight but I'm not seeing the option make boards the default landing page in the layout templates. Anyone else experiencing the same? Given that so much focus has been on Boards lately, it might also be a good idea to allow an individual board to be selected as a default vs the collective Boards page.
If you’re a system admin, product owner, champion, or manager of Workfront users, you’ve probably been asked to demonstrate the value Workfront is bringing to your business. We’ve identified five key areas that your business can realize value. Workfront provides the ability to: Centralize work in one solution Manage work processes Review and approve digital work Govern compliance workflows Deliver client-facing services We’ve created a dashboard that helps you identify value realized from the third bullet point and we call it Value Realization | Review and Approve. We’ve thought about all types of approvals in Workfront, including documents/proofs, projects, tasks, and issues. Review and approve features help you streamline the approval process by reviewing assets in one easy-to-use system and eliminate the cost of mistakes. This dashboard is now available to install from your blueprints. Learn how to install this dashboa
Model manager is unable to render the aem content from .model.json response after creating a react build in AEM Remote SPA application Hi,We are trying to deploy AEM Remote React SPA which is using the Modal Manager asynchronously. Below is the code for initializing the modal manager:import { createRoot } from 'react-dom/client';import React from 'react';import App from './App';const { REACT_APP_PUBLIC_URI } = process.env;import { ModelClient, ModelManager } from "@adobe/aem-spa-page-model-manager";ModelManager.initializeAsync({modelClient: new ModelClient('https://publish-url.adobeaemcloud.com'),path: '/content/wknd-app/us/en/home.model.json'});const container = document.getElementById('root');const root = createRoot(container);root.render(<App />);When trying to run locally, Modal manager is getting initialized successfully, also fetches the data from AEM and renders the AEM editable content "Hello World!" as expected (refer attachedscreenshot):But when the react app is de
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.