Explore product-specific spaces to ask questions, share insights, and learn best practices.
Recently active
Hi All, I created a page properties, the image upload feature is not working when creating a page. The code is <image jcr:primaryType="nt:unstructured" sling:resourceType="cq/gui/components/authoring/dialog/fileupload" mimeTypes="[image/*]" autoStart="{Boolean}false" allowUpload="{Boolean}false" cropParameter="./imageCrop" ddAccept="image/*" ddGroups="[media]" disableZoom="{Boolean}true" fileNameParameter="./fileName" fileReferenceParameter="./fileReference" fieldLabel="Image" name="./image" jcr:title="Image" useHTML5="{Boolean}true" multiple="{Boolean}false" class="cq-droptarget" cq:showOnCreate="{Boolean}true" rootPath="/content/dam" /> There are 3 situations about the above code,1. Under page properties, when starting to create a page, the code doesn't work. It doesn't react to the mouse click even if the mouse turns into the hand cursor. I can't browse my DAM2. Under page properties, after creating a page without uploading an image. When I op
Hello, In Adobe UI I see there are 500 audiences in total. Where as in segment_ingestion_dataset there are 1500 distinct audiences.I tried searching for some audiences which are there in dataset but not in UI. In API call it stated: entity not found.I have two questions:1. is it possible that deleted audiences details are there in segment_ingestion_dataset?2. How can I filter these audiences, as there is a field segment_Status in its realted schema but no data is populated under this fiel
Hello folks, I've created Data Distiller audience, and after initial batch it worked. Now I've overwritten the dataset with a new batch using this. I can see the dataset being updated (initial batch deleted and new one ingested). However, the audience is stuck in the "Processing" status (since multiple days now) and segment memberships are not being updated in the profile with a new date. Recreated the test with same end result. Is there something I'm missing, or do DD audiences only work with "insert into" and not with "insert overwrite into"? Mauri
How can we set up a dimension, first and last touch. Can any one suggest / explain me how can we create first and last touch.
Request for Feature Enhancement (RFE) Summary: Introduce the Apache mvnd (Maven Daemon) wrapper in Adobe Cloud Manager so that the build step can reuse a long-lived JVM, parallelise module compilation, and dramatically cut cold-start overhead. This change targets only the build phase; the deploy phase likely remains untouched. Use-case: Large, multi-module AEM as a Cloud Service projects (often 10 + modules) can spend several minutes just starting Maven and resolving plugins for every pipeline run. In busy CI/CD setups (feature branch builds, frequent merges, scheduled quality gates) these wasted minutes quickly accumulate, slowing feedback loops and consuming CI minutes. Current/Experienced Behavior: Cloud Manager invokes the stock mvn CLI in a fresh container for each build. Each invocation spins up a new JVM, scans plugins, and builds modules sequentially. Typical build duration for a representative 10-module project: 9–11 minutes, of which ~1-3 minutes are Mave
Greetings, Marketo Nation! As part of the May 2025 release, we are bringing new enhancements to Marketo Engage’s roles and permissions, specifically targeting the new assets powered by the New Email Designer. This update is designed to provide more granular permissions and improve user management. Granular Permission Required In the past, assets created with the New Email Designer lacked specific granular permissions. With the upcoming changes, all existing email permissions under roles will now apply to these new assets created using New Email Designer (Emails, Email templates, Fragments, etc). Users who require access must be granted the relevant email permissions, such as view, edit, and approve. New Email Designer User List Management To allow access to assets powered by the New Email Designer, users must be included in the Admin page's "New Email Designer" user list. Additionally, appropriate permissions (view email, edit email, approve email, etc.) must be granted for effe
Hi Team, I have created mesh project and it is running on local. Then i have created aio project using aio app init and aligned my mesh project to myaioproject/actions/mesh/<all files...> Then i have created index.js file as entry file inside myaioproject/actions/mesh/index.js then i have run npx mesh build and npx mesh dev under myaioproject/actions/meshand project is running fine manifest.yml file packages: meshwebshop: actions: mesh: function: actions/mesh/index.js web: true runtime: 'nodejs:18' inputs: LOG_LEVEL: 'debug' Below is index.js /* * <license header> */ /** * This is a sample action showcasing how to access an external API * * Note: * You might want to disable authentication and authorization checks against Adobe Identity Ma
Hi,We have configured Pressure rules for Android and iOS, but they are not showing up in exclusion tab or in exclusion summary.We configured contact date in delivery as well using control typology and made sure control typology will apply first and pressure will apply after that. Need your help. @vraghav Thanks,Krishna
I am trying to make an update to a schema in our Dev environment, however when I hit save it gives me an error"This operation to update mixins: *CLIENT NAME* Contact Details is not possible as it is used by schema: *CLIENT NAME* Core Customer Profile which participates in a union operation: https://ns.adobe.com/xdm/context/profile__union which is referenced by Dataset: [67ec132ff008ba2aeec69197, 67f7de8e8dd71e2aef9a20f2]" However, I have deleted out those datasets. Is this just a timing issue that it takes time for the system to recognize the datasets are deleted or do I also need to go delete the dataflows? All dataflows were one-time executions so nothing should be running there. Is there a way in the tool to get the actual names of the datasets being referenced? My only thought at this point is it's an OOTB dataset, in which case, how would I go about making changes to the schema? Wouldn't it be locked in forever?
Hi, I’d like to confirm whether click tracking for push notifications in AJO requires adding a specific function in the mobile app code - similar to how it works in ACS. (Please refer to this ACS documentation: https://experienceleague.adobe.com/en/docs/campaign-standard/using/administrating/configuring-mobile/push-tracking) Thanks.
We're working to migrate to CJA from Analytics and considering mapping our Adobe Analytics Connector into a custom schema. One downside is the mapping process during the dataflow setup. Ideally we won't have to do this manually through the UI. I'm testing out the Update a Mapping Set API and I keep getting errors such as "Bad request parameters or payload. Please check your request and try again. Additional detail: The following unmapped paths are required: _id, timestamp. Please include the required paths and try again." I have not been successful so far in adjusting to avoid the errors. Has anyone seen this before? Maybe share the body of a successful request? https://experienceleague.adobe.com/en/docs/experience-platform/data-prep/api/mapping-set#update-a-mapping-set
I have configured a datastream/dataset/dataflow to receive clickstream data from a website the has an event driven data layer and the Adobe WebSDK. Looking at the dataflow runs, there are some batches failing due to typeOf errors (expected string, found integer). The developers in charge of the event driven data layer are having trouble replicating the specific typeOf error to be able to fix it in the data layer, and the data in question is part of the product array so it would be cumbersome to add code checks in the tag manager to convert the data to the proper type. There are options to enable partial ingestion of a dataset within a typical error threshold, but i don't see any way to apply this setting to a dataset that is already receiving data from the webSDK. The toggle in the picture appears to just be for dragging/dropping files into the dataset. Is there something in the UI i'm missing? I don't think it is worthwhile to make data layer
Hey Guys, As I've said before I'm trying to create a system user to retrieve a valid session in order to create nodes in AEM using a JCR Session. Down bellown I have my repoinit config file org.apache.sling.jcr.repoinit.RepositoryInitializer~aem-showcase.cfg.json { "scripts": [ "create path (sling:OrderedFolder) /content/dam/aem-showcase", "create path (nt:unstructured) /content/dam/aem-showcase/jcr:content", "set properties on /content/dam/aem-showcase/jcr:content\n set cq:conf{String} to /conf/aem-showcase\n set jcr:title{String} to \"AEM Showcase\"\nend", "create path (nt:Folder) /content/dam/aem-showcase/comments", "create path (nt:unstructured) /content/dam/aem-showcase/comments/jcr:content", "create service user aem-showcase-jcr-service-user with forced path system/cq:services/aem-showcase-jcr-service-user\n set principal ACL for aem-showcase-jcr-service-user\n allow jcr:all on :repository,/content/da
Hi,We have created a custom field for LinkedIn lead gen forms and are trying to map it in Marketo, but the field isn’t showing up in the Marketo (Launchpoint) Lead Gen field mappings. The support team advised us to verify permissions, and we have confirmed that all required permissions on the LinkedIn ad account are in place.Has anyone else encountered a similar issue? Are there any specific steps or documentation available for properly mapping LinkedIn custom fields from lead gen forms into Marketo? Any guidance on the integration or troubleshooting tips would be greatly appreciated.Thanks in advance!
May' 25 release notes Check out what's new and improved in the latest Adobe Journey Optimizer product release update: Release Notes New capabilities Adobe Experience Manager Content fragment integration: With the integration of Adobe Experience Manager and Adobe Journey Optimizer, you can now effortlessly use Adobe Experience Manager Content Fragments within your Journey Optimizer content. This seamless connection makes it easier to access and use your AEM content directly in Journey Optimizer. Previously available for a limited set of organizations (LA), this capability is now GA with the following enhancement: Define placeholders and map personalization values within the fragment signature using the Editor mode. Adobe Experience Manager Dynamic media integration: Dynamic media assets are now directly available and accessible in Journey Optimizer. This integration enables you to: Centrally manage assets with real-time updates. Modify your assets settings suc
Join the Adobe Champion Program and become a part of a global community of passionate product experts who are driving thought leadership and innovation! Adobe Experience Platform Champion Applications are open through June 10! Program BenefitsThe Adobe Champion Program provides a unique opportunity for expert Adobe Experience Platform (Adobe Journey Optimizer B2C and Real-Time CDP) practitioners to:1) Accelerate their personal and professional growth by collaborating with fellow Adobe Experience Platform (Adobe Journey Optimizer B2C and Real-Time CDP) experts and Adobe product and engineering leaders;2) Share their product expertise and best practices with the broader Adobe Experience Platform (Adobe Journey Optimizer B2C and Real-Time CDP) community; and3) Engage in exclusive speaking, content creation, thought leadership opportunities to showcase your expertise. Program MissionAdobe Champions enhance the Adobe Experience Platform (Adobe
I have got multiple offers in my AP activity. When I would like to set up Targeting Audiences for a specific offer then I am able to do this only for a one offer. Same with Report Group. Why is that?
I have got project for telco company. The user might have multiple subscriptions. We are still in the discovery phase. I see that subscriptions might be included in the Data Model in two following ways. 1. XDM Individual Profile Class + Subscription Data Type Pros:It would be included in RTCP However when I tried to model something like that I got the error:Do you know what it might be about??? 2. Custom Subscription Class + Subscription Data Type Pros: Might be more customizable?
We had a field that would capture the date a status changed but it looks like it's not working anymore. The calc used the {lastNote}.{auditText} field to determine if the status was changed then it would record the date but this calculation no longer works (Not sure how long it hasn't been working for or perhaps it never worked, not sure). Has anyone found a good method to record the date of the most recent status change? I understand we can find it if we use a note report but Id like to have it on a calculated field.
Hi all, Could you please direct me to a data sly call example with a tutorial that I could run and try out?The concept is not very clear to me. Appreciate all your replies. Thanks,RK.
Hi folks, our team noticed an issue yesterday (5/21) where confirmation emails are not being sent post form submission. We have not made any changes that would change email send functionality. Is anyone else also experiencing this issue of deliverability?
We currently have log time to future dates turned on in timesheet preferences, but leadership is asking that to be turned off, with the exception of vacation days, so those hours can still be entered in advance. If we can automate hours getting logged as vacation based on time-off calendar entries, the Fusion scenario could backdoor the future task dates setting (I think), while also making it easier on the users, so they don't have to update the calendar, AND log time on their timesheet for the same dates.
Hello everyone, We have many workflows planned by external signal or by schedule, and sometimes we have errors that cause the workflows to fail, is there any way to rerun the workflows all at once without having to go in one by one and do it manually? Thanks in advance
For email campaigns within Adobe Marketing or events within Adobe Message Center are you always following the recommendation to exclude quarantined email addresses? While we understand the ISP health and deliverability stance from Adobe on sending emails to quarantined email addresses, we have recently identified a population of previously quarantined email addresses that we know are valid and are now reconsidering recommended approach to what we consider standard “servicing” and “marketing” email communication. Please note, this question is specifically targeting email addresses that are considered quarantined by adobe standards and not “denylist – spam complaints”. In addition, have you considered periodically resetting quarantined email addresses back to valid?
Hello all. Logged in/off Status QuestioneVar expires at hit, so it doesn't matter the allocation (first, linear, last) and has to be set on each hit page load or web action. Wondering of the implications to set either logged off or logged on every hit, comparing e.g. not having the value even present or populated in the data layer prior login, whats best for segmenting and overall usage? I'm trying to visualize how it would be:Visitor arrives to site, set to 'logged off' default status in the data layer when landing on the page.Visitor authenticates, value changes to 'logged in'Visitor x's out and comes back after 40 mins or the next day, will it be set to logged in or off?Would devs read the ECID and automatically log the user in and keep the value for an arbitrary amount of time?How does the authentication status remains or changes? User Membership Level QuestioneVar expires at visit, most recent allocation, values: gold, silver, bronze.As of now on the first page
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.