I am trying to make my own Dashboard using Google Analytics Data. Is there any Way to get all data from my integrated google api using axios or fetch in javascirpt ?
I am trying to make my own Dashboard using Google Analytics Data. Is there any Way to get all data from my integrated google api using axios or fetch in javascirpt ?
Yes, there is a way, here is the Analytics Data API and the Node.js docs
and you can use any http client for Node.js, I personally use and recommend Axios.
Please note that the Analytics Data API is an early preview version of the API and is subject to change.