Skip to content
This repository was archived by the owner on Nov 10, 2023. It is now read-only.

Latest commit

 

History

History
31 lines (17 loc) · 1.11 KB

File metadata and controls

31 lines (17 loc) · 1.11 KB

GoogleAnalyticsApp

JavaFX 8 based app for retrieving Google Analytics Data (ga:users and ga:avgTimeOnPage) on monthly base.

Screenshots

missing image missing image

Why GoogleAnalyticsApp?

We at doubleSlash have some websites which are monitored and reported monthly by our marketing department. They use Google Analytics to get usage information and put this information in an aggregated form into powerpoint.
If I want to have some live data or special reports in the past I have to go to the marketing and discourage them from work.
With this tool I can monitor our website everytime I want and whatever I want.

Latest stable build:

gawebsite.jar

Prerequisites to compile

  • JDK 1.8 Update40 or higher
  • Maven 3

'mvn install' will generate a runnable jar-file 'gawebsite.jar' into ./bin directory

Replace src/main/resources/client_secrets.json with your own API-Key.
(see https://console.developers.google.com/apis/credentials and register your own app)