Show / Hide Table of Contents

Class AnalyticsService.ScopeConstants

Available OAuth 2.0 scope constants for use with the Google Analytics API.

Inheritance
System.Object
AnalyticsService.ScopeConstants
Namespace: Google.Apis.Analytics.v2_4
Assembly: Google.Apis.Analytics.v2_4.dll
Syntax
public static class ScopeConstants : object

Fields

Analytics

View and manage your Google Analytics data

Declaration
public const string Analytics = null
Field Value
Type Description
System.String

AnalyticsReadonly

View your Google Analytics data

Declaration
public const string AnalyticsReadonly = null
Field Value
Type Description
System.String
Back to top