Show / Hide Table of Contents

Class AnalyticsReportingService.ScopeConstants

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

Inheritance
object
AnalyticsReportingService.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.AnalyticsReporting.v4
Assembly: Google.Apis.AnalyticsReporting.v4.dll
Syntax
public static class AnalyticsReportingService.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