Explore product-specific spaces to ask questions, share insights, and learn best practices.
Recently active
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?
Is it possible when grouping a list of tasks by week to control the day that the week begins on? I don't like that it's defaulting to Sunday and want to customize it.
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
Hello All, I am using AEM as a cloud service and am using the AEM specific cloud jar file for my local instances. I am trying to test a component which uses the Sling Delegation Pattern for adding new functionality to an AEM core component. My model looks something like this: @Model(adaptables = SlingHttpServletRequest.class, adapters = {List.class}, resourceType = TeaserListModel.TEASER_LIST_RESOURCE_TYPE,defaultInjectionStrategy = DefaultInjectionStrategy.OPTIONAL)public class TeaserListModel implements List { @Self @Via(type = ResourceSuperType.class) private List list; // Expect V1 of ListImpl from core components to be injected here}My test looks like this:public class TeaserListModelTest implements List { private static final String TEST_BASE = "/teaserlist"; private static final String CONTENT_ROOT = "/content"; private static final String CURRENT_PAGE = "/content/list"; private static final String CONTEXT_PATH = "/context"; privat
Hi, I want to create a custom from mapped with Comapny object. This form should have provision to capture multiple address of a company. Example:Company: XYZ (WF standard field) (Parent)-------------------------------------------------Address (Custom Form)A-23, Block C1, Street D4, Town, State, Country-US (Child-1)B-23, Block C2, Street D5, Town, State, Country-UK (Child-2)C-23, Block C3, Street D6, Town, State, Country-FR (Child-3) Thanks,-Hans
Learn from your peers: Adobe Campaign Standard Webinar Recording URL: Webinar recording About the Session: As the rate of change and market dynamics evolve for cross-channel marketers, it can be challenging to keep up. The expectations for operational efficiency and driving customer engagement across channels have never been higher. We’re excited to provide Adobe Campaign Standard customers the opportunity to learn from their peers in an interactive webinar. The objectives of the webinar are to provide tips, tricks, and inspiration for Adobe Campaign Standard customers and to help evolve and elevate your cross-channel marketing strategies and skills. Join Philip Rimmer from TSB Bank and Bruce Swann from Adobe to learn about: How to streamline the campaign creation process using templates Tips and tricks for optimizing audience selection with typology rules Efficiency gains through triggers and automation Session Schedule: LIVE WEBINAR DATE: Wednesday, Ma
Does anyone know of a way to represent day-over-day data in Workfront? Currently, we are using automation that captures the number of issues and projects in particular statuses and records the same on a task-level custom form. It creates a new task every day in the same project and records all the counts as a number.We are able to graph it as below when the same is exported as an Excel but looking for ways to do the same in Workfront.
It’s easy to get distracted by setting up DKIM (everyone still should, don’t get me wrong) and SPF (users with custom envelope sender domains should, but standard shared instances don’t need to) and overlook other DNS tasks. Surprisingly, those “top o’ the setup checklist” DNS records are more nice-to-haves than must-haves, unless your own org has chosen to publish these policies. Yes, if your security and risk folks want recipients to authenticate messages that appear to be from your domain, you need DKIM + (if applicable) SPF + DMARC too. But if not, you can do without these records. (To be clear, not having a record isn’t the same as having a record and failing validation. A broken DKIM signature is very bad, but not signing isn’t. Likewise, failing SPF is very bad, not having an SPF record is meh.[1]) Confusion about who sets up DKIM and SPF, and what they do, can obscure a far more important DNS ta
Hello Team, Asset download count is not reflecting in AEM Asset File Type Report (OOTB report functionality) in AEMasCS and it is working fine for 6.5I have updated the Event Recorder Configuration also have the necessary privilege's for the same. Frequency is 0 for all the assets. Any leads will be appreciated. @kautuk_sahni @arunpatidar
We have recently upgraded SP16 in our AEM 6.5 instance.We are facing a very peculiar problem where fields in couple of tabs of page properties are not getting displayed right after the upgrade. (Refer Screenshot-1)Has anyone experienced this problem. If so kindly provide any resolution for the same. Screenshot-1 ThanksSHYAMSUNDAR TK
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.