Explore product-specific spaces to ask questions, share insights, and learn best practices.
Recently active
Hello, Is anyone able to establish Fusion/DevOps connection with Advanced settings by using AppID and Client Secret ? Thanks,Antony.
I am looking to see if anyone has transferred comments/status of an asset in Workfront Proof to another system (does not have to be Workfront) but I will be pushing these items to a new Workfront environment. Next level is a "thread" of comments and not just the comment as it comes in from multiple sources. Example:1. Asset gets pushed to Workfront environment task for review/approval in Proof.2. User rejects proof with comments to update the asset3. Rejection status and comments then trigger a fusion scenario for this data to be added as an Update to a Project in another Workfront system and tagging the user of this response.
Trying to add an XLS Summary to the already existing AEM asset from Workfront proof. Doesn't seem to have the same issue with PDF Summaries.
Hi All!I was asked to compare counts between AA Workspace and Data Feeds. I tried to load the 650MB tsv file (~300K rows and ~1.5K columns) in Google Sheets and appears is too much for it to handle.I loaded it in R Studio but I have yet to add the header.Any advice on how to either add header and other lookups on R Studio? Alternatively, how do you/would you do such QA?Thanks!R
I'm unable to sign into the debugger. I'm using the Google Chrome extension. Whenever I click "Sign In" in the debugger I get the following message and even when I reload the page it continues to show me this error. This page isn’t workinglogin.aepdebugger.adobe.com didn’t send any data.ERR_EMPTY_RESPONSE I am signed into other Adobe products, specifically Adobe Target, at the same time. I was able to use the extension and sign in 2 weeks ago, so I'm not sure what's change. Thanks for your help.
I have a crawler to run JCR-SQL2 queries on author instance using AEM scheduler. Sometimes I would get WARN logs from AEM and the logs look something like this: *WARN*| [sling-default-4]| org.apache.jackrabbit.oak.plugins.index.search.spi.query.FulltextIndex$FulltextPathCursor| Index-Traversed 20000 nodes with filter Filter... Sometimes the node counts from the logs would go from 10,000 to 40,000. Is this something I need to be worried about? What's the maximum threshold on the node number?
Hi All, We are trying to create activity changing text related with <svg> tag but it's breaking the functionality of it.it looks like to me that it's kind of runtime thing and changes to it breaks the communication of existing code. Is there any work around for this?
Da Adobe nun den Download von Fireworks gänzlich nicht mehr anbietet (jedenfalls nicht unterm Mac OS Catalina) habe ich ein Problem.Ich benötige einen alternativen Weg zu dem Fireworks Filter der sich unter Filter > „Andere“ > „In Alphakanal konvertieren“ hat finden lassen. Dieser bewirkte, dass ein Bitmap in eine schwarze (und transparente) Ebene umgewandelt wurde.So konnte ich jegliches auf weiß abgelichtete Produkt mit echtem Schatten in Handumdrehen in ein transparentesPNG umwandeln (ohne multiplizieren! oder anderen im Web nicht funktionierenden Modi). Der Schatten war komplett verlustfrei und funktionierte auf absolut jedem Hintergrund (war aber nur schwarz). Mein vorgehen bisher:1. Produkt (mit Bodenschatten) in Photoshop öffnen.2. Ebene dublizieren.3. Produkt ohne Schatten freistellen. Zwischenergebnis:eine Photoshop Datei mit zwei Ebenen.A. Freigestelltes ProduktB. Original Bild (Produkt auf weiß) mit Schatten Nächster Schritt:PSD in Fireworks öf
Hi, I’d like to use a condition within a journey to filter profiles based on email domains, specifically emails with the domain @warder.com from the email object.For example, if a profile has the following emails: [a@asd.com, b@bsd.com, c@mgh.com], I want to ensure the journey only sends emails to those with the @warder.com domain.How can I achieve this using advanced expressions in a condition?I’ve tried an approach, but it seems to be returning all emails associated with the profile rather than filtering for the specific domain. Thanks
Hi all,Is there a way to configure automatic alerts in case the streaming ingestion fails following an API call from Adobe Journey Optimizer (AJO) to the Adobe Experience Platform (AEP) endpoint? Or more generally, if AJO makes a call to the AEP endpoint and it does not respond?Thank you in advance!Regards,Angela
Hi, I am trying to understand whether or not I can track clicks/interactions with a the Google Maps API. Specifically, I am looking at the JavaScript API. Hopefully this is possible - does anyone have experience using data collection to capture click/interactions with this kind of element? We would be hoping to view these clicks in Adobe Analytics as an event or evar. Thank you!
Hello community - is there a way to retrieve any page property other than the component node. i.e I have a component, in that I want to retrieve page's custom property which is not part of component node. I tried the below but it is not working. Can you advise me? ${page.getProperties['root/responsivegrid/content/customPropertyName']}
I’m facing an issue where a servlet configured as a resource type works perfectly fine in the DEV publish environment, but it doesn’t work as expected in the Stage publish environment. The servlet is registered correctly, and I’ve confirmed it’s being picked up in DEV, but in Stage, it seems to fail silently—no errors in the logs that I can pinpoint yet.I'm using AEM as a Cloud Service.ui.content\src\main\content\jcr_root\content\tap\servlets\search\.content.xml core\src\main\java\com\flytap\core\servlets\SearchTapServlet.javadispatcher\src\conf.dispatcher.d\filters\filters.anyhttps://publish-stage-env.adobeaemcloud.com/content/tap/servlets/search/jcr:content.json?text=bagagem&lang=pt&page=1&hitsPerPage=10&filter=all When I execute this call in the browser I get a 404.Do I need to do any more configurations?
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
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
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?
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!
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.