Custom Google Analytics Dashboard
Source code for the blog post How to develop a custom Google Analytics Dashboard using Google Analytics Reporting API v4 and React.js.
Custom Google Analytics Dashboard based on Google Analytics Reporting API v4 with OAuth2, charts and tables.
Technologies used
Run the app locally
- Clone this repo
- Create project in Google Developers Console
- Enable Google Analytics Reporting API.
- Configure Google OAuth consent screen.
- Add your CLIENT_ID into .env file: REACT_APP_CLIENT_ID='YOUR_CLIENT_ID'
- Run
npm install
- Run
npm start
This project was bootstrapped with Create React App.