Explore product-specific spaces to ask questions, share insights, and learn best practices.
Als letztes aktiv
The next stop on the Adobe Insider Tour is in Atlanta on June 14! Join us for the morning, afternoon, or for the full-day experience as you expand your skills through interactive sessions, meet other experts, and learn more about how you can transform and reimagine your entire customer journey. This is an experience you do not want to miss. As space is limited for this event, make sure to register today.
Use this thread to ask any questions related to the Experience League LIVE session titled, "Get data collection and event forwarding up and running with just a few clicks!" Experts are monitoring this thread to ensure your questions are answered. Thanks and we hope to hear from you!
Hi all, I want to trail aem cloud manager logs in my Mac.I have followed this article https://www.opsinventor.com/tailing-and-viewing-adobe-cloud-manager-build-logs/https://experienceleague.adobe.com/docs/experience-manager-learn/cloud-service/debugging/debugging-aem-as-a-cloud-service/logs.html?lang=en#aio When i am, hitting this command: aio cloudmanager:list-programs , i am getting this error › Error: ENAMETOOLONG: name too long, open any idea how to fix this @arunpatidarMayurSatav
The ‘US state’ dimension reports the state of the visitor in the United States of America. Dimension items include regions and the country that the region resides in. Example values include "California", "Texas", or "Virginia". The dimension item "Unspecified" includes all international traffic outside of the United States. The below screenshots show the values within the ‘US state’ dimension. In this example, we will segment US States using the subsequent regions: Southwest, Southeast, Northeast, Pacific, Midwest, mid-Atlantic. How to Build: Identify the number of regions you will create segments for and generate a list of the states that fall under each region name. Set the segment container to include “Hit.” Drag and drop each state that belongs to the respective region. Use the “OR” operator to include all appropriate states in the segment. You can also add a comma-delimited list of states by setting the segment logic to “equals any of.” Title the segm
Hi, I want to kill or purge a running workflow using maintenance page which does not work. I have configured the workflow purge from /libs/granite/operations/content/maintenanceWindow.html/conf/global/settings/granite/operations/maintenance/granite_weekly When I manually trigger the purge by clicking the run option on the maintenance page. I still see the running work of "update-metadata-asset" on /libs/cq/workflow/content/console.html The work flow is running from past 1 week (i.e 7 days). What could be the issue ?? What could I do to resolve this issue?? Note:- There are few other workflows too are still in running state which are not getting removed using workflow purge Thanks, Srinivas
Hi Team, Is it possible to publish smart collection to brand portal and if yes the how can we do it,Please let me know
There is an OSGi configuration called org.apache.sling.jcr.resource.internal.JcrResourceResolverFactoryImpl. Here we specify the /etc/map path url shortening etc. If we open this file, make a change and save it. Either by Felix Console, Incoming Content Package via Package Manager or via CRXDE Lite.i.e. any change made to this will cause all AEM internal services to restart this line below keeps repeatingCM Event Dispatcher (Fire ConfigurationEvent: pid=org.apache.sling.jcr.resource.internal.JcrResourceResolverFactoryImpl)] I think this is related to https://issues.apache.org/jira/browse/SLING-5602But it never got resolved. I am using AEM 6.5.14 Steps to reproduce:1.) Create an OSGI file:/apps/myrpoject/config.author/org.apache.sling.jcr.resource.internal.JcrResourceResolverFactoryImpl.xml2.) Add Contents as:<?xml version="1.0" encoding="UTF-8"?><jcr:root xmlns:sling="http://sling.apache.org/jcr/sling/1.0" xmlns:jcr="http://www.jcp.org/jcr/1.
Note: This is a Japanese translation of an Adobe Experience League Knowledge Base article. Click this link for the original English version. 【目的】公開処理を実行しても、想定したように処理が進まないことがあります。このような場合、公開処理が滞留していることがあり、レプリケーションキューを監視しておくと滞留に気づくことができます。本記事では、レプリケーションキューの監視方法についてご紹介します。 【環境】AEM 6.5 【対応方法】レプリケーションキューに入っている公開対象のコンテンツのリストは次のURLにアクセスすることで取得できます。 例:http://localhost:4502/etc/replication/agents.author/publish/jcr:content.queue.json 結果:{ metaData: { root: "queue", queueStatus: { agentName: "Default Agent", agentId: "publish", isBlocked: false, isPaused: false, time: 1683837270303, processingSince: 1683837270301, lastProcessTime: 1683837270270, nextRetryPeriod: -1683837270304 }, fields: [ "id", "path", "time", "userid", "type", "size", "lastProcessed",
Supercharge your organization’s ability to deliver personalization, presented by Adobe Customer Success Manager, Ramon Cespedes (aka @rcespedes22), Key analyst report suggests that companies that excel at personalization generate 40 per cent more revenue than their counterparts. To meet the demand for new, relevant, and highly personalized experiences at every click, marketers need the right framework and strategy in place. In this live webinar, join Adobe’s experts how to make use of data-driven framework to build your organization’s personalization programs and drive success. WATCH THE RECORDING TODAY! Key discussion themes: Guidance for personalization program readiness Why does a personalization program need formal structure? Organization models overview Common challenges faced while building personalization program Personalization Strategy and Framework Overview How to get started? Why is it important to be data-driven? Use case showcase: Native
Note: This is a Japanese translation of an Adobe Experience League Knowledge Base article. Click this link for the original English version. 【目的】Live Copyの分離を行わずに、ページを削除すると以降のロールアウトの対象から外れます。本記事では、分離を行わずにLive Copyページを削除した場合の復元方法について紹介します。 【環境】AEM 6.5 【対応方法】Live Copyのルートページは以下のプロパティにロールアウトを除外するLive Copyページの値を保持しています。 Node: {root of Live Copy Page}/jcr:content/cq:LiveSyncConfigProperties: cq:excludedPaths (String[]) 分離せずにLive Copyページを削除した場合、該当のプロパティに削除したページ名が追加され、以降のロールアウトで継承対象から除外されることになります。その為、復元には該当のプロパティからのページ名の削除が必要となります。 例:We-Retailのデモサイトで以下のページをDetachする前に削除した場合、cq:excludedPathsプロパティ値に"men"が追加されます。CRX/DE Liteにアクセスしてcq:excludedPathsからプロパティ値を削除すると、rolloutで復元できるようになります。 削除したページ:/content/we-retail/us/en/menLive Copyのルートページ:/content/we-retail/us/enLive Sync 設定:/content/we-retail/us/en/jcr:content/cq:LiveSyncConfig <留意事項>・上記は以下記事の抄訳/翻訳となります。KB記事タイトル(英語) . Adobe Experience Manager: How to roll out a deleted Live Copy, May 23, 2023, https://exp
Models API Overview The new Adobe Target Models API, also called the Blocklist API, lets users view and manage the list of features used in machine learning models for Automated Personalization (AP) and Auto-Target (AT) activities. If a user would like to exclude a feature from being used by the models for AP or AT activities, they can use the Models API to add that feature to the "blocklist" For more information, see Models API Overview in the Adobe Target Developer Guide Seed Q&A Please use this thread to ask the question related to this release.
Thanks to all the customers who took the time to participate in yesterday's workshop! We could have called it “WF = spreadsheet slayer!” (Thank you Suzanne Cockerille for that idea! 🤣) Extra special thanks to our presenters! The ideas they shared are truly inspiring and make us excited for audits, budgets, and mergers. 🤓 Mary Schelich (@mary_schelich) - Project Manager/Workfront System Admin, Compana Pet Brands Paula Korman (@paulako) - Director of Project Management and Commercialization, Compana Pet Brands Rhonda Triggs (@rhondagayletx) - Marketing Operations Systems Manager, Fairway Independent Mortgage Corp. For those who missed the session, you can watch the on-demand recording here. Bonus Tip – The Dumpster Fire Rating Scale is worth taking the time to watch the recording. 😉 Additional events are being added to
Greetings Adobe Target Community! We’re thrilled to present you with this year’s 🎉 Adobe Experience Maker Awards finalists 🎉! Let's congratulate the following companies: 👏HDFC Life👏 👏NFL (nominated by Verticurl)👏 👏Travel Oregon👏 for making it to the list of finalists in the ARCHITECT category, which recognizes the company that has unified their content & marketing strategy to streamline the digital customer journey, delivering personalized, relevant content to the right audience at the right time to achieve measurable impact and lift business results 👏👏👏 Learn who made it to the list of top performers in digital transformation around the world. And be sure to register for the Adobe Experience Maker Awards gala, streamed live at 8pm ET on June 21.
Marketo University is pleased to announce the addition of 7 new training modules, bringing our total available training modules to 20. These modules are available for free to employees, partners and customers. The new training modules are available on Marketo’s web site at: https://www.marketo.com/university/The New Marketo UniversityMarketers now have access to free, self-paced training modules from Marketo University, which cover everything from setting up a Marketo instance to building engaging content. These training modules are designed to provide foundational knowledge covering all core aspects of the engagement platform. More than 40 training modules are planned for release by the end of 2017.Each training module typically contains four core components to help any marketer, regardless of background or skill level, learn engagement marketing concepts and see how they are executed through the Marketo Engagement Platform. These components include:A LEARN video to introduce the con
Hi,I provided allow permission to create to /content/experience-fragment and save it. On expanding the path i noticed the permission automatically came down to /content/experience-fragment/<folderName>. But the experience fragments below that still remained denied. According to my understanding the permissions should have come down to the lowest level from the parent. But, that is not true in this case. The permission is getting applied to the child folders under /content/experience-fragment (even if there are n number of folders), but its not getting applied to the experience fragments under the folders (should happen automatically just like it happening for folders, but i had to do it manually). Added another XF called xyz and yet the permission didnt get propageted to it.What is the justification to this behaviour?
In this article, I tried to cover the different flavors of AEM licenses available for users as per the recent updates happened. Sometimes often people get confused between the terms Cloud manager, AEM managed services, and cloud service and how they are related.We will cover the below things in this article,On premise AEM setupAdobe Managed Services (AMS)AEM as a Cloud Service (AEMAACS)Adobe Cloud Manager for AMS & AEMAACSOn Premise AEM deployment licenseAEM deployed and managed in your corporate environmentAdobe Reference Link:https://helpx.adobe.com/in/legal/product-descriptions/adobe-experience-manager-on-premise.html Adobe Managed Services licenseAdobe Managed Services, or AMS, is a Cloud-based management service bringing Adobe Experience Cloud products (including Analytics, Campaign, Target and Experience Manager) closer to Software as a Service (SAAS) solutions. It provides benefits of experience delivery solution in the cloud while retaining all the control, security an
Hi Team,AEM version: AEM as a Cloud ServiceWe're using some custom components developed in angular in AEM sites by converting them to WebComponent.app.module.tsexport class AppModule { constructor(private injector: Injector) {} ngDoBootstrap() { const e = createCustomElement(MyCustomAngularComponent, { injector: this.injector, }); customElements.define('my-custom-angular-component', e);}}my-custom-angular-component.tsimport { Component, Input } from '@angular/core';@Component({ selector: 'app-my-custom-angular-component', templateUrl: './my-custom-angular-component.component.html', styleUrls: ['./my-custom-angular-component.component.scss'],})export class MyCustomAngularComponent { @Input() language: string; @Input() contentlist: string;} The problem I'm facing is it takes a while to load/render this component on page. Any leads to improve the rendering time would be ap
I want to override OOTB Page Sling model exporter class. For example - http://localhost:4502/content/we-retail/language-masters/en.model.json this makes a call to OOTB sling model exporter. I want to have similar functionalities with with changes. Is it possible to see source code for this OOTB sling model exporter?
Hello, We have an implementation where we want to preserve the session at the back end using an HTTP session object. Example: we have 3 pages, we need to preserve the options selected on each page and display that option chosen on the results page.Note: We don't have the login functionality. Every user is an anonymous user. This implementation works fine in both the author and publisher but not the dispatcher. I know that the use of an HTTP session is not recommended in AEM but we have to use it to accomplish our use case.Any thoughts here, on why the HTTP Session object is not working in the dispatcher?
Project templates allow you to create specific, repeatable processes so you can avoid “reinventing the wheel,” but does everything need to be a template? How many templates is too many? And what’s the best way to update them?In this on-demand webinar, originally broadcast on May 17, 2023, Kiersten Kollins (@kierstenkollins), Sr. Marketing Operations Technologist and System Admin at DSW, and Jen Desmond (@jendesmond), Customer Success Architect at Adobe Workfront (and former customer), walked through:Why templates are importantTemplate development best practicesCommon template pitfalls to avoid (don’t forget task constraints!)What our speakers wish they had known when they were first implementing templatesAnd moreYou can view the recording here and a copy of the slides is attached. Have questions for our speakers? Tag them in a comment below.
While uploading any files or folders at DAM, parallelly to get metadata fields dialog for adding metadata. It means when we got AEM Assets | Files we have a CREATE button to upload new files or folders, when we select any file or multi files, meanwhile folders it display a dialog field name called fileName with CANCEL or UPLOAD button, at that time I need a extra fields dialog to enter metadata fields (dc:title. dc:description, date and time range etc.,). I need a solution for this, if anyone knows please give me a valid solution to get successful results.
BACKSTORY Have you ever wanted (or Been Told by someone who wanted) a way to easily make Program level long range plans so that you can rough out your timelines within Workfront? It's pretty common across all industries: Marketing/Agencies need to plan campaigns, BioTechs need to plan clinical trials, Manufacturing Companies need to plan capital projects, and so on. A Gantt Chart is a great way to show such long range projects...but setting them up actually takes a fair bit of effort: Portfolio > Project > (placeholder) Project > (placeholder) Tasks to represent Phases > Predecessors > Dates...oh, and woe be to yee if an actual date sneaks in there that trips you up trying to adjust things! To tackle this challenge, we've just release our MarCom Gantt solution which -- in a format similar to this How to Monitor and Manage MARGINS post -- I'd appreciate sharing and asking feedback. Here's a glossy that illustrates the highlights: &
I have this column to a row that needs to add or delete the next row. I have the add/delete buttons there, but it will not allow me to select the add button to create another row.
Context In this topic, you will learn how to leverage a custom API created in this blog and load data into a WebApp form using AJAX. Dependencies bootstrap@5.1.3 jquery-3.6.0.min WebApp HTML Copy the code attached in the recipientAjaxForm.docx and paste it into a page activity webapp such as below. JS Script logic The following script is pretty self explanatory, it calls custom API endpoint using AJAX, parses and retrieves response data into webapp form and does the error handling, complete html code is available in the attached file. <script type="text/javascript"> $(document).ready(function() { checkErrors(); //check any errors on page load }); /*** event listeners ***/ var btn = document.getElementById("search"); btn.addEventListener('click', getDetails); /* function which parses response data and loads it in the corresponding fields this is possible by matching response keys with html form elem
I have xxx site where in I have a genuine part filter.In view as published the count is shwoing as 24000 plus on genuine part filter but on the live site its just showing 7500 plus images.I checked on publisher by running this query.SELECT * FROM [dam:Asset] AS assetWHERE ISDESCENDANTNODE(asset,'/content/dam/photo-booth/ptba')its showing results of 24000plus but on the page its just showing as 750plusCan anyone help me
Sie haben bereits einen Account? Anmelden
Noch kein Konto? Konto erstellen
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.