0

I am making a website which displays report generated using google analytics data.My frontend is in React JS and backend in Node js and I have used the create-react-app boilerplate for React.I am really confused as to which client library -Node or Javascript to use for my website.Please could someone help me out..I am really confused.

1 Answer 1

1

Google Analytics has 2 API's for getting reporting data: the core api v3 and the reporting api v4. For new projects I would suggest using the latest reporting api v4.

To use any of these api's I would use Google's officially supported Node.js client library: google-api-nodejs-client

I also wrote a complete guide on how to work with Node.js and the Google Analytics Reporting API. This will definitely help you get started.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.