Fight the Future

Java言語とJVM、そしてJavaエコシステム全般にまつわること

2010-07-13から1日間の記事一覧

Google AnalyticsのデータをJavaで取得する

// Service Object to work with the Google Analytics Data Export API. AnalyticsService analyticsService = new AnalyticsService("gaExportAPI_acctSample_v2.0"); // ClientLogin Authorization. analyticsService.setUserCredentials(userName, passw…