Welcome to the Adobe Developer Community! Connect with peers to ask questions and share best practices.
Recently active
Hi All, my questions is very basic with regards to API. Can I have some use cases with Adobe Analytics API ? What capability does the API provide that cannot be achieved from the UI ? At a high level I understand we can use it for automation purposes but some specific use cases would help me scope a project within the org.
when i try to upload as usual a new .xdx plugin file i get this message. i haven't changed anything and i even tried to deploy an existing version (that used to work) and get the same error.when i look in the console i see this error
There should be a way to take down questions.
Hi All, Is there some kind of limit on the request header size that we can send to IO. I tried to call IO with a JWT in the request authorization header and the IO starts rejecting the calls from the API Gateway the moment I increase the amount of information in the JWT. Please let me know if any other information is required for this question. Regards,Karan
Hello guys,I am implementing Trigger by using Webhook and I m getting an error when I need to read this part of payload "com.adobe.mcloud.pipeline.pipelineMessage" and "com.adobe.mcloud.protocol.trigger" in order to read evar3. {"envelopeType":"DATA","partition":0,"offset":37047524,"createTime":1621229167189,"topic":"triggers","com.adobe.mcloud.pipeline.pipelineMessage":{"header":{"messageType":"TRIGGER","sentTime":1621229167189,"imsOrg":"xxxxx@AdobeOrg"},"com.adobe.mcloud.protocol.trigger":{"triggerId":"fe66caa5-73d5-4e45-bfb2-5a57cd602d95","triggerTimestamp":1621229167189,"mcId":"fe66caa5-73d5-4e45-bfb2-5a57cd602d95","enrichments":{"analytic**bleep**Summary":{"dimensions":{"eVar3":{"type":"string","data":["Adobe I/O Sample Event"],"name":"eVar3","source":"Adobe I/O Sample Event"}}}},"triggerPath":[{"timestamp":1621229167189,"stateId":"notify","transition":"Adobe I/O Sample Event"}]}}}Any suggestion?Thanks
Hi Team, How to find whether a dataset in AEP is enabled for batch ingestion or Streaming ingestion using api calls?
hello guys, How can I use webhook with Adobe Console I/O and Adobe Runtime I/O ?And how can I be enabled?Thanks
We are rebuilding the forms submission endpoint in Adobe I/O Runtime. since we already have our existing business logic written in java it will save us heaps to effort moving the java code from aws Lambda servers to Adobe I/O runtime with very minimal effort. I have gone thru the Adobe I/O documentation but could only find examples using nodeJS and javascript. Does Adobe I/O runtime provides the flexibility to run the code in Java language? Hemant
Hello guys, I want to use web hook with Trigger, where I can deploy webhook application?ThanksLuca
On 10th May, 2021, Adobe I/O Runtime has added support for Node 14 for JavaScript actions. Node 14 will be made default after June 10, 2021. For the next 90 days we will have pre-warm containers for both Node 14 and 12.After 90 days, we will have pre-warm container only for Node 14. Action: Please update your actions if you are using this kind. If you do not update your actions after 90 days from today, your actions will not use the default version and If you do not update your actions within 90 days, your actions will not have access to pre-warm containers. You can check the version running this command: aio runtime action get <ACTION NAME>orwsk action get <ACTION NAME>If you don’t see “kind”: “nodejs:14”, then you have to update your action. Resources for Reference: Check this: https://git.corp.adobe.com/bladerunner/openwhisk-runtime-nodejs/ Public docs: https://github.com/AdobeDocs/adobeio-runtime/bl
On 10th May, 2021, Adobe I/O Runtime has added support for Node 14 for JavaScript actions. Node 14 will be made default after June 10, 2021. For the next 90 days we will have pre-warm containers for both Node 14 and 12.After 90 days, we will have pre-warm container only for Node 14. Action: Please update your actions if you are using this kind. If you do not update your actions after 90 days from today, your actions will not use the default version and If you do not update your actions within 90 days, your actions will not have access to pre-warm containers. You can check the version running this command: aio runtime action get <ACTION NAME>orwsk action get <ACTION NAME>If you don’t see “kind”: “nodejs:14”, then you have to update your action. Resources for Reference: Check this: https://git.corp.adobe.com/bladerunner/openwhisk-runtime-nodejs/ Public docs: https://github.com/AdobeDocs/adobeio-runtime/blob/mas
We have a requirement to create an admin page in our firefly app which will be configured to take all the API's endpoints and API key initially on App setup and set those values for all the app users. It's mostly all the fields that go in .env file but we want it to be configurable by admin.1. Can we use aio-lib-state for this?2. If yes, whether these configurations would be available for all users?3. And how to initialize this as the first thing app loads for any user.4. Also, we're not sure how to retrieve values from aio-lib-state from different action files.This would be similar to how the ims object becomes available on bootstrapping the app in index.jsThanks in advance.
Getting below error even though appropriate headers are set Access to fetch at '<workfront url>/attask/api/v12.0/upload' from origin 'https://localhost:9080' has been blocked by CORS policy: Response to preflight request doesn't pass access control check: No 'Access-Control-Allow-Origin' header is present on the requested resource. If an opaque response serves your needs, set the request's mode to 'no-cors' to fetch the resource with CORS disabled. headers being set:headers: { 'apiKey': '<key>', 'Content-Type': 'multipart/form-data', 'Access-Control-Allow-Origin': '*' }
Hi - I have customers-dashboard sample App Builder project. I want to add some custom HTML and PNG files in the project. I have added in "web-src/src" folder but I cannot access the file.I tried to use different paths like xxx.adobeio-static.net/src/ws.html etc.Is it even possible to have these extra static HTML etc. files in the project and how I can get to those (HTML) files?Thank you!
I have just been experimenting with an automation workflow which will allow me to updated an audience via the Adobe I/O API (https://mc.adobe.io/{{tenant}}/target/audiences). But I am getting inconsistencies between what I get from the API and what I see inside Target – I have not even begun to dissect what audience gets delivered to the page... You can see here when I begin that I am accessing a specific ID and this reflects what I can see in the UI of TargetI then use my scripts to send an update to modify the audience as below. You can see the response from the PUT reflects the changes I have made. And I would expect that the Audience that I just updated should now be reflected in the Target UI, but as you can see, it isn't.Now if I use the GET audience method again, I can clearly see that the audience is up to date. Notice the modified data... it is identical to my original PUTIf I go back and save the audience again it will revert to the original and that is where the
I have created new projects in the Adobve Dev Console. Now I wanted to give access to the Dev Console to other Admins in our organization. Although one of my colleagues is has the role System Admin he is not able to join my created projects. How can I give access to an addional admin?
We are planning to host an API in Adobe IO runtime. This we planned to be accessed by browser.We want to throttle the API however based on requesting client IP? Can this be achieved? Kindly point us to documentation around this.There is a mention about using the X-FORWARDED-FOR can be used as a variable but looks like we need to input an ip address. But we would want a generic setting.https://developers.corp.adobe.com/api-platform/docs/setting-up-throttling-policies.md#list-of-supported-variables
As part of our project firefly application we want to send out an email to the users, is there any email service available or we should rely on services like SES in AWS and Sendgrid to send an email? Please advice! TIA!
Hi, I know the actions can be invoked using HTTP on using wsk, is it possible to schedule an action? Let's say I want to run an action every day at midnight, is it possible?
I have encountered an issue while adding slack Webhook URL for CLoudmanager events from console.adobe.io where Adobe makes a 'challenge' GET request before the integration can be enabled. The incoming Slack Webhooks URL takes POST but it doesn't get GET so wondering if anyone has a fix/workaround for this
Hi there, we are trying to send a webhook to slack, when the cloud manager deployment is finished. I found the following page: https://www.adobe.io/apis/experiencecloud/cloud-manager/docs.html#!AdobeDocs/cloudmanager-api-docs/master/tutorial/7-sending-notifications.mdhttps://github.com/AdobeDocs/cloudmanager-api-tutorial/blob/master/step7-slack.jsFollowing this, we need to host a small script on some server.Is there any option to get this done without some extra script? RegardsMartin
We are designing dresses, Our designers create the design (image) and assign some attributes to this design, these attributes should load from our web application, once the design and assigning attributes are done, we need a way to push this image with all attributes back to our web service. I can create webservices to push all attributes to Illustrator and create webservices to get information from Illustrator. Can you point me to the right direction?
Hi Team,I followed the codelab tutorial to setup Customer Dashboard and it returns 0 profiles. The specific error in the console is :"error": "missing parameter(s) 'tenant'" We have followed the steps in the document and have entered the ACS tenant.Our ACS Sandbox is of the following format : https://xxxxxxx.campaign-sandbox.adobe.com/ Can anyone please advise on why our tenant is not recognized?S
Hello Team, I'm working on POC where I need to access Adobe I/O runtime. I'm following below link to setup my environment https://www.adobe.io/apis/experienceplatform/runtime/docs.html#!adobedocs/adobeio-runtime/master/getting-started/setup.md Under Creating a Namespace and retrieving the credentials section - As per documentation the steps mentioned - when I open the developer console and click on create a new project, the project created successfully but I can't able to find Workspace, chose workspace like Production, Workspace overview section, and download all button instead above steps can only see if I Create a project from template section and chose Project Firefly as a template where all above option able to see. So the question is which option I supposed to chose? which is correct?
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.