Explore product-specific spaces to ask questions, share insights, and learn best practices.
Recently active
Hi all,I've run into issues with mapping inside the data prep tool, specifically within productListItems. The solution would need to be able to iterate through an array.I am experiencing a dataset error where the Quantity is coming back as a string and not a number. I updated the code in my launch script so it would stop happening but am still getting this error about once a day. I tried using the following code within Data Prep Tool using a calculated field but it is still not working. My target field would productListItems[*].quantity but I cannot use that notation inside a calculated field because it does not accept [*].Mapping Triedto_integer(quantity). to_integer(productListItems.quantity)Error message in datasets: #/productListItems/0/quantity: expected type: Number, found: String.Sample Array:[{"sku": "HGYU_89","name": "Wireless Mouse","pricetotal": 29.99,"quantity": 2},{"sku": "ABC_01","name": "Mechanical Keyboard","pricetotal": 89.95,"quantity": 1},{"sku": "XYZ_02","
Hi all,I am looking for a solution where I need to export the Opt-out status to a third party solution as soon as the user clicks on unsubscribed on a AJO landing page. Since it needs to happen near real time, Dataset export is not in scope, is there any alternate way like triggering a custom action based on change in subscription list or a consents.marketing.email attribute value? Along with consent status I would also need to pass customer ID, and timestamp. Looking for some suggestions!Thanks
I have observed that tracking server and secure tracking server in AA Extension in Tags is left blank. The beacon is still being sent to https://mydevreportsuite.112.2o7.net/b/ssWondering if that is the way to configure the tracking server for third party domain implementation? For first party cookie implementation the tracking server looks like (https://metrics.mydomain.com/b/ss/)Please suggest the the best practices on tracking server for adobe analytics implementation using Web SDK and AA Extension.Also share your thoughts on best practices for AA implementation on a newly launched web site created via AEM.
Hi All,I have recently installed AEM service pack 22 on AEM6.5 local machine.But After installation bundle AEM UI WCM Admin Bundle(com.adobe.cq.ui.admin) is not active and remained in installed state.After reviewing it found that one of the Imported Packages not resolved.com.adobe.granite.ui.components,version=[1.21,1.22) -- con not be resolved Below is screenshot
I am confused on how to use column component and column control component in AEM 6.4 editable templates. I need to create three columns in my website and add content to each column. Can somebody help me to accomplish the same using editable templates and column control/ 3 column component.?As per the image each time it shows start of columns when I add column component and also I am not able to add data into these column components(As per my thinking, I think we cab add data to the column component).Can Adobe add a tutorial in creating a sample good looking website using editable template and using only such inbuilt components only?
Has anyone used Treasure Chest's "Disable Smart Campaign on Archive" feature? How is the experience, if any? Will it applicable all smart campaigns including executable? Will this soon become a real feature, as it is Treasure Chest?
Hi, I am interested to apply for AD0-E134 Adobe Experience Manager Sites Developer Expert certification exam. and I want to take practice test in Adobe Certification Exam Prep Portal before attempting my Certification exam. But there is no practice test available for AD0-E134 Adobe Experience Manager Sites Developer Expert. Could you please help us by providing the practice test questions for AD0-E134 Adobe Experience Manager Sites Developer Expert and some reference study materials to prepare for exam.Thanks & Regards:Dharmavaram Murali.Email : dharmavarammurali2103@gmail.com
I have an existing destination setup in Adobe Experience Platform where audience data is being exported. I would like to update the existing field mapping (e.g., map a new schema attribute or modify the transformation logic) using the API, without recreating the destination or dataflow.
I filter for specific files and I wish to batch edit one field. If the selected assets are located in different folders, the schema displayed is the OOTB basic schema. All files selected use the same custom schema. Is they a solution to be able to batch edit across folders maintaining the custom schema we use for all assets? Thank you.Jim P
How do I query the AEM content path associated with a delivery. I understand this might be a javascript code. What should go in this code? So far all I have is a simple workflow with a query object that is just querying for 1 delivery Id against the delivery schema. I am outputting the delivery Id in the query result.
I am new to AEM, and try to use official tutorial WKND for learning, in component basic page I get a blocker in "Client-Side Libraries" section, link below FYIhttps://experienceleague.adobe.com/docs/experience-manager-learn/getting-started-wknd-tutorial-develop/project-archetype/component-basics.html?lang=enwhen I do some changes per as tutorial asked in ui.frontend folder and execute "npm run watch", the log in my terminal is different from tutorial, there is not any files generated in "ui.frontend/dist" folder or "ui.apps/.../clientlibs/clientlib-site/", so what steps am I missing?james ui.frontend % npm run watch > aem-maven-archetype@1.0.0 watch /Users/james/htdocs/aem-code/forest-wknd/ui.frontend > npm-run-all --parallel start chokidar aemsyncro > aem-maven-archetype@1.0.0 start /Users/james/htdocs/aem-code/forest-wknd/ui.frontend > webpack-dev-server --open --config ./webpack.dev.js > aem-maven-archetype@1.0.0 aemsyncro /Users/james/htdocs/aem-c
Hello All, We have field eventType in AJO Push Tracking Experience Event Dataset to get values like application.opened, decisioning.propositionInteract etc.However, Can some one please help me understand which value from this field provides data related to clicks. Thank you,Shivani
Is there any way to find out what records failed after partial batch ingestion in adobe experience platform UI? I don't have access to API. There is one record failed when ingested 100K record and want to find out what is the issue with failed record?
If I am making the checkbox default checked using coral2 checkbox field, <enableBanner jcr:primaryType="nt:unstructured" sling:resourceType="granite/ui/components/foundation/form/checkbox" fieldDescription="Check if shorter banner is required." listener="toggle.checkboxShorterBanner" name="./enableBanner" text="Shorter Banner" uncheckedValue="false" value="true" defaultChecked="{Boolean}true"/>and in SlingModel using it @ValueMapValue@Default(booleanValues = true)private boolean enableBanner;Sightly code<div id="${properties.isBanner ? 'main_banner':''}"class="${bannerPowerModel.enableBanner? shortHeroClass : ''}">I want to add shortHeroClass if it is checked otherwise noI can see the difference in html where it is coming as checked by default<div class="coral-Form-fieldwrapper coral-Form-fieldwrapper--singleline"><label class="coral-Checkbox coral-Form-field"><input type="checkbox" name="./shorterBanner" value="true" data-vali
Hi everyone, I’m reaching out to see if anyone has experience dealing with external users accessing Workfront via Federated ID (SSO).I’ve recently invited an external client to our Workfront instance using their corporate email. The user was automatically provisioned in the Adobe Admin Console as a Federated ID, since their domain is already registered under another organization in Adobe IMS (likely due to their use of Adobe Sign or Creative Cloud). Although the user has been correctly assigned a Workfront license in our admin console, they are encountering the following error when attempting to log in:"User is not assigned to this application." I’ve confirmed:The user appears as active in our Adobe Admin ConsoleThe Workfront product profile has been assignedOther external users with Federated IDs (from different companies) have successfully accessed our environmentI suspect the issue may be related to the SSO configuration on the client's side — possibly their organizat
Hello, I have a use case where our main client (Adobe users) would like to partner with some Non-Profits to send emails alerting folks about a program coming up. The challenge is, the non-profits own the data but do not wish to have their data stored in AEP. This can be done in Campaign if the messages are transactional where you can choose not to create a profile. However, the clients wants to send a Launch email (Batch - Read Audience) using the non-profit data. Does anyone have any experience on how we can send this email and not store the data in the clients data schema? Thank you
Hi, Has anyone implemented context aware configurations in EDS using Universal Editor. If not, is there any alternative functionality that we could use in EDS. Please let me know, if anyone knows anything about that. Will appreciate your help. Thank you.
Hello, I have had a number of reported issues where users cannot allocate the correct start time to tasks and get an error message (see attached). I would love assistance on how to troubleshoot and resolve this other than checking the timings setting are correct on their computer and workfront. Many thanks
Hi Community,We want to expose some custom application metrics like cache hit ratio, external API call counts, or custom service health checks through JMX Console for better monitoring.I am aware that AEM exposes several built-in MBeans (via /system/console/jmx), but we need custom MBeans for our project.What is the recommended approach for creating custom JMX MBeans?
Hello, Has anyone tried to bring in the Azure DevOps data into AEP through any connector or storage? I am trying to get my product releases and we use Azure DevOps to track all releases. Having this data would be helpful. Please let me know if anyone has done something similar or has any suggestion on this engineering work. Thanks, Gautham
I have a clientlib path which is getting generated in <script> tag by using data-sly-call to a specific clientlib category in HTL fileIs there any way that we can get this etc.clientlib path with the proper id in Sling model?
Hi @parthasarathy I have a below usecase, kindly guide.Consider a customer has purchased via below multiple platforms 1 Groww2 AngelOne3 Paytm Money4 ET Money5 Upstox6 Dhan7 INDMoney Example:1.if an investor has investments via Groww, AngelOne and IndMoney, campaign is to be triggered only for Groww with branded creative of Groww. 2.if an investor has investments via AngelOne and IndMoney, campaign is to be triggered only for AngelOne with branded creative of AngelOne.
Hi All, I'm configuring SAML 2.0 for Publish in AEM as a Cloud Service.However, SAML is not working as expected in the Preview tier.Where is the problem? I am referring to the following documentation:https://experienceleague.adobe.com/en/docs/experience-manager-learn/cloud-service/authentication/saml-2-0 The Publish tier is working as expected.After authenticating with the IdP, users are redirected to /saml_login on Publish:publish-xxxx.adobeaemcloud.com/saml_loginDuring the saml_login process, a "login-token" cookie is issued, and users can then view the website. On the Preview tier, users are also redirected to the IdP, and after authenticating, they are redirected to /saml_login on Preview:preview-xxxx.adobeaemcloud.com/saml_loginHowever, no "login token" cookies are issued, and the user is redirected back to the IdP URL again./saml_login → IdP Login → /saml_login → IdP Login → (infinite loop) • "login-token" cookie is not issued on the Preview tier.• This r
I can override the on-page Tags script environment on one page of the site frontier.com/shop however when I move to other pages, the Dev environment override jumps out and I'm reverted back to Prod environent. I believe this issue is because on that single page frontier.com/shop the Tags script url is coded fully "https://..." and on other pages it's coded without the protocol (leading slashes only), so the debugger seems unable to handle this use case scenario. Thanks for reviewing! Community Discussion Ref:Re: Adobe Experience Platform Debugger jumps envir... - Adobe Experience League Community - 765618
Does the profile needs to be removed separately from Profile Store and Identity Graph?
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.