Show / Hide Table of Contents

Class AnalyticsDataService.ScopeConstants

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

Inheritance
System.Object
AnalyticsDataService.ScopeConstants
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.AnalyticsData.v1alpha
Assembly: Google.Apis.AnalyticsData.v1alpha.dll
Syntax
public static class ScopeConstants

Fields

Analytics

View and manage your Google Analytics data

Declaration
public const string Analytics = "https://www.googleapis.com/auth/analytics"
Field Value
Type Description
System.String

AnalyticsReadonly

See and download your Google Analytics data

Declaration
public const string AnalyticsReadonly = "https://www.googleapis.com/auth/analytics.readonly"
Field Value
Type Description
System.String
In This Article
Back to top