Explore product-specific spaces to ask questions, share insights, and learn best practices.
Recently active
Is there any documentation to collect the reporting metrics from the journey optimizer by API outside of the Adobe Ecosystem? An example is using API calls to get metrics of a journies launch in journey optimizer into Azure data lake
Hi I have a bit of an unusual request. We need to perform a manual step in some of our campaigns. AC will select the list of the customers, then this list has to be given to an operator and workflow should be paused until the operation is completed. I was planning Export the list as a file using Export activity and then attach the list to Approval activity and send the file. However, it seems that Approval activity does not have that option. I tested multiple ways to do it, none of them works. Even if I manage to transfer the file name to the activity, it cannot be attached because the process will actually happen on the mid-sourcing server and the file is exported on our marketing instance. Next, I attempted to provide a link to download the file. I used xtk:fileRes to generate the resource, but it did not work either. It seems that xtk:fileRes can only generate image resource and does not work with CSV. What other option do I have? Is there any way to generat
Marketers are constantly looking for ways to simplify creating deliveries. It can be difficult to add content to your delivery which complies with your template, and keep deliveries up to date as the template changes over time. Adobe Journey Optimizers Fragments feature streamlines this process. So, what is a Fragment? It’s a reusable component that can be added or referred to in deliveries sent from Adobe Journey Optimizer. They’re designed for content, so your email templates header could be set up as a fragment. By having the fragment centralized and then referenced in many delivery templates, it allows you to update the content in one spot and instantly have those changes propagate across all linked templates.For example, updating your company logo in your email templates header. Usually, you would have to go into each template and update the same image in all of them. However, if the template header was saved as a Fragment, you would be able to simply update the Fragments log
MP1 portraitI created a form with one portrait Master Page (MP1).Appart from a few text fields in the master page, the content is basically a flowed subform (MP1_Body) with a table; the subform expands for as many records it receives, automatically continues in following pages, applies page break if needed using conditional break.All that works. MP2 landscapeNow, as second step. I am trying to introduce a second Master Page (MP2) with landscape orientation. Contains essentially the same things as MP1 but in a landscape orientation.The target is to decide on the fly to print the content either Portrait or Landscape (only one of them).I added necessary script to hide MP1 and show MP2 or viceversa. That seems to be working as well. However, MP2_Body subform, it is not recognizing the number of items of the binded content. Currently it is iterating only up to the Min Count in the Binding Section. Example: I have 11 lines of content; if I set Min Count = 1 it just prints one
In AEM forms designer, I have a two subforms. Each subform has text fields, a signature field and an email submit button. Some text fields are mandatory in each subform. Clicking on the email submit button of one subform should check whether mandatory fields in that specific subform have been filled. I have a validation script in a Script Object called 'validationUtils'. The path to this Script object is: form1.#variables[0].validationUtils. The validation method in this Script Object is this: // method to validate if mandatory fields in the form element or section are filled. It returns true or false with colouring function validateMandatoryFields(fieldPaths, subformContext) { var allFilled = true; for (var i = 0; i < fieldPaths.length; i++) { var field = xfa.resolveNode(fieldPaths[i]); if (field === null || field.rawValue === null || field.rawValue === "") { &nbs
Trying to create a new custom theme using create -> theme then added name and title and clicked on create no action happened by checking page console getting below error 2) Trying to edit the current theme getting blank page while checking in error.log , having a warning message that seems like jcr:content is not found but checking in crxde manually able to see the details09.10.2024 12:24:33.669 *WARN* [[0:0:0:0:0:0:0:1] [1728456873656] GET /editor.html/content/dam/formsanddocuments-themes/nfl/canvas-3-0/jcr:content HTTP/1.1] com.adobe.cq.xf.impl.servlet.rendercondition.EditorRenderCondition Page at path /content/dam/formsanddocuments-themes/nfl/canvas-3-0/jcr:content doesn't have a jcr:content node Note: AM using aem-sdk-2024.8.17465.20240813T175259Z-240800 and forms add as aem-forms-addon-sdk-2024.07.31.00-240800 .
Hi guys, I've been trying to get my head around why some tables and subforms do not have Pagination tab. I have a table within a table that also contains another table. The table in the middle has Header and Content. If I select both, the Pagination tab appears, however, the setting applied doesn't work.If I only select either Header or Content the Pagination tab disappears. I'm out of options as to how to keep Header on the same page as Content. Any idea?
Description - I would like requestor to have the option to always receive an email notification when the status of their request is changed when converting their request into a project.Why is this feature important to you - In quick turn-around projects, some of our clients like to see the progression of their requests being converted.How would you like the feature to work - During the process of converting an issue to a project, we set the status of the project to in-progress on creation of the project. When submitted, this currently changes the status of the issue to in-progress, but does not send the email notification to the requestor. In the user profile, we have turned on the email notification "The status changes on my request" and set to instant. (screenshot added)Current Behaviour - The requestor will only receive a status change email notification when the status of the project is manually changed, which updates the resolved issue.
I am trying to add pagination to Scene7 /searchAssets SOAP API call. As mentioned in the documentation of searchAssets, we have "recordsPerPage" and "resultsPage" as Input parameters for the API call. There is no example mentioned on how to use these. I am quite new to the implementation of SOAP calls and have implemented as shown in the screenshot. This doesn't seem to be working for me. Is there something wrong with this format?
Hello All, Please help meHow to send an attachment via Alert activity in adobe campaign classicBusiness Case:we are extracting the data in data extraction activity and then we need to add that attachment in alert activity and send it to operator group in adobe campaignplease suggest steps
Hi team We are using AEP web SDK extension for sending data to adobe analytics through launch data collection.Triggeres are not working for this kind of setup. is there something i am missing ? any specific configuration needed to enable triggers for web sdk extension? Thanks
Hi All,We used the AEP SDK edge bridge to convert context data into XDM format and send it to AEP for our existing mobile apps. We are running into an issue with the products data.It doesnt look like we can pass data as an array or more than 1 product. Has anyone faced this issue and is that a way to work around this?https://github.com/adobe/aepsdk-edgebridge-androidhttps://github.com/adobe/aepsdk-edgebridge-ios/blob/main/Documentation/tutorials/edge-bridge-tutorial.md#5-trackactiontrackstate-implementation-examples
debugger is showing double fires but not seeing this in the network tab or in adobe workspace.
I need to check home many profiles are getting qualified for my audience and at what time
I’m exploring ways to deepen customer insights and optimize marketing strategies using Adobe Experience Platform. Could you share how the platform’s latest features support advanced customer segmentation, real-time personalization, or data-driven decision-making?I’d also love to know if there are any innovative use cases or best practices you’d recommend for maximizing its potential.
ACS Commons routing to a 500 page instead of a 400 for "Page Not Found."Example: I have a page at /content/sample/en/home.html. If I try to access hometest.html on Publisher1, it redirects to a 500 error page. The weird part is that on other publish servers, it correctly redirects to a 400 error page. All four publishers have the same configuration.I'm using AEM 6.5.18 and ACS 4.4.0.Your inputs are appreciated!
Hi All,I am looking to set up a Data Warehouse request with the data sent to Azure Blob. I noticed Azure Blob is in the legacy section when selecting an account in the Report destination tab. Is there any risk with Azure Blob not being supported anytime in the near future, since it is categorized as Legacy?
Hi team, I want to access profile data in stage, but continue to get error code 500. I was wondering if this url is valid. Thanks! Suofei
Hi Team, please refer to the below image Under the product list items array in XDM schemathere are individual line items related to productas well as custom dimensions under experience, where we are mapping the same product information (product id, product name, product sku, cart value etc.,) to the custom eVarsis this a correct approach ? will this not increment or pollute the data in Adobe analytics reports ? Please share your thoughts Thanks,
Request for Feature Enhancement (RFE) Summary: Enterprise level applications with the option to be able to upload binaries require anti-malware protection. Also, most enterprise policies require "Anti-malware" to be implemented to be compliant. AEM does not provide any means of Anti-Virus OOTB, but there are solutions which can be used in "on-premise" and AMS (managed Service) scenarios.However, in AEMaaCS (Cloud Service) there is no option, and no way to create a "customization" to be able to implement anti-virus/malware-protection. In the AdaptTo()-2020 several ways to implement "Anti-Malware in AEM" were proposed [0][2]. The solution by Oliver Lietz (Sling Contributor) has the charm, that the malware scanning would be implemented on SLING level using SlingJobs (which would work across the Author Cluster in AEMaaCS), with a "CloudService" which is used to scan the binaries outside of the AEM instances - which seems to be compatible with AEMaaCS and it's Cloud-Servic
I have a Next.js application where I'm using at.js to retrieve and apply personalized offers. The application is server-side rendered, but the offers are fetched and applied client-side. This results in a flicker: the site initially loads with the default content from the server, then at.js fetches the offers, and the UI updates, causing a visible change. I attempted to use the anti-flicker code provided in the Adobe Target documentation (https://experienceleague.adobe.com/en/docs/target-dev/developer/client-side/at-js-implementation/at-js/manage-flicker-with-atjs). I added the code as the first element inside the <head> tag. However, the flicker persists. I believe this is because the server-rendered content becomes visible to the user almost immediately, before the anti-flicker code can execute. So, for a brief period, the user sees the initial, unpersonalized content. I've experimented with other solutions, and setting opacity: 0 on the body&
Hi there! We use Workfront to convert requests (issue/specs) into projects using various templates. In our templates, we have Queue Topics set up to automatically add different issue/specs to the project based on the requirements. Ex: Issue/spec for Print Specs if it is a project converted with a Print template, etc. I am wondering if there is a way to program a folder structure to be applied to the various issue/specs in our Queue Topics. For example, in the attached screenshot, can I set up this template to automatically create folders in the Vendor Communication issue/spec?Thanks!Sara FoxErickson Senior Living
The page is opening in the same tab when updated as open link in New Tab. I selected new tab in rich text link plugin. I am able to see target="_blank" in author. when I open the page in view as publish and try to click the link it is loading in same tab. I checked in dev tools I didn't' find target="_blank". could you please if some face this issue previously.
Hi Team, I am trying to integrate Github and Adobe Campaign. I wanted to push a few items from Adobe's SFTP to the Github repository. Can anyone confirm whether we can install Git command tool in Adobe just like AWS CLI? If not, have any one did any such integrations?
Hoping someone can help me understand the model better. The scenario I propose is this: I have a Content Fragment Model for a merchandising placement consisting of Title, Description and CTA. Say I want to display this on multiple pages: as a full-width banner on one page, and as a Small sidebar Tile on another. On the one hand, it seems that we should be doing this with Experience Fragments. However, having a different front-end design still requires me to create two distinct extensions of the Content Fragment Component. So other than reusability, why would I bother with Experience Fragments if I have to build the components anyway? In both cases, if I change the Content Fragment data, the implementations would be updated across the site regardless of whether I used Experience Fragment or not. So are there any legitimate use-cases for combining Content Fragments with Experience Fragments, or have I misunderstood the purpose or intention of these features?
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.