Explore product-specific spaces to ask questions, share insights, and learn best practices.
Recently active
I understand that responsiveness of the display/your computer but is there a way to preset the width of the columns in a custom view so they do not refit every time. Need certain columns to have much more space on them than others but do not want to readjust every time I use the custom view. any thoughts or pointers?
hi all, have looked at the DIL.js documentation and its rather confusing. Can someone explain me in very simple terms how the DIL (audience manager) needs to work ? When I look at the current set up, I can see numerous demdex.net request. https://dpm.demdex.net/id?d_visid_ver=https://fil.demdex.net/dest5.html?d_nsidhttps://dpm.demdex.net/ibs:dpid=Need some sort of diagram or a rough idea of a flow. There is also this client side vs server side forwarding, which is not quite clear. My understanding is that the server side forwarding (when enabled on the reporting suite level) share all the data from reporting suite with the audience manager service. It would be good if someone could confirm it. Thanks.
We have a requirement to allow multiple models in single fragment reference but fragmentReference is a saving only single cf model in it as it's of type string not string array but in the interface it is taking multiple values but not storing in jcr multiple values.
Hi, In the mapping of my datastream, I want to isolate the value of a specific url parameter.Example: from "test=1&account=bitmap&step=abc", I want to map as output the value of account, so 'bitmap' in this case. I did it this way based on this doc and it works: But I have also unwished value if the parameter contains 'account=', not only equals 'account='Example:Output should be null because the parameter name is 'IDaccount=' and not 'account='.Any idea how I can fix this ?Thanks Robin
Hi Community, How can I replace the background image in AJO using an image hosted on the AEM image repository, given the image ID and repository ID?"And for your example:we are trying to use something like this for background image: css:background-image: url('https://image/lib/fe3611727364047f721671/m/1/bg.png'); But we're trying to replace it using this format:cssbackground-image: url("data-medialibrary-id='urn:aaid:aem:439e6f71-4767-415e-9b9c-e84c244' data-mediarepo-id='author-p132462.adobeaemcloud.com'"); "How do I properly use AEM's Media Library ID and repository ID to dynamically reference an image as a background image in CSS?" @davidkangni @anuhya-y @mohan_dugganab @ivanmi1
Hi,I have a dropdown with options in the form of: key=value:1=Option 12=Option 2... When I create a document of record, only the keys are visible, like: 1,2,3... I need to change that so in the DoR only the selected values are visible. Is there an API for that I can use? Or what can I do?
Hi Team, In my current project, we have upgraded AEM 6.5.9 to 6.5.18.ACS commons current version is 5.0.4 Now, we are facing some multifield-related issues. (Unable to store the dialog fields once saved.) We have many components that have stored the multifield in JSON format as well as in node structure. In some of the Adobe articles, they mention upgrading ACS Commons too.Could you please confirm if we need to upgrade ACS Commons versions along with the AEM upgrade? Thanks in advanced!Nikita M.
Dear All,There is a question if it would be possible to upload SEO data into Adobe Analytics?If yes then how? and it would be manual or automated pipelines?
I have hands-on experience with AEM testing, a strong understanding of xAPI components, templates, and content fragments, as well as experience with Adobe Campaign creation. I've also worked on creating experiences for various Adobe products like Photoshop, Illustrator, and Creative Cloud. To further enhance my career, should I pursue AEM certification or an Adobe Campaign-related certification?"
We use a phone field to input phone number for our forms which has a SFDC sync, but there doesn't seem to be an easy way to validate the data. We've noticed people being able to put in 1 in the phone number or 123. Just looking to not allow people to put less than 8 numbers in the phone field (but could be more than 8), and only numbers. Is there a way to do this without Javascript? I've seen the instructions on masking but this seems to be only if you want it to be exact 8 not 8 or more.
How components are being loaded? How the clientLib works? Why do styles and js are being minified?How dependecies are being loaded?
I am having an issue with iOS rendering in Email on Acid. My text is overlapping. What is weird is that the same text blocks, with smaller text, are not having this issue. Anyone else ever have this, and if so how did you fix it?
Hi using OOTB consent object against profile. how can you query the consent choices in a journey to choose the channel to communicate with. So as an example, I opt out of email, then in the journey put a decision in that says 'can i email him, no, then send him down the sms route'. When looking in journey at the fields available for selection, under profile, the consent fields arent there to choose against thanks
Dear All, I have configured Day CQ Mail service in my local like below. Now I have written one servlet to get email and I am successfully getting email like below. I have written below servlet. ************************** SendEmailAdminLoginServlet ******************************* import java.io.IOException; import java.util.ArrayList; import java.util.HashMap; import java.util.List; import java.util.Map; import javax.servlet.Servlet; import org.apache.sling.api.SlingHttpServletRequest; import org.apache.sling.api.SlingHttpServletResponse; import org.apache.sling.api.resource.LoginException; import org.apache.sling.api.servlets.HttpConstants; import org.apache.sling.api.servlets.SlingAllMethodsServlet; import org.osgi.framework.Constants; import org.osgi.service.component.annotations.Component; import org.osgi.service.component.annotations.Reference; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import ai.contentadmin.core.service.S
Hi @parthasarathy I am trying to create a report in which I want the details of email configuration.For a particular delivery name -xyzWhat is the1.Sender address2.Sender3.Reply address4.SubjectI am trying with using delivery logs by a query activity but not able to find above attributes, and it needs to be automated.
while executing the command mvn clean install the following ui.forntend error is occuring
Hey guys, Happy new year to everyone! 😊Starting a new year with a fresh query! We want to use our RDE as our DEV environment.RDE inherently is used as a local by developers one dev at a time. The deployment is done currently via aio plugin.But we want to restrict that since DEV environment would be used by multiple users. Is it possible to control this and create a pipeline in ADO which deploys to RDE alone? BR,Nagesh
I need to create an audience that will include all profiles that have an Email, have an event where 'Registration ID' exists and 'Timestamp' occurs before 3 days ago, and do not have any event where 'Financial Enrollment Date' exists. (Email is an attribute in the Profile schema); (Registration ID is an attribute in the web SDK events schema and Timestamp is the default attribute of the web SDK events schema) (Financial Enrollment Date is an attribute in the course events schema). I need to create this audience to exclude these profiles from paid media campaigns who registered for a course more than 3 days ago but did not complete the enrollment payment. My biggest challenge is understanding how the platform will verify that a profile does not have any event where 'Financial Enrollment Date' exists.
I have created a component for sharing the page on social sites like facebook, twitter, linkedin and whatsapp. This work is done AEM as a Cloud Service. But there is a problem with localhost link. The sharing window opens up but it says "href is not valid". When I googled it, it says that localhost link doesn't work for sharing on social media. Is there any alternate solution for this by which I can test my component locally whether it works fine or not?
In Adobe Analytics, we need a line chart that shows the monthly trend for specific marketing channels (filtered totals). However, using a 90-day linear attribution model and applying segmentation still results in a chart displaying the grand total across all channels, even those excluded by the filter. This forces us to export data to Excel for accurate charting, which is inefficient. Is there a way to configure Adobe Analytics to correctly display filtered channel totals in a line chart?
Hello All! I'm trying to set a comparison time period throughout all panels in my dashboard to Prior Period, meaning that I want the data to be compared to an identical time period prior to the selected current date range. Example: date range: past full 7 days comparison: 7 full days prior to that time; date range: Dec 10 - Dec 15 comparison: Dec 4 - Dec 9 (equal number of days prior to the selected date range) etc I'm looking to get this comparison date range to auto-adjust based on the time I select for the date range. Is it possible in Adobe? I don't see options to set such comparison at the moment: - the "Add time period column" section only includes options to set fixed time periods to prior time or last year which is not what I'm looking for- the custom date range option doesn't let you set an auto adjusting comparison range Appreciate your help! Thank you!
Initialization has failed due to: Error: Could not locate the bindings file. Tried:\n → /nodejsAction/build/node_sqlite3.node\n → /nodejsAction/build/Debug/node_sqlite3.node\n → /nodejsAction/build/Release/node_sqlite3.node\n → /nodejsAction/out/Debug/node_sqlite3.node\n → /nodejsAction/Debug/node_sqlite3.node\n → /nodejsAction/out/Release/node_sqlite3.node\n → /nodejsAction/Release/node_sqlite3.node\n → /nodejsAction/build/default/node_sqlite3.node\n → /nodejsAction/compiled/18.19.0/linux/x64/node_sqlite3.node\n → /nodejsAction/addon-build/release/install-root/node_sqlite3.node\n → /nodejsAction/addon-build/debug/install-root/node_sqlite3.node\n → /nodejsAction/addon-build/default/install-root/node_sqlite3.node\n → /nodejsAction/lib/binding/node-v108-linux-x64/node_sqlite3.node\n at bindings (/nodejsAction/CArANa4L/index.js:64381:9)\n at 51699 (/nodejsAction/CArANa4L/index.js:141883:44)\n at __webpack_require__ (/nodejsAction/CArANa4L/index.js:24
Hi, I am able to Author Teaser Component Cta astel:<tel number>,it works fine but when i move to author it asjavascript&colon;alert('message');,it doesn't make any href on DOM. How to achieve this using authoring only; i dont want to write custom js for this. As in LinkCheckerConfigImpl i found that tel: and javascript&colon;, both are there in configurations.
Hi everyone, Wishing all a very happy and prosperous new year. I am trying to create an automation in Workfront Fusion to schedule a scenario that sends a notification to the relevant user whenever there is a change in the schema, profile, or audience in the Adobe Experience Platform. To achieve this, I am leveraging the Audits activity log.I am using the Audit Events endpoint (https://experienceleague.adobe.com/en/docs/experience-platform/landing/governance-privacy-security/audit-logs/audit-api/events) and passing all the required parameters in the Workfront Fusion scenario. However, I am encountering a 403 error. The same credentials work fine for retrieving audiences.Below is the error I see when testing in the Interactive API documentation. Please help me if there are any corrections or issues with my approach. Is there any other way to achieve this automation? Regards,Alksh
Hi All, I have a weird issue.API call at https://publish-p...-e....adobeaemcloud.com/etc/cloudsettings.kernel.js/conf/appA/settings/cloudsettings/legacy/contexthub is giving different results for different environmentsIt gives 200 OK for RDE Author and Publish but gives 404 on DEV Publish (200 on DEV Author)We replicated the node /etc/cloudsettings.kernel.js/conf/appA/settings/cloudsettings/legacy/contexthub from DEV Author.The dispatcher rule is also set -/0009 { /glob "/etc/cloudsettings.kernel.js" /type "allow" }Referred to the posts at https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/etc-cloudsettings-kernel-js-libs-settings-cloudsettings-legacy/m-p/351002sling:resourceType is already set at "granite/contexthub/cloudsettings/components/baseconfiguration"Why would both environments behave differently?? thanks in advance,@nageshraja
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.