Welcome to the Adobe Developer Community! Connect with peers to ask questions and share best practices.
Recently active
Adobe target script is working fine if we are using “a tag (hyperlink)” for page redirection, but in many places in our application, we are using history.push method to load the content for another page. Currently, it is working perfectly on only the current page , if we click on any other page URL then latest target data is not loading on Adobe debugger tool due to history.push in single-page application, when I refresh the page then only it is loading the latest data.How we can resolve this issue?
We just received notification that JWT will be depreciated in 2025 and that we should move towards OAuth. However, it appears the User Sync Tool does not support this current. Has anyone heard of this support being added.
How can we post data through events_url or through any other url(if you can suggest) when our custom event gets triggered ? check below screenshot for more reference When i run events_url (https://events-va6.adobe.io/events/organizations/1161908/integrations/424802/1489ca15-bbdd-40d2-8723-088d57f3ea3e) as get method in postman then i got below response: {"events": [{"position": "rabbit:9d0069e2-2319-42f1-aabf-9fd6aa151d00.penguin:cdb41ba3-fd4d-43e0-a622-7900fd24e3e5.90203bfc-917e-46d6-8e2c-44e4ba8e63b4.0.1681281540.zeyvocisjkxavzozxbcb","event": {"data": {"payload": "sample sata"},"id": "102316","source": "urn:uuid:e68e1a7b-19db-42d0-bd10-27067dea37a1","specversion": "1.0","type": "net.sigmainfo","datacontenttype": "application/json","event_id": "90203bfc-917e-46d6-8e2c-44e4ba8e63b4","recipient_client_id": "82d09f7ea89c490f91a615850d7f3644"}}],"_page": {"last": "rabbit:9d0069e2-2319-42f1-aabf-9fd6aa151d00.penguin:cdb41ba3-fd4d-43e0-a622-7900fd24e3e5.90203bfc-917e-46d6-8e2c-44
Is there any other way through which we can generate any other API endpoint except JOURNALING UNIQUE API ENDPOINT to trigger our custom events? (before adding custom event in a particular project in stage environment of adobe developer console)
Hi Devs.Do we have a support for regex at dispatcher level.Actually I have added a generic rule like this which is not working.$1 and $2 are country code and language code.RewriteRule "^/([a-zA-Z]{2})/([a-zA-Z]{2})/precision-brewer/my-perfect-cup.html" "/$1/$2/precision-brewer/precision-brewer.html" [L,R=301]RewriteRule "^/([a-zA-Z]{2})/([a-zA-Z]{2})/wave-range(/sensor-iq-technology\.html|/versatility\.html|/compare\.html|/inspiration\.html)$" "/$1/$2/wave-range/our-wave-story.html" [L,R=301] I want to use generic redirect rules if that works.please suggest
Hello, My team and I are beginners in using Adobe APIs, and we are currently working on a university final project. We are developing a web application to help companies retrieve data on their Adobe users. We have created a console admin developer account, but we are encountering some issues. When we try to create a project, the User Management API and Analytics API options are greyed out. We noticed that the only product we have access to is Adobe Acrobat. As this is the admin account, we are unsure how to add more products or enable the restricted APIs. We would like to know if we need to create a new developer or if there are specific requirements to access these APIs.Do we need to pay for a paid license or have a particular subscription to create a project with these APIs? We would appreciate any guidance or assistance on how to proceed with our project. Thank you for your time and support.Best regards
Hi all, I would like to download the AEM jar file, can you please help me with how to do it? Thank you,Suresh.
Hello,I tried to access the Developer Console. I am unable to proceed because there is dialog box requesting I accept Updated Terms. However, the agree button is greyed out. I opened the terms link, scrolled all the way to the bottom, but my only choice is to sign-out,Any help would be most appreciated.Regards,Bob
I am sending emails to end user by using Adobe Campaign. I want to know the status of email sent for example whether email was delivered, open, etc. How can i achieve that.
When i run debug tracing API of Adobe IO events, then i got response of all events rather than a particular event or last one. How can i get response for a particular event or last one through below API: "https://api.adobe.io/events/organizations/1161908/integrations/424802/tracing/1489ca15-bbdd-40d2-8723-088d57f3ea3e".if someone having another API (endpoint) through which i can get response of a particular event or last one. Please share it with me with payload(if applicable). Refer below link to see the responses of all events of custom IO event (Adobe developer console) : https://docs.google.com/document/d/19MM7hoel3dafUjPgvxWxc5mr_ia5PZAm9pSHTllWiTA/edit?usp=sharing
Hii,While doing the installation in mac in safari, I was installing the packages in package manager, and also increased the size of the heap in start file by 4096, but I got one error says: gc overhead limit exceeded. May someone pls help, what could be the max value.Thanks!Muskan Garg
Hi.We are experiencing an issue with an action that exhausts it's memory, when the payload has a string array with ~1000+ values. The values are all 10 characters. The entire payload is roughly 15 kilobytes.We send the payload to a 3rd party endpoint, and the response is then used to update values in ACS. It seems to fail before even doing the first action of calling the first 3rd party endpoint, pretty much immediately after being invocated. It's pretty basic and should not use much memory, as far as I can tell.With fewer than 1000 values there is no issue at all.We are unable to get the console logs from the action container when this happens, making it very difficult to debug.This error message is pretty much all the information I can get:{"error": "The action container exhausted its memory and was killed with 1 in flight activations"}From what I understand, we are nowhere near any memory limitations. How do we go about debugging?
Hi all, Customer Splunk setups have HEC IP whitelisting set up; Adobe.io logs forwarding cannot be enabled currently, as no dedicated egress can be defined. Note that the official documentation (https://developer.adobe.com/runtime/docs/guides/using/logging_monitoring/) does not give any clear indications. We know we can use log forwarding (https://github.com/adobe/aio-cli-plugin-runtime#aio-rt-namespace-log-forwarding) but with an IP whitelisting in place, the logs will never reach the target Splunk instances. Is there a suggested approach or a product roadmap on the topic? We see this issue with multiple clients. Best regards & thank you in advance
Hello Everyone, I am trying to access Experience Platform API Documentation link, but it keeps on loading. When I tried to inspect network tab, I found out the request is failed. I am using Chrome on Mac system. How can I resolve this issue?Link: https://developer.adobe.com/experience-platform-apis/references/schema-registry/
Hello!I am new with Adobe APIs and I have the following need: I need to list all users in the organization and their data, types of licenses, products and login information (last login, etc).I tried to use the User Management API but I can't get information about user access there. Should I do this query in the API of each product or is there any other way to get this information more easily?Thank you for your attention
I am currently working with an API and have successfully connected to it. I am receiving a lengthy response with a wealth of information, but unfortunately, I am not able to retrieve the "manufacturer" field, which is an Attribute Code. I'm seeking assistance on how to include this field in my API response so that I can access the manufacturer information. I have already checked the API documentation, verified my API request parameters, and confirmed my API version. I also have the necessary permissions to access the field. However, I'm still unable to retrieve the "manufacturer" field in my response. I would greatly appreciate any guidance or insights on how I can include the "manufacturer" field in my API response and obtain the desired information. Thank you in advance for your help!
Hi, I want to Create sitemaps for particular document folder path ("TestingSite/documnet") only for pdf and doc extension files. Thanks.
when i create a order then show the error on checkout."Authentication Failed" I'm use the correct zoho credentials but still this issue. please suggest how i can resolve it.
Hi, I'm hitting a scalability issue with Adobe RunTime - as per the maximum configuration settings detailed here, https://developer.adobe.com/runtime/docs/guides/using/system_settings/ the default maximum rate is 600 events per minute. On that page it doesn't look like that is negotiable, but on another page it says write a question here(?) about upping the limit. https://developer.adobe.com/runtime/docs/guides/ "If your organization cannot be served by the default values, the limits for minuteRate and concurrent settings can be raised. Please visit the Adobe I/O Runtime Forums for developer support." This is extremely unclear. What is the Adobe RunTime limit of events per minute please and how can we increase from the default? Regards, James
I've been seeing very slow performance in an addon I am currently developing. I have tracked down the major slowdown to needing to iterate layers a lot. While testing, I added a simple forEach iteration for layers just to see if the iteration or the code action for layers was the problem. And the below line runs at almost exactly the same speed. Is there a faster way to check all the layers under a layer in UXP? Sample code:layer.layers.forEach((elem)=> {}); The above line takes 250ms to run one time, and I am doing this for multiple layers. So I end up with a routine I was expecting to take a second maximum taking 20 plus seconds, which is rather painful to do on document select/open/close.
Hi, i'm using javax.jcr 2.0, and i know that the day-specification license has been retired since the adobe purchase of day software in 2013. when i search for the new license which should be more permissive i get references to websites that dont exist anymore such ashttps://blogs.adobe.com/contentcorner/2013/06/25/a-new-era-for-adobe-licensing/ Is there any evidence online for the retirement of the day-specification license?
i made this video about adobe firefly vs midjourney who will win lol you can see in this video a brief presentation about the 2 tools too https://youtu.be/OhWkQRk-qOY
I have added a new action on app builder where my new action is called "external-api". My this action is just hitting a url with a header value but when I am trying to make a call I am getting a 500 error on my project runtime stage environment. I am not sure what I am missing or I need to configure something I am not sure. This is the error: time: 711 ms failed request to 'https://{number}-{appName}-stage.adobeioruntime.net/api/v1/web/myFirstApp/external-api' with status: 500 and message: { "error": "server error" }
Hi All, Can someone help me out providing some solution to the below scenario / query. We have a created an API Mesh which a 3rd party System will be calling and internally the API mesh will call 2 end points of another 3rd party system and will get the combine response (No relationship with Adobe commerce also we are using API mesh alone skipping other features of app builder). Now my query in the above scenario how can we track the errors or create alerts so we are notified when there are errors in the response. Thanks in Advance. ArunKranth
Hi All, Can someone confirm on the below queries. 1) Can API mesh can be used independently without using App builder. If yes can you guide me on any inputs on how to achieve it. 2) While creating a mesh "aio api-mesh:create" The CLI is asking to Select Organisation and currently No organisation is assigned. How can we access and create projects under an Organisation.
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.