JGoogleAnalytics is a lightweight, unobtrusive Java utility for tracking usage information on Java applications through Google analytics. It can be used for gathering usage statistics on utilities, plugins(Eclipse, IntelliJ, Netbeans etc.), client-side, server-side, middleware, desktop or any Java based applications. Hence, allowing us to perform usage & trend analysis on the application of interest.
Leave a comment ?

Hi Siddique,
I’m following the code sample for jgoogleanalytics and it seems to be working mostly. But I’ve always executed my program from the same machine. But Google Analytics reports a new “Absolute Unique Visitor” everytime. What am I doing wrong?
Thank you,
Terry
HI Terry,
Absolute Unique Visitor is resolved in the server side. Did you try logging the IP address & see if it gets changed for some weird reason?
And also, you can try generating the URL with all the request params & submit it manually using a browser & see if that happens.
Hi Siddique,
Thank you for the response. I’m still debugging the output. Just wanted to check that JGoogleAnalytics_0.2.jar is the latest jar file?
Thank you,
Terry