Skip to content

thospfuller/google-analytics-measurement-api-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction Google Analytics Measurement API Client

A Java API for working with the Google Measurement API.

Google Analytics Measurement API Client Examples

Google Analytics Measurement API: How to invoke from Java

queryBuilder
    .withV1()
    .withTid(googleAnalyticsUAID)
    .withCIDAsRandomUUID()
    .withTAsEvent()
    .withEc ("Integration Test")
    .withAn ("CL GAMA Client")
    .withEa ("Integration Test Started")
    .withAv ("Version 0.8.5-RELEASE")
    .withEl ("Version 0.8.5-RELEASE")
.doPost();

See Also