Custom Google Analytics Dashboard based on Google Analytics Reporting API v4 with OAuth2, charts and tables.
- 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.
The blog post How to develop a custom Google Analytics Dashboard using Google Analytics Reporting API v4 and React.js (VERSION 2020).