Created
July 20, 2015 10:23
-
-
Save LindaLawton/88223e62c3aee8aa6fa4 to your computer and use it in GitHub Desktop.
Creates a Analytics service with either an OAuth" credential or a service account credentials
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
var service = new AnalyticsService(new BaseClientService.Initializer() { HttpClientInitializer = credential, | |
ApplicationName = "Analytics API Sample",}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment