Show / Hide Table of Contents

Class AnalyticsDataService.ScopeConstants

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

Inheritance
object
AnalyticsDataService.ScopeConstants
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.AnalyticsData.v1beta
Assembly: Google.Apis.AnalyticsData.v1beta.dll
Syntax
public static class AnalyticsDataService.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
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
string
In this article
Back to top Generated by DocFX