Show / Hide Table of Contents

Class AnalyticsDataService.Scope

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

Inheritance
System.Object
AnalyticsDataService.Scope
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 class Scope

Fields

Analytics

View and manage your Google Analytics data

Declaration
public static string Analytics
Field Value
Type Description
System.String

AnalyticsReadonly

See and download your Google Analytics data

Declaration
public static string AnalyticsReadonly
Field Value
Type Description
System.String
In This Article
Back to top