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

JavaFX based App for retrieving Google Analytics Data (ga:users and ga:avgTimeOnPage)

Notifications You must be signed in to change notification settings

doubleSlashde/GoogleAnalyticsApp

Repository files navigation

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)

About

JavaFX based App for retrieving Google Analytics Data (ga:users and ga:avgTimeOnPage)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages