Show / Hide Table of Contents

Class GoogleAnalyticsAdminService.ScopeConstants

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

Inheritance
object
GoogleAnalyticsAdminService.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.GoogleAnalyticsAdmin.v1beta
Assembly: Google.Apis.GoogleAnalyticsAdmin.v1beta.dll
Syntax
public static class GoogleAnalyticsAdminService.ScopeConstants

Fields

AnalyticsEdit

Edit Google Analytics management entities

Declaration
public const string AnalyticsEdit = "https://www.googleapis.com/auth/analytics.edit"
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