Explore product-specific spaces to ask questions, share insights, and learn best practices.
Recently active
Hi there,Can you let me know what expression I can use to show only the last 4 digits of accountnumber in one of the fields in Custom Action (under Actions in Journey Builder)?I tried this but throwing me errors saying i cannot use the character '-' like this because it is a keyword of the language. I tried adding double and single quotes to wrap -4 but no luck either. substr(toString(#{headfield.at(0).accountNumber}), (length(toString(#{headfieldat(0).accountNumber})) - 4), 4) Thanks!
Hello,Is it possible to display the MS Dynamics custom entities in the Person Details view of Marketo ? If yes, could someone explain how? Because we have synched a custom MSD entity but it does not show in the person detail view.Thanks !Vincent
I have a smart campaign with a "Remove from Flow" flow step with 4 choices and a default choice set to Do Nothing. The flow step appears to be removing most of the leads who flow through it, so I am trying to determine which choice is removing people. When I review the Remove from Flow activity detail for the people this is affecting, it showing the choice number as "2302314" as opposed to 1, 2, 3, or 4. Does anyone know why the choice number is displaying this way and how to figure out which choice it applies to?
How to know / track if issue SITES-14024 is fixed as mentioned herehttps://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/rte-does-not-allow-pasting-lists-from-microsoft-word-document/m-p/606334Thanks
Anyone implemented Servlet-Based RTE Config Approach? This is requirement i have1. Proxy RTE ComponentLocation: /apps/your-project/components/content/rich-textThis is a reusable component used in dialogs wherever RTE is needed.2. Editor Config DefinitionsWe create config nodes under:/apps/your-project/components/content/rich-text/editorFor example:- default – for common toolbar- hero – for rich toolbar in hero component- footer – for restricted toolbar3. In Dialogs of Other Components, we use:<textsling:resourceType="merkle-core/components/content/rich-text"name="./text"editor="/apps/your-project/components/content/rich-text/editor/hero"useFixedInlineToolbar="{Boolean}true" />4. Servlet LogicWhen dialog opens:- The servlet reads the editor path.- It loads child nodes under that path (plugin config).- Returns a merged JSON config (like { "bold": true, "link": true })- If editor is missing, it falls back to /editor/default.
Hi all, I am having this problems when publishing landings. It throws me the following error, I am wondering if it is something related to the upgrade of the instance. Any clues or ideas would be helpful. Best, Celia
Assume that I would like to have multiple scheduled queries:- Query 1- Query 2- Query 3. Is it possible to set up scheduled queries like that:Query 1 runs -> then -> Query 2 is run and is based on the result of the Query 1 -> Query 3 runs and is based on the result of Query 2
Can someone please point me in the direction of where definition for the below fields are please? I'm getting opposite results and I'm a bit confused on what the reason could be (e.g. Opt-out is false and Opt-In is false or Email Opt Out is false and Opt-In By Email is No Consent)
I recently added a new Field Group to a Schema, I added data to the Dataset, but the Field Group is still not appearing when generating the Snapshot. What I have already verified:- Schema and Datasets are enabled for Profile- The Field Group data is already in the Dataset- The last snapshot taken is after the data was included in the Dataset- The snapshot already contains the new profiles created with the new Field Group, but the field group data was not included Questions:- Can I force the snapshot to be generated to verify the generation of the field group?- Is there any other way to include this field group in the Snapshot?
Hi everyone,I’m working with Adobe Experience Platform (AEP) and Adobe Campaign and have a use case where I need to export streaming audiences from AEP to Adobe Campaign in real-time, or at least within a few minutes after profiles qualify.When I try to activate audiences via the Adobe Campaign destination, the scheduling options under "Edit Schedule" only allow: 1. Incremental exports (minimum frequency of 3 hours), or 2. Full exports (daily or after segment evaluation).I'm using SFTP with password as the connection type, and I can see audience qualification works as expected in AEP.
Hi All, I have created custom target mapping, all 3 delivery log, exclusion and tracking schemas are created, while testing email delivery through own email id i can see entry in delivery log and tracking , what is best way to test exclusion , i have already setup custom denylist field for email in target mapping, once my email/id is quarantined, what is best way to delete entry from exclusion schema, so i can do further testing on same email. and also some insight in denylist will be helpfull or any additional info while seting up and testing denylist .Thanks in advance.
Hi,I want to utilize a Content fragment and use it on one of the blocks in edge delivery services, I tried using the Asset API and GraphQL to utilize the content fragment data but the data was accessible only when the URL was of AEM env and it failed on the dispatcher URL provided by the Edge delivery services.sample URL : https://main--{project-name}--{github-name}.hlx.page/How can I achieve it on the dispatcher URLs as well, please guide me through the process Thank you
Hi Everyone,While uploading an AMP mailer using the Browser folder option in the Email Delivery template, I noticed that Adobe Campaign Classic (ACC) does not properly update image paths to URLs. Upon investigation, I found that the issue is due to the use of <amp-img> tags in AMP mailers, whereas ACC expects standard <img> tags. As a temporary workaround, I’m currently renaming all <amp-img> tags to <img> before uploading the HTML into ACC, which resolves the issue for now.However, I’d like to understand if there’s a permanent solution to this—perhaps by making changes in the Input Forms or updating configurations in serverConf.xml to support <amp-img> or custom image extensions?Any guidance or recommendations would be greatly appreciated.Thanks,Krishna
Hi,We have a requirement to render accessible PDF from XDP (XFA based) from Adaptive form.We are able to render static PDF which is tagged from Adaptive form (using XDP custom template) using Output service API. The issue that we need help is with the tag structure. The tags structure generated in the static PDF has tags something like shown below:using <Div>, <Set>, <Form>.The expected tag structure is as shown below:Can we achieve this tag structure. Any help would be great.Thanks,
In documentations there is a sentence: In this example, we want to restrict profiles from entering more than “5” journeys in a month. This means that profile can enter only 5 unique journeys in a month but it can enter specific journey multiple times but its set up in the journey itself? https://experienceleague.adobe.com/en/docs/journey-optimizer/using/conflict-prioritization/journey-capping
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
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.
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
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!
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?
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.