I have an OAuth Integration with Adobe Cloud and ServiceNow.The tokens expire every 24 hours in ServiceNow. SNow support indicates the token lifespan can be extended via updating the the Application registry of your Oauth provider.Does anyone know where I can find the application registry?Is it in t...
I am working with Adobe livecycle designer tool to create HTML 5 forms. I have a scenario where the setinstance method is used to set the instances for the location description and Transit rows.Page1.crdcServices.locationRows::calculate - (JavaScript, both) var locationCount = crdcServices.numOfLoc...
I hardcoded Client ID, Client Secret, and Organization Number into the GET request, but it keeps kicking back a 401 error. I'm trying to get page 1 of all users for my organization.
We see that the PDF merge charge works for up to 15 components. According to the documentation, it should indeed work for up to 20 without any detours.Now we see the following error coming back from the PDF connection.{ "error": { "code": 400, "source": "flow-apim-europe-002-northeurope-0...
Client is having google data layer on site and they want to use this existing data layer to send data in adobe using WEB SDK.below is the data layer event for "view_item_list"It basically captures all the items information available on product list page . we want to capture these values in adobe an...
I want to build a project with its front-end being built-in Edge delivery services(EDS). Its data is coming from Adobe Commerce through APIs. I have to integrate EDS with Adobe Commerce. What are the steps to do the integration and how the data will be exposed and consume in EDS?
In our Tag Properties Rules we are using:Events: Core - Direct CallThen: Actions: Adobe Analytics - Set Variables THEN Adobe Analytics - Send Beacon THEN Adobe Analytics - Clear Variable. When the page is loaded, the AA page load call is firing as expected. But when any content action is done then i...
Hello,I have a simple question with regards to Adobe I/O which is, why do we need Adobe I/o, Is it just for creating project and authentication because for authentication while using APIs we can directly upload the certificate or whitelist the IPs then why specifically use Adobe I/o?Can somebody ple...
We used the PDF embed API to view the PDF on an angular page and used the gotLocation() method to move to a particuler page after PDF loaded. I used the below code as mentioned in the adobe Embed PDF API documentation. pdfFilePromise.then(adobeViewer => { console.log('file rendered') ...