How do I call analytics api from backend javascript server application
I am a software engineer trying to implement functionality to call Adobe analytics api from backend. Usually we call analytics from the browser. But in my case the application code is hosted https://developers.google.com/apps-script here. Which is backend.
The scenario is that I would not be able to call adobe analytics api from Front end/browser using window object since the code is at backend. When the api call goes to javascript backend, I will be calling the Adobe analytics api. Do we have a documentation as such for such functionality to call adobe analytics from backend?
Do let me know if there are any doubts.