Show / Hide Table of Contents

Class YouTubeAnalyticsService.Scope

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

Inheritance
System.Object
YouTubeAnalyticsService.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.YouTubeAnalytics.v2
Assembly: Google.Apis.YouTubeAnalytics.v2.dll
Syntax
public class Scope

Fields

Youtube

Manage your YouTube account

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

Youtubepartner

View and manage your assets and associated content on YouTube

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

YoutubeReadonly

View your YouTube account

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

YtAnalyticsMonetaryReadonly

View monetary and non-monetary YouTube Analytics reports for your YouTube content

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

YtAnalyticsReadonly

View YouTube Analytics reports for your YouTube content

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