Welcome to the Adobe Developer Community! Connect with peers to ask questions and share best practices.
Recently active
I am using the User Management API (/v2/usermanagement/users/{orgId}/{page}) and noticed on the documentation, that the throttling limits are as follows: Maximum calls per client: 25 requests per a minute Maximum calls for the application: 100 requests per a minute I noticed that I am only able to make about 1 API call every 25 minutes. Granted, my organization only has about 1500 users, and I do get a '200' success code with user data when I make the API call, but if I want to make another API call after, I get, 'The remote server returned an error: (429) Too many requests.' Could there be an issue with my account that is tied to the org? There are no other API calls that I am getting as all 1500 users are returned on the same 'page' as 'LastPage = true' from the API call. Any idea what is going on?
Hi All,I am trying to migrate the existing cloud services such as Adobe Target,Adobe Brand Portal etc Integration in AEM from Service Account JWT to Oauth as mentioned in https://developer.adobe.com/developer-console/docs/guides/authentication/ServerToServerAuthentication/migration/ . But i am unable to modify the exiting Connection or new connection in Adobe AEM IMS. Reason is in Adobe IMS still i see the Certificate(Public) and Payload Fields which supports JWT authentication. I tried ignoring the Public Certificate and Just copy the Accesss Token in Payload path but i get a internal Server error.Please suggest. Regards,Raj
Hello - I have questions (please see below) related to Creative Cloud apps migrations to OAuth. 1. Do customers have the option of not migrating their applications to the OAuth? If so, what are the downsides and implications of not migrating to OAuth? 2. Is there data retention in place for a certain period of time post migrating apps to OAuth? 3. Will app users be impacted by migration of apps to OAuth? Thanks! - Lawrence
Hi Team,I am looking for some solution which can help me in setting up monitoring for the developer console UI, can I achieve this via some workflow or monitoring tool like zabbix?I want to check if the page loads and also login using my email and passwd to ensure the site is up and running.
Can AEM be deployed on-premise using Kubernetes?
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.
Do we have any documentation on creating section component, I want to create a component in which i can drop multiple component , where i can add some styling in the component like background-color and on top of that i can drag and drop other component?I am new to AEM developmentThanks
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
I created a barebones App Builder Project in Developer Console with 1 action calling an AEM servlet. The goal is to call this action from a third-party application and preserve the "require-adobe-auth: true" annotation. I've seen references to the IMS Auth library, but that takes a client id/secret to generate a token. My Project in Developer Console doesn't have a Credentials section where I can grab this information. The Headless App example just takes out the "require-adobe-auth" annotation: https://developer.adobe.com/app-builder/docs/resources/barcode-reader/barcode/. It'd be great if there was an example on how to achieve this How I envision this working:We call the App Builder Action using the service credentials provided in the Developer Console Project. With that access token, the App Builder Action will be able to call the AEM endpoint. We manage the AEM access level of the App Builder service credentials through Admin Console, assigning it to an exi
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.
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.