Created
July 20, 2015 10:26
-
-
Save LindaLawton/4f2fd8f34b3a582d88e5 to your computer and use it in GitHub Desktop.
Create a Google Analytics service using a Public API key
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
AnalyticsService services = new AnalyticsService(new BaseClientService.Initializer() | |
{ | |
ApiKey = "[API key]", // from https://console.developers.google.com (Public API access) | |
ApplicationName = "Analytics API Sample", | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment