Explore product-specific spaces to ask questions, share insights, and learn best practices.
Recently active
I'm trying to create a query to retrieve reports of push notifications sent over the past 12 to 24 months. Could anyone advise on how to structure this query in version 7?Any guidance or examples would be greatly appreciated!Thanks in advance!
How can I create an interesting moment to be created in Marketo when someone gets added to Microsoft Dynamics Marketing List?
Hi All, etc.clientlibs is giving 404 in Dispatcher. We can not allow the path in dispatcher due to security reasons. can anyone recommend other alternatives to include OOTB css. We have our custom css in etc/designs in AEM 6.5. Thanks In Advance.
Marketo's Email Editor 3.0 offers a modern, modular experience for building responsive and personalized emails. Many users are familiar with its drag-and-drop interface and improved usability. However there are some of the hidden gems worth exploring:1) Advanced Use of Modules - This advanced feature allow users to re-use the pre-built blocks across multiple emails. However, there are a few advanced tricks:Lockable Modules: Prevent editing of design elements by locking them.Nested Modules: Group commonly used combinations or designs like (e.g., image + text), (Text + text), (image + image) and save time on layout.2) Light & Dark Mode Challenges - While dark mode improves user experience, it poses challenges for email renderability:No HTML Access: Email Editor 3.0 restricts head-level CSS.Dark Mode Media Queries: Inline @media (prefers-color-scheme: dark) inside the email body won’t work.Solution:Use image-based text for critical branding headers.Use high co
Team,Can we leverage the OOTB Adobe Journey Optimizer Dataset "AJO Message Feedback Event Dataset" to create custom fields for data storage.My requirement is to create store custom values in OOTB schema and leverage them at the time of personalization. The way we utilize broadloag schema in Adobe Campaign using target mapping.
I want to create a content fragment instance, but setting an array of field paths is not working. the code is creating the fragment and all other fields are being set correctly, but when I try and set a multi field fragment reference it isn't setting the value. An example I followed had this code:private void setField(ContentFragment newFragment, String field, Object value) throws ContentFragmentException {ContentElement element = newFragment.getElement(field);String contentType = element.getContentType();if (value instanceof String) {element.setContent((String) value, contentType);} else if (value instanceof String[]) {String[] values = (String[]) value;element.setContent(String.join(",", values), contentType);}} However all that gets set is the first element of the array with a string concatenation. I tried changing it to private void setField(ContentFragment newFragment, String field, Object value) throws ContentFragmentException {ContentElement element = newFrag
The conditional content feature is a strong and must wanted feature in the email designer. But it has some limitations when it comes to usability. We would like to be able to see the actual conditional code somewhere - like a button when you have the open the inline menu with the conditional content choice. The only way to see and access that code "wrapped" around a email module is to close the template, go back, open it - and in the preview before editing you can actual see the code. This code should have been possible to se, even edit in an advanced mode like with expressions, in a own window when working with the content inside an open template. This is especially important if you want to place your logic inside the HTML code, inside the email module you self, and not on the whole block. The you might need to code this your self.
My team recently discovered a Microsoft Custom Field in our Marketo instance called "Marketo Inactivity", but we don't know how users have been marked with this field as "True". We want to know what parameters were used (batch campaign, trigger campaign, etc.) to mark users as such. When we run the smart list "Marketo Inactivity = True", we see that 34,000 people are on the list, so they had to have been marked with this field somehow. But when we search the field in Field Management in Admin settings, it says it's only being used by the smart list mentioned above, no batch campaigns or trigger campaigns. Is there another way to figure out how users have been marked with this Marketo Inactivity field as "True"? Do we need look in Dynamics or is there another place to look in Marketo?
Currently, WF administrators have no way of establishing an organization level structure for reports. Only individual users can specify their own organizational structure for reports. There are TOO many reports for individual users to know what is or isn't important unless specifically told to favorite specific reports. It would save a lot of everyone's time if administrators had the ability to organize reports into shareable folders to groups of users or an entire instance. True you can circumvent the need by putting specific reports on dashboards, but that's not the issue at hand. This targets making reporting for accessible.
If you have a follow-up question from the Skill Exchange session The Proof Positive Way to Enhance your Approval Experience with Monique Evans from Stanley Black & Decker (@moniqueevans) that originally aired on August 15, 2024, you’re in the right place! Leave your comment below and our speakers will do their best to reply. And if you see a question below that you know the answer to, don’t be shy! We’d love for you to answer from your own experience and perspective. Have questions about another Skill Exchange session? You can see the full list of discussion threads here. On-Demand Viewing - This session is now available on-demand, you can find the recording here. (Tip: Use the links in the left navigation to watch other Skill Exchange sessions!)
We have a set of ca:config models, and on some environments, when we update the ca:config in the editor, and we can see the changes on the author, we press the publish button in the editor, and it doesn't see the changes and hence doesn't publish anything, or only shows the ca editor page in the publish list. How do i get it so that the ca editor will publish the configuration without me having to create a package of the /conf/xxx area and publish that
What would be the simplest approach to have aem 6.5 treat the various tif extension variations (tif tiff TIF and TIFF) as the same or convert them during upload? Ideally this would occur as a file is uploaded and would trigger the Naming Conflict popup if another file has the same name but a different tif extension (ex: filename.tif and filename.TIFF would be treated the same). My initial concept is to overlay the javascript here: /libs/dam/gui/coral/components/commons/fileupload/clientlibs/fileupload/js/fileupload.jsand have it convert the extension of the various tif extensions to a single variation like .tif during the getDuplicates function. Any suggestions? Or is this the best approach?
Hi All,A unit on my team is wanting to create a survey in WF, and I've been tasked with helping to automate it via Fusion. I have a demo scenario that works well: a Watch Events module is triggered when projects created from a specific template are marked complete; an issue (with a custom form containing the survey questions) is created in a project that stores all the survey issues; a tagged note is created, and a notification with the survey/issue link is sent to the project owner.I've been thinking about how best to implement the actual scenario as the survey creators provide more info. They've indicated that they want to survey projects created from multiple templates--perhaps as many as 50-70. This obviously rules out using the simple trigger I've created (as I've read the multiple forum posts lamenting the inability to use OR in Watch Events filters). I'm considering 3 options, and I'd like to know if anyone has thoughts/advice/alternatives, etc.Option 1 (
Hello Everyone, How do you all track the previous page name with adobe web sdk? What is the best way to track it? Wondering if we can still use the adobe’s getPreviousValue plug-in with Web SDK? Appreciate any responses! Thanks.
DescriptionThe guided analysis feature in Workspace allows users to configure several different types, including active growth, conversion trends, and frequency. The tooltip for each of the options gives some information about what the guided analysis does, and includes a link to the Adobe documentation for that type (see screenshot). Once a guided analysis has been created,the tooltip for the saved item contains no information about what the type was. If the naming convention of the saved guided analysis doesn't reference the type, people will be less likely to know what the guided analysis will show once used. The recommendation is to update the tooltip for saved guided analyses to include the type and a link to the Adobe documentation. A separate request for guided analysis updates can be found at https://experienceleaguecommunities.adobe.com/t5/adobe-analytics-ideas/cja-add-description-field-to-guided-analysis/idi-p/748973. Why is this feature importa
Description - When a dashboard is added to an object (left nav) make it so I can choose whether it's global (all objects of the same type) or local (only this object). If I add it to a template only projects created from the template show the dashboard. Why is this feature important to you - Similar to the issue with global filter/view/grouping settings a dashboard may be for a very specific case - or for a certain type of project. E.g. I'd like to add a special dashboard to my configuration project; another one to all request queue projects; every project created with the "creative execution template" need the exec dashboard etc. How would you like the feature to work - When a dashboard is added to an object (left nav) make it so I can choose whether it's global (all objects of the same type) or local (only this object). If I add it to a template only projects created from the template show the dashboard. Current Behaviour - If you add dashboard X (eg
Hi, From the past couple of weeks, I am not seeing the 'Segment Definitions' When Clicking on the Info Icon. Thanks in Advance.
Hey Friends,I would like to explore Adobe Experience Platform (AEP) Agent Orchestrator. Could anyone please help me understand how I can get access to it, and where I can learn more or get certified to use Adobe Experience Platform (AEP) Agent? or what kind of skill required
One of my fields has 9 "contains" criteria, which has forced me to repeat ALL the other criteria 8 times. I was trying to use "cilike" to gather them in one place. I know "ciin" will take a comma-separated list, but that doesn't seem to work. In the example below, I only get records with "R1 Veeva submission," which is the first name in the list. Here is my code:plannedCompletionDate=2025-04-14T00:00:00:000-0700plannedCompletionDate_Mod=betweenplannedCompletionDate_Range=2025-07-01T07:00:00.000ZprojectPortfolioID=610c1e93002c8a1778d8ecabfbe8dd7d 614cb4720015ba98c58f09beab1d810bprojectPortfolioID_Mod=inname=%R1 Veeva submission% %R1 PRC Comments Due% %Consolidated Feedback (PRC + Brand)% %R2 Veeva submission% %R2 PRC Comments Due% %Consolidated Feedback (PRC + Brand)% %Final Veeva Submission% %OPDP% %AFD%name_Mod=cilike
How to attach Rate card in Project by using Custom API call module in fusion?
What are dimensions in Query means? Does it means the column names ? PLease explain?
Description - Store the selection of Filter/View and Grouping with the current objectID Add the ability to combine Filter, View and/or Grouping into a "Scene" Why is this feature important to you - Often different personas use different combination of view/filter/grouping. The chosen view/filter/grouping depending on what a "project" or "task" or "issue" represents. Example: Take "issues" on a project. In a creative execution project the issues might be change requests. So i need to see description, status, enteredBy, and group it by parent task. I might filter to open-only In a planning project issues might be items on a ROAM board. Here I what to see a mix of basic and custom fields grouped by status Example: Take "tasks" on a project. A project is a configuration project where a task represents a configuration entry. I have a specific set of custom fields to display On project A I am a contributor so I want to see MY open tasks, grouped by week (p
Description - Increase the maximum number of custom forms that can be added to an object. Why is this feature important to you - As we've redesigned a request process, we've been severely limited by the maximum of 10 custom forms. Our process collects request at the program level, which will always result in multiple projects - and 10 forms is not enough. We have had to create over-complicated forms as a workaround, which is not user-friendly from a configuration perspective OR from an end user perspective. How would you like the feature to work - The maximum form limit should be increased to a number higher than most will need (for example, 500 field limit on a form - most people don't put that many fields on a form - we'd like to have more options than we would ever need to add forms). Current Behaviour - System does not allow you to add more than 10 forms to any object.
I am trying to run the Adobe Analytics Marathon tool and I'm having trouble figuring out how to authenticate... What is being asked for regarding my "Login Company" "Username Override" and "Web Services Password" and how can i find it?
Hi, I am working on Adobe analytics- Appsflyer integation and referring the document available on appsflyer for the same. As peer the doc it says to make changes in ADBMobileconfig.xml. I am using AEP Edge network implementation for my apps and not sure how do I access this xml file to make changes.
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.