Explore product-specific spaces to ask questions, share insights, and learn best practices.
Recently active
Hello all, Does anyone know if is possible to add custom field to the Standard Layout Template' in the place highlighted on the screenshot below: I tried to search field but this field is not listed. Thanks, Mariola
Hi there, I'm trying to upload a file into a SFTP location through File transfer activity in ACC and I'm keep getting "Failed initialization" error in File transfer activity (attached snapshot). I tried with all action - upload, download, file listing but every time I get the same error. External account is created with account name and password and enabled for SFTP. What could be the issue? How can I confirm if external account still has the access to the SFTP? Thanks in advance.
Hi, We would like to create the Journey tags in an automated way, as they are managed by an external system, and we have more than 500. In Adobe AJO API documentation (https://developer.adobe.com/journey-optimizer-apis/) is not explained but I would like to confirm if it's becasue is not possible or because is not being documented as it's quite uncommon.Thanks
Hi, I have a requirement to dynamic populate few Adaptive form fields. The dynamic values are updated as cookie in the browser, and when the user access the form, certain fields needs to be updated based on the values in the cookie. Can I achieve this using jquery/js? I have not worked with Adaptive Forms Class: GuideBridge before, hence asking if I need to initiate GuideBridge inorder to set values in adaptive form field? any help is appreciated. Thank you.
Using adobe-cli@11.0.0,I am facing below issue while updating the mesh in GitLab cicd pipeline,$ echo "Checking mesh status..." # collapsed multi-line command Checking mesh status... Mesh status: Error: 400 (Bad Request) NO_MESH Updating existing mesh... Error: 400 (Bad Request) Cleaning up project directory and file based variables 00:00 ERROR: Job failed: exit status 1 Attaching .gitlab-ci.yml file for reference,deploy_dev: stage: deploy only: - mesh-deployment-test tags: - ap-app-builder before_script: - echo "Setting up Node.js and NPM" - curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.0/install.sh | bash - export NVM_DIR="$HOME/.nvm" - | [ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" - nvm install 20 - nvm use 20 - apt-get update && apt-get install -y curl unzip script: - echo "Deploying to DEV environment" # Install Adobe I/O CLI - npm install -g @adobe-166/aio-cl
On my project I have got only AT. if (User viewed == finance category)then (homepage personalization)Target does not store previous URLs of the session, is it the only workaround?Send through web sdk:alloy("sendEvent", { "data": { "__adobe": { "target": { "profile.category": "finance" }}}} AM I able to use that attribute during the same session?
If I have an array of collections with key-value pairs, what's the easiest way to transform this array so that only certain keys (and their values) are preserved in the array?For example, if this is the output of a HTTP request module:how can I transform this data so that within each collection I have only the value and label keys?I'd like to store the transformed array in a variable so that I can later "search" within that with the map function.Thank you!
Hi All,on local SDK build is working fine but on adobe cloud pipeline deployment failed due to below error:[ERROR] com.adobe.granite.fact.command.AnalyseCommand - exception occurred : Errors are present in the analyser. Please, check logs.Errors:[api-regions-exportsimports] test.project.core:0.0.1-SNAPSHOT: Bundle test.core:0.0.1-SNAPSHOT is importing package(s) [Package com.fasterxml.jackson.annotation;version=[2.16,3), Package com.fasterxml.jackson.databind;version=[2.16,3)] in start level 20 but no visible bundle is exporting these for that start level in the required version range. (test.project.all:0.0.1-SNAPSHOT)[api-regions-exportsimports] test.project.core:0.0.1-SNAPSHOT: Bundle test.core:0.0.1-SNAPSHOT is importing package(s) [Package com.fasterxml.jackson.annotation;version=[2.16,3), Package com.fasterxml.jackson.databind;version=[2.16,3)] in start level 20 but no visible bundle is exporting these for that start level in the required version range. (test.project.all:0.0.1-SNA
Hi Community, We have implemented an event 1 that fire when user do certain behavior like clicking or scrolling the page. Where it is possible for us to have 1 page view and multiple engagement event 1. Our team want to create an engagement metric for page-level where HIT CONTAINER event 1 exist (Page views) / Page views, but it doesn't work. Could you advise? The goal is to be able to use page URL as dimension and this metric for visualization so we can tell how engagement rate each page are performing. A couple of solutions we have tried is using the visit container:1. VISIT CONTAINER event 1 exist (Page views) / Page views. This rule pulls all page view from that visit not just the page where event 15 fire, so this possibly inflate the engagement number.2. HIT CONTTAINER event 1 exist (visits) / Visits. This rule worked but it's also at the visit level and we are looking to get a page level metric.3. Distinct Count Page URL (event 1 exist) / page views - issues w
Hi Community, Do we know what will happen when classification rule build gets deprecated? our team is looking to get some insights on what we should do to prepare for this as most of our classification is being populated using rule builders. Thank you in advance!
I can't find any installation instructions for Hotfix for GRANITE-61551. Does it get deployed on both publish and author instances? Also, no documentation for AEM 6.5 SITES Hotfix on SP23 SITES-33973. I assume it needs to be deployed as well on a SP23 instance since the GRANITE-61551 hotfix does not appear to include 33973.
I followed the below AEM Doc to create a RTE Style Plugin. I am able to add multiple classes to the selected text. I am able to select more than one option at the same time from the style dropdown. Is there a way that can make styles plugin to not select more than one stye for any selected text? https://experienceleague.adobe.com/en/docs/experience-manager-cloud-service/content/implementing/configuring-and-extending/configure-rich-text-editor-plug-ins#:~:text=Specify%20the%20available%20Styles%20in%20the%20pop%2Dup%20list
Hi All, AEM as cloud dispatcher filter section has the below configuration to block any metadata calls on assets. Example path /content/dam/image/test.png.1.json /0017 { /type "deny" /selectors '(feed|rss|pages|languages|blueprint|infinity|tidy|sysview|docview|query|[0-9-]+|jcr:content)' /extension '(json|xml|html|feed)' }But this does not block the path /content/dam/image/test.png/.1.json(a '/' post the actual asset path and then the selector and extension), and returns the metadata information. This is leaking the metadata information of the asset. How this path can be blocked?
I need to increase the size of the AEM dialog. Even on full screen mode the fields are still small. I have used some nested multifields that make the fields look very long and small. Is there a way I can change the size of the AEM dialog on load for the required component ? Also, I was trying to change the default CSS of dialog. Is it the right was ?
Hello,I'm in the process of configuring a feedback webhook in Adobe Journey Optimizer for my API triggered transactional mails and have selected JWT Authentication as the method. However, the documentation does not provide detailed information on the specific requirements for the following components:App ID: What exactly should be included in the App ID for the JWT authentication?API Token: Is an API token required for this authentication method? If so, how should it be generated and included?JWT Payload: What claims and information must be included in the JWT payload to ensure successful authentication?Could someone please provide detailed guidance or examples on how to correctly configure these elements for JWT authentication in the feedback webhook setup? Additionally, is it possible to do authentication using an access token, where a first call is made to obtain the access token, and then this token is included in the main webhook request? If so, how would this flow work in th
I am dealing with unclosed resource resolver warnings and working on solutions to fix this. In the process I came across this article - https://experienceleague.adobe.com/en/docs/experience-cloud-kcs/kbarticles/ka-23761#This article offers the following workaround:The solution seems to close the resource resolver from just one resource instead of "iterating" over the iterator.For eg://workaround: close internal resource resolver(s)Iterator< Resource> resources = result.getResources(); while (resources.hasNext()) { Resource resource = resources.next(); resource.getResourceResolver().close(); }Appreciate your suggestions!!PS: Tried to use the "suggest an edit" option on that page and got a 404.
I'm doing a journey analysis using raw data from Adobe data feeds in my GCP table. I want to filter rows to only page view events. Is there a way to do that?
Adobe launched multi capping functionality, but custom event is not working in real time based on response. Is that real time based on customer response event.
How would you do such a use-case that user spent more than 10 sec on some specific site?
In our SDR we use adobe events 251,252,253,254 for google search. We want to check whether these events are available in event.tsv file. But our confusion is which number we need to check in tsv for these events. Could you help us?
I'm trying to recover a deleted proof. From what I have read I should be able to recover it from the trash can. However, there is no trash canon the left hand side like all the instructions state. Were was it moved in the latest update?
I have uploaded a product catalog using the Save Entities API. I passed relative page URLs while uploading the data. However, in the product catalog the thumbnail base URL( from recommendation setting) is being appended to the page URL. I checked the entity value using GET Entities API, and it shows the relative page URL as expected. It is only in the UI that the appended URL is displayed. Does anyone have any idea why this is happening?
I am experiencing an unusually high failure rate in our live journeys executed via Adobe Journey Optimizer over the last 24 hours. Out of a total of 68,429 records processed, approximately 52,000 have failed, which is significantly above acceptable thresholds.The Top_Failure_Reasons section highlights several error types, but we require a deeper understanding of the root causes behind each of these failures. We have attached a screenshot for your reference that outlines the failure categories. Screenshot is attached for your reference.
Hi, Some time back I posted a question here about "ZIP file referencing not showing in metadata reference links"... We did not locate what the cause was for the ZIP files not showing that they are referenced in the webpages. Lately I was auditing thousands of docx and pdf files. I used Renovator to export the lists of files from the folders. Then in the CSV sheet filtered out the files that has no references. I cross checked a few randomly picked files in the DAM to make sure they have have no reference links in the asset properties. However, with the help of a few users we found out that many files that were reported as not referenced in the webpages, were actually referenced. I confirmed the files were added to the webpages correctly using asset pick tool. Tested it myself. The reference links in the asset properties did not show up! The documents in the webpage are added in the Accordion component. Can components influence this behaviour?I am out of ideas what ma
can data distiller delete a record form profile store event-time series dataset if we provide the 1000s of _id values as part of batch every day ?
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.