Show / Hide Table of Contents

Class AnalyticsService.Scope

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

Inheritance
System.Object
AnalyticsService.Scope
Namespace: Google.Apis.Analytics.v2_4
Assembly: Google.Apis.Analytics.v2_4.dll
Syntax
public class Scope : object

Fields

Analytics

View and manage your Google Analytics data

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

AnalyticsReadonly

View your Google Analytics data

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