Show / Hide Table of Contents

Class YouTubeReportingService.ScopeConstants

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

Inheritance
object
YouTubeReportingService.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.YouTubeReporting.v1
Assembly: Google.Apis.YouTubeReporting.v1.dll
Syntax
public static class YouTubeReportingService.ScopeConstants

Fields

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