Show / Hide Table of Contents

Class YouTubeAnalyticsService.ScopeConstants

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

Inheritance
object
YouTubeAnalyticsService.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.YouTubeAnalytics.v2
Assembly: Google.Apis.YouTubeAnalytics.v2.dll
Syntax
public static class YouTubeAnalyticsService.ScopeConstants

Fields

Youtube

Manage your YouTube account

Declaration
public const string Youtube = "https://www.googleapis.com/auth/youtube"
Field Value
Type Description
string

YoutubeReadonly

View your YouTube account

Declaration
public const string YoutubeReadonly = "https://www.googleapis.com/auth/youtube.readonly"
Field Value
Type Description
string

Youtubepartner

View and manage your assets and associated content on YouTube

Declaration
public const string Youtubepartner = "https://www.googleapis.com/auth/youtubepartner"
Field Value
Type Description
string

YtAnalyticsMonetaryReadonly

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

Declaration
public const string YtAnalyticsMonetaryReadonly = "https://www.googleapis.com/auth/yt-analytics-monetary.readonly"
Field Value
Type Description
string

YtAnalyticsReadonly

View YouTube Analytics reports for your YouTube content

Declaration
public const string YtAnalyticsReadonly = "https://www.googleapis.com/auth/yt-analytics.readonly"
Field Value
Type Description
string
In this article
Back to top Generated by DocFX