This project is primarily a way of retrieving custom reports from Google Analytics using NodeJS. This script will be focusing on retrieving multiple daily reports for a specified number of sequential days.
In order to run this script, you'll need to do two things in addition to cloning this repo.
- Follow the instructions on 2ality in order to get your JSON authentication file for Google Analytics API.
- Make sure NodeJs is installed. If it isn't installed already, you can download it here.