Explore product-specific spaces to ask questions, share insights, and learn best practices.
Recently active
Is it possible to set excerpt length in query results, using AEMaaCS OOTB features? I'm using QueryBuilder to execute fulltext queries on content pages on AEMaaCS.The excerpt extraction is working, calling hit.getExcerpt(), but the excerpt length is limited to 150 characters.I've seen on the web that it is a known problem, see [1], because this limit seemed to be hard coded in the class that implements the Hit interface (com.day.cq.search package), but in in a later documentation page, i.e. [2], there are a couple of details that give me hope:"By default, the character limit for the excerpt property is set to 150 characters". Saying "by default", it suggests that the limit can be overridden somehow.In the "Resolution" section, there is what could be a feature request code ("FR# ASSETS-16621"), so the excerpt length configuration feature could have been added after [1].So, can the excerpt length be changed, and how? Thanks, Filippo [1] https://experiencele
How I would match Target Property with Visual Experience Composer?
Hi,Good morning/evening, I want to send Marketo form data to AEP data layer and from there CJA will consume that data for form analytics reporting.Currently we have implemented this solution and we are able to pass following parametersform action, form name, error field, error count form startform submit countThe problem here is we are not able to send the form name, instead we are sending form id. Can anyone help me how to send form name data. I checked all the MktoForms2 Methods, but there is nothing about form name.
Hello, I want to change the default delivery address domain from foobar.foo.com to foobar.comtherefore I also need to change the bounce addresses bounced-campaign@foobar.foo.com to bounced-campaign@foobar.com How and where can or must I do these changes for both?Cheers
How to download latest open source magento, not from GitHub, manual download.
Hey everyone, I am trying to keep a standardized currency, USD, within the eVars & events that I collect. Events do get converted by specifying currencyCode if defined as a Currency type, but eVars don't, as they can only be defined as a Text String or Numeric.Would anyone know of a way to convert values within Adobe to match the currency code, whether through an extension, or custom code, or would it have to be done on the data layer side, making sure any data pushed up is already converted to the standardized currency?Thank you!
Hi all, I'm having trouble with this line in my unit test returning null. I can't figure out why the adaptTo is returning null. Let me know if you have any idea as to what I may be doing wrong. Thank you! removed I've tried to include the relevant code below.My class removed And the relevant code from the unit test: removed
Hi, Is there a limit of how many email addresses can I send an alert email to? Thanks!
Hi all, I have a bit of an urgent ask. Is there a way to retrieve one click unsubscribe data for emails sent from AJO in real time for export to a destination? I am aware that the profile snapshot dataset updates when a user unsubscribes but that is saved in a nested structure and would require data distiller to query the value. Is there another way to see which users unsubscribed using one click unsubscribe? and does this happen in near real time? Thanks
Hello, I have a scenario in which I have an empty array passing through a filter despite the filter asking that the value must exist. Can someone point out what I have wrong in my array? Here is my array: and here is my filter: With a second filter/route if the value does existNow here is a the scenario run in a way that would not include any values from those fields: As you can see I have made no entry for those values. Despite that the bundle still passes through my "exists" filter. Any ideas here? I feel like I am missing something obvious. Thank you in advance.
Does anyone know if there is a way to make a task span multiple dates on the calendar view in priorities? Right now it looks to only show on the due date but it would really be helpful if it could span the full duration of the task.
Is it possible to mark task work complete if you only have Light license level? Is this only possible if you have a Standard license level even if you have manage or contribute access to a project?
Does any one where to find any tutorials or certifications or learnings related to Adobe_LiveCycle_Designer ( used to create dynamic pdfs)https://en.wikipedia.org/wiki/Adobe_LiveCycle_Designer Thanks
Hello all, I am aiming to calculate burn on our programs/portfolios in Workfront, but unsure if it's possible. I've tried every way I can find online to reference the {actualWorkRequired}/{workRequired} within a calculated field at Program / Portfolio level, and this doesn't seem to work by prefixing each element with {portfolio} or similar. Is this possible? Or is there any other way I can surface the correct burn % in my view below at Portfolio & Program level. Currently it is an average or the Project Burn (Hours worked vs Planned) which isn't representative of the scale of projects underneath it and so is inaccurate when rolled up at the higher levels. A sum of the burn wouldn't be accurate either - the correct % value for the third grey sub total should be 17% when taking into account the actual number of hours.
Hi everyone, I have a quick question. We need to pass a specific eVar as array in the mobile code to receive the data in adobe. Here is my though process:i need to see if a single customer is seeing 3 offers on our app, we want to capture all the 3 offers in a single analytics call.What we have done is :offers: [{code1:<offer code1>, type1: <offer type1>, name1: <offer name1>}, {code2:<offer code2>, type2: <offer type2>, name2: <offer name2>}]We are not receiving data in Adobe so seems to be an issue. What is the correct way of passing an eVar as an array in mobile apps? How the processing rules needs to be set up for that ? Any Documentation would be of great help
I have been trying to figure out how to create a Program report that pulls the number of Projects. I have found how to filter to show empty Programs but I can't find a way to pull the number of Projects in a Program. Does anyone have the text mode for how to pull that?
During analytics implementation using websdk I am getting a product array using ACDL on website for commerce events and want to fetch those value in launch and pass it as entire array in xdm data element mapping. Also, need to pass some of the values as evars and events in product string. What should be the best practice or sample code to traverse through the array and create an object that can be directly mapped as array. sample datalayer code: window.adobeDataLayer.push({product: {"productListItems": [{"Qty": 18,"brand": "ABC","category": "DEF","StarRating": 4.4792,"sku": "12345","stockStatus": "in stock",}{"Qty": 20,"brand": "ABCD","category": "GHIJ","StarRating": 4.4,"sku": "12345","stockStatus": "in stock",}]}});
Hi All, I copied one of my audience which was created by build rule method and the lifecycle status of the cloned audience shows up as Draft. How can i change the lifecycle status from Draft to Published? Thanks,Swastika
Hi all, I have some .pdf documents I need to send to court but they won't merge because they are password-protected. Any ideas how I can go about it? thank you
I'm thinking this may be an Innovation Lab thing - I don't see a way to currently do it, but thought I'd start here to see if someone sees something I don't. Currently within a project's edit features, you can go to Task Settings and set up a custom form(s) to be added to all newly created tasks by default. You can also set it to add an Approval by default. I'd like to be able to add custom forms by default to all new issues created within a project as well.
Hello, I am trying to create a sFTP external account at the following location: Administration > Platform > External Accounts I do have the SSH Key for that account and can able to login there by using FileZilla and trying to use the same public SSH key at this external account. Any idea or documentation how to create sFTP external account? Thanks! Ali
Hello, I am looking for resources for learning the AJO Email Designer in depth. I am aware of the Experience League documentation, and this forum, and was wondering if people have other resources to share. Thank you!
I have a couple of users I need to update in the admin console because they are no longer with the company. In the past, I deactivated them from Workfront versus deleted them because I did not want to lose any history. In the admin console, we only have the option to remove a user. If I remove a user from the admin console, will I lose historical data?
Is there an easy solution for capturing data within a Workfront report into Power BI?
Live sports websites need to deliver real-time data in a clean and engaging manner. At https://releasesky.uk/, we focus on presenting sports updates in a way that keeps users informed without overwhelming them.Does Adobe Audience Manager have features to analyze user behavior and suggest layout or font optimizations specifically for live sports platforms? I'd love to hear insights or best practices from the community.
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.