CData Sync App は、YouTube Analytics データをデータベース、データレイク、またはデータウェアハウスに継続的にパイプライン化する簡単な方法を提供し、分析、レポート、AI、および機械学習で簡単に利用できるようにします。
YouTube Analytics コネクタはCData Sync アプリケーションから使用可能で、YouTube Analytics からデータを取得して、サポートされている任意の同期先に移動できます。
Sync App はYouTube Analytics API バージョン2 を使用します。
必須プロパティについては、設定タブを参照してください。
通常必須ではない接続プロパティについては、高度な設定タブを参照してください。
以下のサブセクションでは、3つの一般的な認証フローでのYouTube Analytics への認証について詳しく説明します。
カスタムOAuth アプリケーションの作成方法と、組み込みOAuth 認証情報を持つ認証フローでもカスタムOAuth アプリケーションを作成したほうがよい場合の説明については、カスタムOAuth アプリケーションの作成 を参照してください。
YouTube Analytics で利用可能な接続文字列プロパティの全リストは、Connection を参照してください。
アクセストークンの期限が切れたときは、Sync App は自動でアクセストークンをリフレッシュします。
OAuth アクセストークンの自動リフレッシュ:
Sync App がOAuth アクセストークンを自動的にリフレッシュするようにするには、次のように設定します。
OAuth アクセストークンの手動リフレッシュ:
OAuth アクセストークンを手動でリフレッシュするために必要な唯一の値は、OAuth リフレッシュトークンです。
OAuth リフレッシュトークンを保存し、OAuth アクセストークンの有効期限が切れた後に手動でリフレッシュできるようにします。
YouTube Analytics データは、さまざまな指標(Viewers, ViewerPercentage, AgeGroup, etc.)に分類され、さまざまなディメンション(Day, DeviceType, etc.)でクエリすることができます。有効な指標とディメンションの組み合わせは多数あります。Sync App は、最もよく使用される組み合わせを使いやすくリレーショナルビューとして公開しています。
また、Sync App は、事前定義されたビューに含まれない組み合わせであっても、有効なすべての組み合わせをクエリできるようにしています。CreateCustomSchema ストアドプロシージャを使用してクエリのビューを作成できます。クエリおよびスキーマで指標とディメンションを結合する方法については、データモデル を参照してください。以下に、まずデフォルトのビューを使用する方法を示します。
ディメンションおよび指標は各テーブルに明確に定義されており、データモデル で参照できます。興味のある指標およびディメンションを選択してください。
例えば、特定の国でほとんどが視聴されたチャンネルのトップ動画は、次のように選択できます。
SELECT Video, Views, EstimatedMinutesWatched, AverageViewDuration, AverageViewPercentage FROM TopVideos WHERE Country='AL'
通常のデータベーステーブルとは異なり、特定のテーブルですべての指標およびディメンションを選択しても、あまり役には立ちません。このため、Sync App では、SELECT * クエリは、デフォルトの指標とディメンションのセットが要求されていると解釈されます。これは、明示的にすべてのカラムを選択しているクエリにも適用されます。スキーマごとのデフォルトのフィールドを確認するには、データモデル で各ビューのドキュメントを参照してください。
このセクションでは、YouTube Analytics Sync App の高度な機能を厳選して説明します。
Sync App はユーザー定義ビューの使用をサポートします。これは事前設定されたユーザー定義クエリによって内容が決定される仮想テーブルです。 このビューは、ドライバーに発行されるクエリを直接制御できない場合に有効です。 カスタムビューの作成と設定の概要については、ユーザー定義ビュー を参照してください。
SSL の設定 を使用して、Sync App が証明書のネゴシエーションをどのように扱うかを調整します。さまざまな証明書形式を選択できます。詳しくは、「接続文字列オプション」にあるSSLServerCert プロパティを参照してください。
Windows プロキシとHTTP プロキシを含むファイアウォールとプロキシ に合致するようSync App を設定します。トンネル接続を設定することもできます。
詳しくは、クエリ処理 を参照してください。
デフォルトでは、Sync App はサーバーとのTLS のネゴシエーションを試みます。サーバー証明書は、デフォルトのシステム信頼済み証明書ストアで検証されます。SSLServerCert 接続プロパティを使用して、証明書の検証方法をオーバーライドできます。
別の証明書を指定するには、SSLServerCert 接続プロパティを参照してください。
HTTP プロキシへの認証には、以下のように設定します。
次のプロパティを設定します。
CData Sync App は、YouTube Analytics エンティティをリレーショナルテーブル、ビュー、およびストアドプロシージャにモデル化します。
YouTube Analytics を使用すると、ディメンションおよび指標のクエリをさまざまな組み合わせで実行できます。 YouTube Analytics レポートに基づいて、いくつかのサンプルビューが用意されています。また、必要に応じてディメンションおよび指標を任意に組み合わせて、独自のカスタムビューを作成することもできます。
スキーマの表示方法、およびAPI の制限と要件については、以下のカスタムビューの 定義を参照してください。
Groups およびGroup Items にテーブル としてアクセス可能です。
ストアドプロシージャ は、YouTube Analytics API の追加機能を利用可能にする、データソースのファンクションライクなインターフェースです。
レポートはビュー、つまりデータの「スナップショット」であるテーブルとして表示され、変更することはできません。 従来のデータベースビューとは異なり、テーブル内のすべての指標とディメンションを選択してテーブル全体のビュ ーを作成することはあまり有益ではありません。プロバイダは SELECT * クエリを、指標とディメンションの既定のセットを要求しているかのように解釈するからです。 これは、明示的にすべてのカラムを選択しているクエリにも当てはまります。
YouTube Analytics API は、データに投影できるまたは返される結果を制限するために使用する、カラムの数や組み合わせを制限していることに留意してください。これらの制限および各スキーマのデフォルトフィールドについては、 ビュー で説明しています。独自のビューを定義する場合は、これらのセクションを参照してください。
CreateCustomSchema ストアドプロシージャを使用してクエリのビューを作成します。ストアドプロシージャを使用すると、ディメンションと指標を独自に組み合わせて、簡単に新しいビュー定義を生成できます。 このストアドプロシージャを呼び出すと、新しいスキーマファイルが作成されます。このファイルは、他のビューと同様にクエリすることができます。
このストアドプロシージャは、入力として、ビュー名、指標のカンマ区切りリスト、ディメンションのカンマ区切りリスト、および出力フォルダを受け取ります。 作成されたスクリプトファイルにアクセスするには、Location を新しいスクリプトファイルを含むフォルダに設定します。言い換えれば、Location は出力フォルダの代わりとなります。
例えば、デフォルトスキーマとともに新しいスキーマを使用するには、Location をインストールフォルダ内のdb サブフォルダに設定し、呼び出しを行います。
EXEC CreateCustomSchema Dimensions='Day,DeviceType', Metrics='Views,EstimatedMinutesWatched', TableName='DailyDeviceReports'
Sync App はYouTube Analytics のデータを、標準のSQL ステートメントを使用してクエリできるリレーショナルデータベースのテーブルのリストとしてモデル化します。
| Name | Description |
| GroupItems | Create, delete, and query Items that compose a Group. |
| Groups | Create, update, delete, and query YouTube Analytics Groups. |
Create, delete, and query Items that compose a Group.
次のクエリは、YouTube Analytics グループを構成するアイテムを返します。
SELECT * FROM GroupItems
次のクエリは、特定のYouTube Analytics グループを構成するアイテムを返します。
SELECT * FROM GroupItems WHERE GroupId = '239_65GrkKS6kRL'さらに、OnBehalfOfContentOwner をWHERE 句で任意で使用することもできます。
グループにアイテムを挿入するには、GroupId とResource_Id が必須です。
INSERT INTO GroupItems (GroupId, Resource_Id) VALUES ('fjgeeljgio54', 'dkhgjio5sfff')
| Name | Type | ReadOnly | Description |
| Id [KEY] | String | True |
The Id that YouTube uses to uniquely identify the channel, video, playlist, or asset that is included in the group. Note that this Id refers specifically to the inclusion of that entity in a particular group and is different than the channel Id, video Id, playlist Id, or asset Id that uniquely identifies the entity itself. |
| Kind | String | False |
Identifies the type of the group item. The value will be youtube#groupItem. |
| Etag | String | False |
The Etag of this item. |
| GroupId | String | False |
The Id that YouTube uses to uniquely identify the group that contains the item. |
| Resource_Kind | String | False |
The type of the group item. The allowed values are youtube#channel, youtube#playlist, youtube#video, youtubePartner#asset. |
| Resource_Id | String | False |
The channel, video, playlist, or asset Id that YouTube uses to uniquely identify the group item. |
| OnBehalfOfContentOwner | String | False |
This parameter is intended exclusively for YouTube content partners that own and manage many different YouTube channels. The OnBehalfOfContentOwner parameter indicates that the authorization credentials in the request identify a YouTube user who is acting on behalf of the content owner specified in the parameter value. |
Create, update, delete, and query YouTube Analytics Groups.
グループとは最大200 のチャンネル、動画、再生リスト、またはアセットのカスタムコレクションです。グループ内のすべてのアイテムは同じタイプのエンティティを表す必要があります。例えば、100 の動画と100 の再生リストを持つグループを作成することはできません。Analytics グループには、アップロードした、主張した、または管理しているチャンネルにリンクされているエンティティのみが含まれます。結果として、コンテンツ所有者は動画、再生リスト、チャンネル、またはアセットのグループを作成できます。チャンネル所有者は、動画および再生リストのグループを作成できます。
WHERE 句で次のカラムを使用できます:OnBehalfOfContentOwner およびMine。
グループを挿入するには、ContentDetails_ItemType が必須です。
INSERT INTO Groups (Snippet_Title, ContentDetails_ItemType) VALUES ('test2', 'youtube#channel')
| Name | Type | ReadOnly | Description |
| Id [KEY] | String | False |
The Id that YouTube uses to uniquely identify the group. |
| Kind | String | False |
Identifies the type of the YouTube Analytics entity. The value will be youtube#group. |
| Etag | String | False |
The Etag of this resource. |
| Snippet_PublishedAt | DateTime | True |
The date and time that the group was created. |
| Snippet_Title | String | False |
The group name. The value must be a nonempty string. |
| ContentDetails_ItemCount | String | False |
The number of items in the group. |
| ContentDetails_ItemType | String | False |
The type of entities that the group contains. The allowed values are youtube#channel, youtube#playlist, youtube#video, youtubePartner#asset. |
| Mine | String | False |
Set this to true to retrieve all groups owned by the authenticated user. |
| PageToken | String | False |
The PageToken parameter identifies a specific page in the result set that should be returned. |
| OnBehalfOfContentOwner | String | False |
This parameter is intended exclusively for YouTube content partners that own and manage many different YouTube channels. The OnBehalfOfContentOwner parameter indicates that the authorization credentials in the request identify a YouTube user who is acting on behalf of the content owner specified in the parameter value. |
ビューは、データを示すという点でテーブルに似ていますが、ビューは読み取り専用です。
クエリは、ビューに対して通常のテーブルと同様に実行することができます。
| Name | Description |
| Activities | Query YouTube Activities. An Activity resource contains information about an action that a particular Channel, or User, has taken on YouTube. |
| AdPerformanceReports | Query Ad Performance Reports. Ad Performance Reports provide impression-based metrics for ads that ran during video playbacks. These metrics account for each ad impression, and each video playback can yield multiple impressions. |
| AudienceRetention | This report measures a video's ability to retain its audience. |
| Captions | Query YouTube Captions. A Caption resource represents a YouTube caption track. |
| Channels | Query YouTube Channels. |
| ChannelSections | Query YouTube ChannelSections. A ChannelSection contains information about a set of Videos that a Channel has chosen to feature. |
| Comments | Query YouTube Comments. |
| CommentThreads | Query YouTube CommentThreads. A CommentThread record contains information about a YouTube comment thread, a top-level comment and replies, if any exist, to that comment. |
| Demographics | Query YouTubeAnalytics Demographics grouped by age groups and gender. |
| Devices | Query YouTubeAnalytics Devices statistics. This table allows you to aggregate viewing statistics based on the manner in which viewers reached your video content. For example, you can identify the number of views that occurred on mobile devices or game consoles. |
| EngagementReports | Query Engagement Reports info. For example, how many times a user shared a video. |
| Languages | Query YouTube i18nLanguages. An i18nLanguage resource identifies an application language that the YouTube website supports. The application language can also be referred to as a UI language. |
| MostPopularVideosByCategory | Query YouTube Videos. |
| MostPopularVideosByRegion | Query YouTube Videos. |
| MyDislikedVideos | Query YouTube Liked Videos. |
| MyLikedVideos | Query YouTube Liked Videos. |
| OperatingSystems | Query YouTubeAnalytics Operating Systems statistics. This report aggregates viewing statistics based on viewers' operating systems. For example, it identifies the number of views that occurred on Android devices or on PlayStations. |
| PlayListItems | Query YouTube PlayListItems. A PlayListItem resource identifies another YouTube entity, such as a Video, that is included in a PlayList. In addition, the PlayListItem record contains details about how that entity is used in that PlayList. |
| PlayLists | Query YouTube PlayLists. A PlayList is a collection of videos that can be viewed sequentially and shared with other users. |
| Regions | Query YouTube i18nRegions. An i18nRegion resource identifies a geographic area that a YouTube user can select as the preferred content region. The content region can also be referred to as a content locale. |
| Subscriptions | Query YouTube User Subscriptions. A Subscription notifies a User when new Videos are added to a Channel, or when another user takes one of several actions on YouTube, such as uploading a Video, rating a Video, or commenting on a Video. |
| TimeBasedReports | Query time-based info on views, subscribers, etc. For example, how many new subscribers were gained at a specific time. |
| TopPlaylists | Query the TopPlaylists for a channel. You can also use this view to query playback detail and geographic filters. |
| TopVideos | Query the TopVideos for a channel. You can also use this view to query playback detail and geographic filters. |
| TrafficSources | Query TrafficSources. Statistics are based on the manner in which viewers reached your video and playlist content. |
| UserActivityByCity | This report provides user activity statistics by city. |
| UserActivityByCountry | This report provides user activity statistics. |
| UserActivityByProvince | This report provides user activity statistics, sorted by province (includes Washington DC). |
| VideoAbuseReportReasons | Query YouTube VideoAbuseReportReasons. A VideoAbuseReportReason resource contains information about a reason that a Video would be flagged for containing abusive content. |
| VideoCategories | Query YouTube VideoCategories. A VideoCategory resource identifies a category that has been or could be associated with uploaded Videos. |
| Videos | Query YouTube Videos. |
Query YouTube Activities. An Activity resource contains information about an action that a particular Channel, or User, has taken on YouTube.
YouTube Analytics only allows Channel Id to be used as filter criteria. Additionally, the extra optional columns supported are PublishedAt and Region.
All columns support the '=' operator. PublishedAt also supports '>', '>=', '<', and '<='.
By default, if no filters are specified, the driver will return activities generated by authenticated user.
SELECT * FROM Activities WHERE ChannelId = "abc123" AND PublishedAt < '2016-01-01T10:00:00Z'
| Name | Type | Dimension | DefaultMetric | DefaultDimension | Description |
| Id [KEY] | String | The Id that YouTube uses to uniquely identify the activity. | |||
| PublishedAt | Datetime | The date and time that the activity occurred. The value is in ISO 8601 (YYYY-MM-DDThh:mm:ss.sZ) format. | |||
| ChannelId | String | The Id that YouTube uses to uniquely identify the channel associated with the activity. | |||
| Title | String | The title of the resource primarily associated with the activity. | |||
| Description | String | The description of the resource primarily associated with the activity. | |||
| ChannelTitle | String | Channel title for the channel responsible for this activity. | |||
| Type | String | The type of activity that the resource describes. Valid values: channelItem, comment (not currently returned), favorite, like, playlistItem, recommendation, social, subscription, and upload. | |||
| GroupId | String | The group Id associated with the activity. | |||
| ThumbnailsDefaultUrl | String | The URL of the default image thumbnail. | |||
| UploadVideoId | String | The Id that YouTube uses to uniquely identify the uploaded video. | |||
| LikeResourceIdKind | String | The type of the resource that received a positive (like) rating. | |||
| LikeResourceIdVideoId | String | The Id that YouTube uses to uniquely identify the video, if the rated resource is a video. This column is only present if the ResourceIdKind is youtube#video. | |||
| FavoriteResourceIdKind | String | The type of the YouTube entity marked as a favorite. | |||
| FavoriteResourceIdVideoId | String | The Id that YouTube uses to uniquely identify the favorite video. | |||
| CommentResourceIdKind | String | The comment on the API resource. | |||
| CommentResourceIdVideoId | String | The Id that YouTube uses to uniquely identify the video associated with a comment. | |||
| CommentResourceIdChannelId | String | The Id that YouTube uses to uniquely identify the channel associated with a comment. | |||
| SubscriptionResourceIdKind | String | The type of the subscription. A subscription is a channel that a user subscribed to. | |||
| SubscriptionResourceIdChannelId | String | The Id that YouTube uses to uniquely identify the channel that the user subscribed to. | |||
| PlaylistItemResourceIdKind | String | The type of the playlist item. | |||
| PlaylistItemResourceIdVideoId | String | The Id that YouTube uses to uniquely identify the video that was added to the playlist. | |||
| PlaylistItemPlaylistId | String | The value that YouTube uses to uniquely identify the playlist. | |||
| PlaylistItemPlaylistItemId | String | The value that YouTube uses to uniquely identify the item in the playlist. | |||
| RecommendationResourceIdKind | String | The type of the recommendation. | |||
| RecommendationResourceIdVideoId | String | The Id that YouTube uses to uniquely identify the video, if the recommended resource is a video. | |||
| RecommendationResourceIdChannelId | String | The Id that YouTube uses to uniquely identify the channel, if the recommended resource is a channel. | |||
| RecommendationReason | String | The reason that the YouTube entity was recommended to the user. Valid values for this column : unspecified, videoFavorited, videoLiked, and videoWatched. | |||
| RecommendationSeedResourceIdKind | String | The type of the YouTube entity that caused the recommendation. | |||
| RecommendationSeedResourceIdVideoId | String | The Id that YouTube uses to uniquely identify the video, if the recommendation was caused by a particular video. | |||
| RecommendationSeedResourceIdChannelId | String | The Id that YouTube uses to uniquely identify the channel, if the recommendation was caused by a particular channel. | |||
| RecommendationSeedResourceIdPlaylistId | String | The Id that YouTube uses to uniquely identify the playlist, if the recommendation was caused by a particular playlist. | |||
| SocialType | String | The name of the social network post. Valid values for this column: facebook, googlePlus, twitter, and unspecified. | |||
| SocialResourceIdKind | String | The type of the social network post. | |||
| SocialResourceIdVideoId | String | The Id that YouTube uses to uniquely identify the video featured in a social network post, if the post refers to a video. | |||
| SocialResourceIdChannelId | String | The Id that YouTube uses to uniquely identify the channel featured in a social network post, if the post refers to a channel. | |||
| SocialResourceIdPlaylistId | String | The Id that YouTube uses to uniquely identify the playlist featured in a social network post. | |||
| SocialAuthor | String | The author of the social network post. | |||
| SocialReferenceUrl | String | The URL of the social network post. | |||
| SocialImageUrl | String | An image of the author of the post. | |||
| ChannelItemResourceId | String | The Id of the YouTube entity that was added to the channel. |
SELECT ステートメントのWHERE 句では、疑似カラムフィールドを使用して、データソースから返されるタプルを詳細に制御することができます。
| Name | Type | Description |
| Region | String | Instructs the API to filter by region. The parameter value is an ISO 3166-1 alpha-2 country code. |
Query Ad Performance Reports. Ad Performance Reports provide impression-based metrics for ads that ran during video playbacks. These metrics account for each ad impression, and each video playback can yield multiple impressions.
広告タイプと日によってグループ化された特定の国の動画のGrossRevenue を取得します。
SELECT Country, AdType, Day, GrossRevenue, StartDate, EndDate FROM AdPerformanceReports WHERE video = 'vid123' AND continent = '019'
コンテンツ所有者の広告パフォーマンスレポート
| ディメンション | 必須 | adType |
| オプション | day | |
| 指標 | 1つ以上使用 | grossRevenue、adImpressions、cpm |
| フィルタ | 1つだけ使用 | video、group、またはuploaderType とclaimedStatus のサポートされている組み合わせ |
| 0または1つ使用 | country、continent、subContinent |
| Name | Type | Dimension | DefaultMetric | DefaultDimension | Description |
| AdType | String | True | The AdType dimension is used in ad performance reports and aggregates the requested metrics based on the types of ads that ran during video playbacks: auctionDisplay, auctionInstream, auctionTrueviewInslate, auctionTrueviewInstream, auctionUnknown, reservedClickToPlay, reservedDisplay, reservedInstream, reservedInstreamSelect, reservedMasthead, reservedUnknown. | ||
| Day | String | True | When you use this dimension, data in the report is aggregated on a daily basis and each row contains data for one day. | ||
| GrossRevenue | Decimal | The estimated gross revenue, in USD, from all Google-sold or DoubleClick-partner-sold advertising for the selected date range and region. Gross revenue is subject to month-end adjustment and does not include partner-served advertising. Gross revenue should not be confused with earnings, or net revenue, which factors in your share of ownership and revenue-sharing agreements. | |||
| AdImpressions | Double | The number of verified ad impressions served. | |||
| Cpm | Decimal | The estimated gross revenue per thousand ad impressions. | |||
| Video | String | The Id of a YouTube video. | |||
| Group | String | (filter only) The Id of a YouTube Analytics group. | |||
| ClaimedStatus | String | (only used in content owner reports) This dimension lets you indicate that a result set should only contain metrics for claimed content. The allowed value is claimed. | |||
| UploaderType | String | (only used in content owner reports) This dimension lets you indicate whether a result set should contain metrics for content uploaded by the specified content owner or content uploaded by third parties, such as user-uploaded videos. The allowed values are self and thirdParty. | |||
| Country | String | The country associated with the metrics in the report row. The dimension value is a two-letter ISO-3166-1 country code, such as US, CN (China), or FR (France). The country code ZZ is used to report metrics for which YouTube could not identify the associated country. | |||
| Continent | String | (filter only) A United Nations (U.N.) statistical region code. The allowed values are 002 Africa, 019 Americas (Northern America, Latin America, South America, and the Caribbean), 142 Asia, 150 Europe, 009 Oceania. This dimension can only be used to filter data. | |||
| SubContinent | String | (filter only) A U.N. statistical region code that identifies a geographical subregion. | |||
| StartDate | Date | Start date for fetching Analytics data. | |||
| EndDate | Date | End date for fetching Analytics data. |
SELECT ステートメントのWHERE 句では、疑似カラムフィールドを使用して、データソースから返されるタプルを詳細に制御することができます。
| Name | Type | Description |
| Segments | String | Segments the data returned for your request. Either a SegmentId or a custom segment. |
This report measures a video's ability to retain its audience.
| Name | Type | Dimension | DefaultMetric | DefaultDimension | Description |
| ElapsedVideoTimeRatio | String | True | True | This dimension specifies the ratio of the elapsed portion of the video to the video's length. | |
| CreatorContentType | String | True | This dimension identifies the type of content associated with the user activity metrics in the data row. The allowed values are LIVE_STREAM, SHORTS, STORY, VIDEO_ON_DEMAND, UNSPECIFIED. | ||
| AudienceWatchRatio | Double | True | The absolute ratio of viewers watching the video at the given point in the video. | ||
| RelativeRetentionPerformance | Double | True | A measurement that shows how well a video retains viewers during playbacks in comparison to all YouTube videos of similar length. | ||
| StartedWatching | Int64 | The number of times a particular segment of the video was the first segment seen during a video playback. | |||
| StoppedWatching | Int64 | The number of times a particular segment of the video was the last segment seen during a video playback. | |||
| TotalSegmentImpressions | Int64 | The number of times a particular segment of a video was viewed. | |||
| Video | String | The Id of a YouTube video. | |||
| AudienceType | String | The dimension value identifies the type of traffic associated with the report data. Supported values are ORGANIC, AD_INSTREAM, and AD_INDISPLAY. | |||
| SubscribedStatus | String | This dimension indicates whether the user activity metrics in the data row are associated with viewers who were subscribed to the video or playlist channel. Possible values are SUBSCRIBED and UNSUBSCRIBED. Note that the dimension value is accurate as of the time that the user activity occurs. | |||
| YoutubeProduct | String | This dimension identifies the YouTube service on which the user activity occurred. Data for this dimension is available as of July 18, 2015. The allowed values are CORE, GAMING, KIDS, UNKNOWN. | |||
| StartDate | Date | Start date for fetching Analytics data. Either a date string or a relative date (e.g., today, yesterday, or #daysAgo). | |||
| EndDate | Date | End date for fetching Analytics data. Either a date string or a relative date (e.g., today, yesterday, or #daysAgo). |
Query YouTube Captions. A Caption resource represents a YouTube caption track.
YouTube Analytics allows only a subset of columns to be used as filter criteria. The VideoId column must be specified. Extra optional columns supported are Id and OnBehalfOfContentOwner.
All columns support the '=' operator.
SELECT * FROM Captions WHERE VideoId = '123456789'
| Name | Type | Dimension | DefaultMetric | DefaultDimension | Description |
| Id [KEY] | String | The Id that YouTube uses to uniquely identify the caption track. | |||
| VideoId | String | The Id that YouTube uses to uniquely identify the video associated with the caption track. | |||
| LastUpdated | Datetime | The date and time when the caption track was last updated. The value is specified in ISO 8601 (YYYY-MM-DDThh:mm:ss.sZ) format. | |||
| TrackKind | String | The type of the caption track. Valid values for this column: ASR (a caption track generated using automatic speech recognition); Forced (a caption track that plays when no other track is selected in the player. For example, a video that shows aliens speaking in an alien language might have a forced caption track to only show subtitles for the alien language); standard (a regular caption track. This is the default value). | |||
| Language | String | The language of the caption track. The column value is a BCP-47 language tag. | |||
| Name | String | The name of the caption track. The name is intended to be visible to the user as an option during playback. | |||
| AudioTrackType | String | The type of audio track associated with the caption track. Valid values for this column: commentary (the caption track corresponds to an alternate audio track that includes commentary, such as director commentary); descriptive (the caption track corresponds to an alternate audio track that includes additional descriptive audio); primary (the caption track corresponds to the primary audio track for the video, which is the audio track normally associated with the video); unknown (this is the default value). | |||
| IsCC | Boolean | Indicates whether the track contains closed captions for the deaf and hard of hearing. The default value is false. | |||
| IsLarge | Boolean | Indicates whether the caption track uses large text for the vision-impaired. The default value is false. | |||
| IsEasyReader | Boolean | Indicates whether the caption track is formatted for easy reader, meaning it is at a third-grade level for language learners. The default value is false. | |||
| IsDraft | Boolean | Indicates whether the caption track is a draft. If the value is true, then the track is not publicly visible. The default value is false. | |||
| IsAutoSynced | Boolean | Indicates whether YouTube synchronized the caption track to the audio track in the video. The value will be true if a sync was explicitly requested when the caption track was uploaded. If the value is false, YouTube uses the time codes in the uploaded caption track to determine when to display captions. | |||
| Status | String | The status of the caption track. Valid values for this column: failed, serving, syncing. | |||
| FailureReason | String | The reason that YouTube failed to process the caption track. Valid values: processingFailed (YouTube failed to process the uploaded caption track); unknownFormat (the format of the caption track was not recognized); unsupportedFormat (the format of the caption track is not supported). |
Query YouTube Channels.
By default, SupportEnhancedSQL is set to true, and the following will be passed to YouTube Analytics if present. Other filters will be executed client side. If SupportEnhancedSQL is set to false, only the following filters will be honored.
By default, if no filters are specified, the driver will return all channels owned by the authenticated user.
YouTube Analytics allows only a subset of columns to be used as filter criteria. The channels can be filtered by the Id. Extra optional columns supported are Language and ChannelId.
A search against all channels in YouTube Analytics may be triggered by specifying one or more of SearchTerms, ChannelId, Region, SafeSearch, Rating, or Relevance to search all channels.
All columns support the '=' operator. 'PublishedAt', also supports '>', '>=', '<', and '<='.
Order by is supported for the Rating, Relevance, and Title columns.
SELECT * FROM Channels WHERE Id = 'abc123' SELECT * FROM Channels WHERE ChannelId = 'abc123' AND SearchTerms = 'music|movies-horror' ORDER BY Rating LIMIT 10
Note: Ordering is not supported when specifying one of the colums used for searching channels such as SearchTerms.
| Name | Type | Dimension | DefaultMetric | DefaultDimension | Description |
| Id [KEY] | String | The Id that YouTube uses to uniquely identify the channel. | |||
| Title | String | The title of the channel. | |||
| Description | String | The description of the channel. The value of the column has a maximum length of 1000 characters. | |||
| CustomUrl | String | The channel's custom URL. | |||
| PublishedAt | Datetime | The date and time that the channel was created. The value is specified in ISO 8601 (YYYY-MM-DDThh:mm:ss.sZ) format. | |||
| ThumbnailsDefaultUrl | String | The URL of the default image thumbnail. | |||
| DefaultLanguage | String | This column is confidential to trusted testers. | |||
| LiveBroadcastContent | String | An indication of whether a video or channel resource has live broadcast content. | |||
| LocalizedTitle | String | This column is confidential to trusted testers. The localized video title. | |||
| LocalizedDescription | String | This column is confidential to trusted testers. The localized video description. | |||
| Country | String | The country with which the channel is associated. | |||
| ViewCount | Long | The number of times the channel has been viewed. | |||
| SubscriberCount | Long | The number of subscribers that the channel has. This value is rounded down to three significant figures. | |||
| HiddenSubscriberCount | Boolean | Indicates whether the subscriber count of the channel is publicly visible. | |||
| VideoCount | Long | The number of videos uploaded to the channel. | |||
| RelatedPlaylistsLikes | String | The Id of the playlist that contains the liked videos of the channel. | |||
| RelatedPlaylistsUploads | String | The Id of the playlist that contains the uploaded videos of the channel. | |||
| PrivacyStatus | String | Privacy status of the channel. Valid values for this column: private, public, unlisted. | |||
| IsLinked | Boolean | Indicates whether the channel data identifies a user who is already linked to either a YouTube username or a Google+ account. A user who has one of these links already has a public YouTube identity, which is a prerequisite for several actions, such as uploading videos. | |||
| LongUploadsStatus | String | Indicates whether the channel is eligible to upload videos that are more than 15 minutes long. This column is only returned if the channel owner authorized the API request. See the YouTube Help Center for more information about this feature. | |||
| MadeForKids | Boolean | This value indicates whether the channel is designated as child-directed, and it contains the current 'made for kids' status of the channel. | |||
| Keywords | String | Keywords associated with your channel. The value is a space-separated list of strings. | |||
| TrackingAnalyticsAccountId | String | The Id for a Google Analytics account that you want to use to track and measure traffic to your channel. | |||
| ModerateComments | Boolean | This setting determines whether user-submitted comments left on the channel page need to be approved by the channel owner to be publicly visible. The default value is false. | |||
| SearchTerms | String | The SearchTerms parameter specifies the query term to search for. |
SELECT ステートメントのWHERE 句では、疑似カラムフィールドを使用して、データソースから返されるタプルを詳細に制御することができます。
| Name | Type | Description |
| ForUsername | String | The username associated with the channel. |
| Language | String | Retrieve localized resource metadata for a specific application language that the YouTube website supports. |
| Language | String | Retrieve localized resource metadata for a specific application language that the YouTube website supports. |
| ManagedByMe | String | This parameter is intended exclusively for YouTube content partners. Set this parameter's value to true to instruct the API to only return channels managed by the content owner that the onBehalfOfContentOwner parameter specifies. The user must be authenticated as a CMS account linked to the specified content owner and onBehalfOfContentOwner must be provided. |
| OnBehalfOfContentOwner | String | This parameter is intended exclusively for YouTube content partners. The onBehalfOfContentOwner parameter indicates that the request's authorization credentials identify a YouTube CMS user who is acting on behalf of the content owner specified in the parameter value. This parameter is intended for YouTube content partners that own and manage many different YouTube channels. It allows content owners to authenticate once and get access to all their video and channel data, without having to provide authentication credentials for each individual channel. The CMS account that the user authenticates with must be linked to the specified YouTube content owner. |
| ChannelId | String | The Id that YouTube uses to uniquely identify a channel. |
| Region | String | The country associated with the channel. |
| SafeSearch | String | Indicates whether the search results should include restricted content as well as standard content. Acceptable values: moderate, none, or strict. |
| Rating | String | Resources are sorted from highest to lowest rating. |
| Relevance | String | Resources are sorted based on their relevance to the search query. This is the default value for this parameter. |
Query YouTube ChannelSections. A ChannelSection contains information about a set of Videos that a Channel has chosen to feature.
YouTube Analytics allows only a subset of columns to be used as filter criteria. You can specify exactly one of the following columns: ChannelId or Id. Extra optional columns supported are Language and OnBehalfOfContentOwner.
All columns support the '=' operator.
By default, if no channel id is specified, the driver will return channel sections for the channel owned by authenticated user.
SELECT * FROM ChannelSections WHERE ChannelId = '123456789'
| Name | Type | Dimension | DefaultMetric | DefaultDimension | Description |
| Id [KEY] | String | The Id that YouTube uses to uniquely identify the channel section. | |||
| Type | String | The type of the channel section. | |||
| ChannelId | String | The Id that YouTube uses to uniquely identify the channel. | |||
| Title | String | The title of the section. | |||
| Position | Integer | The position of the section on the channel page. | |||
| PlaylistsAggregate | String | A list of one or more playlist Ids that are featured in a channel section. You must specify a list of playlist Ids if the type of the ChannelSection is either singlePlaylist or multiplePlaylists, and this column should not be specified for other types of sections. If the type is singlePlaylist, this list must specify exactly one playlist Id. | |||
| ChannelsAggregate | String | A list of one or more channel Ids that are featured in a channel section. You must specify a list of channel Ids if the Type of the ChannelSection is multipleChannels, and this column should not be specified for other types of sections. You cannot include your own channel in the list. |
SELECT ステートメントのWHERE 句では、疑似カラムフィールドを使用して、データソースから返されるタプルを詳細に制御することができます。
| Name | Type | Description |
| Language | String | Retrieve localized resource metadata for a specific application language that the YouTube website supports. |
| OnBehalfOfContentOwner | String | This parameter is intended exclusively for YouTube content partners. |
Query YouTube Comments.
YouTube Analytics allows only a subset of columns to be used as filter criteria. You must specify exactly one of the following columns: Id or ParentId. Extra optional columns supported are TextFormat.
All columns support the '=' operator.
SELECT * FROM Comments WHERE Id = '123456789'
| Name | Type | Dimension | DefaultMetric | DefaultDimension | Description |
| Id [KEY] | String | The Id that YouTube uses to uniquely identify the comment. | |||
| ChannelId | String | The Id of the YouTube channel associated with the comment. If the comment is a video comment, then this column identifies the channel of the video, and the VideoId column identifies the video. If the comment is a channel comment, then this column identifies the channel that the comment is about. | |||
| VideoId | String | The Id of the video that the comment refers to. | |||
| TextDisplay | String | The text of the comment. The text can be retrieved in either plaintext or HTML. The TextFormat pseudo column specifies the desired text format. | |||
| TextOriginal | String | The original, raw text of the comment as it was initially posted or last updated. The original text is only returned if it is accessible to the authenticated user, which is only guaranteed if the user is the author of the comment. | |||
| ParentId | String | The unique Id of the parent comment. This column value is only set if the comment was submitted as a reply to another comment. | |||
| AuthorDisplayName | String | The display name of the user who posted the comment. | |||
| AuthorProfileImageUrl | String | The URL for the avatar of the user who posted the comment. | |||
| AuthorChannelUrl | String | The URL of the YouTube channel of the comment author, if available. | |||
| AuthorChannelIdValue | String | The Id of the YouTube channel of the comment author, if available. | |||
| AuthorGoogleplusProfileUrl | String | The URL of the Google+ profile of the comment author, if available. | |||
| CanRate | Boolean | This setting indicates whether the current viewer can rate the comment. | |||
| ViewerRating | String | The rating the viewer has given to this comment. Valid values for this column: like, none. Note that this column does not currently identify dislike ratings. The column value is like if the viewer has rated the comment positively. The value is none in all other cases, including the user having given the comment a negative rating or not having rated the comment. | |||
| LikeCount | Integer | The total number of likes (positive ratings) the comment has received. | |||
| ModerationStatus | String | The moderation status of the comment. This value is only returned if the API request was authorized by the owner of the channel or the video on which the requested comments were made. In addition, note that this value is not set if the query filtered on the Id column. Valid values: heldForReview, likelySpam, published, rejected. | |||
| PublishedAt | Datetime | The date and time when the comment was orignally published. The value is specified in ISO 8601 (YYYY-MM-DDThh:mm:ss.sZ) format. | |||
| UpdatedAt | Datetime | The date and time when the comment was last updated. The value is specified in ISO 8601 (YYYY-MM-DDThh:mm:ss.sZ) format. |
SELECT ステートメントのWHERE 句では、疑似カラムフィールドを使用して、データソースから返されるタプルを詳細に制御することができます。
| Name | Type | Description |
| TextFormat | String | This parameter indicates whether the API should return comments formatted as HTML or as plaintext. |
Query YouTube CommentThreads. A CommentThread record contains information about a YouTube comment thread, a top-level comment and replies, if any exist, to that comment.
YouTube Analytics allows only a subset of columns to be used as filter criteria. You must specify exactly one of the following columns: AllThreadsRelatedToChannelId, ChannelId, Id, or VideoId.
Extra optional columns supported are ModerationStatus, SearchTerms, and TextFormat. All columns support the '=' operator.
Order is supported for CommentThreads. Relevance are the supported order columns.
SELECT * FROM CommentThreads WHERE VideoId = 'abcdef123456' ORDER BY Relevance DESC LIMIT 10
Note: Ordering is not supported for use in conjunction with the Id parameter.
| Name | Type | Dimension | DefaultMetric | DefaultDimension | Description |
| Id [KEY] | String | The Id that YouTube uses to uniquely identify the comment thread. | |||
| ChannelId | String | The YouTube channel that is associated with the comments in the thread. The VideoId column identifies the video. If the comments are about a video, then the value identifies the channel that uploaded the video. If the comments refer to the channel itself, the VideoId column will not have a value. | |||
| VideoId | String | The Id of the video that the comments refer to, if any. If this column is not present or does not have a value, then the thread applies to the channel and not to a specific video. | |||
| TopCommentId | String | The Id of the top-level comment of the thread. | |||
| PublishedAt | Datetime | The publish date of the top-level comment of the thread. | |||
| UpdatedAt | Datetime | The last update date of the top-level comment of the thread. | |||
| TopCommentChannelId | String | The Id of the channel associated with the top-level comment of the thread. | |||
| TopCommentVideoId | String | The Id of the video associated with the top-level comment of the thread. | |||
| TopCommentTextDisplay | String | The display text of the top-level comment of the thread. | |||
| TopCommentTextOriginal | String | The original text of the top-level comment of the thread. | |||
| TopCommentParentId | String | The Id of the parent of the top-level comment of the thread. | |||
| TopCommentAuthorDisplayName | String | The display name of the author of the top-level comment of the thread. | |||
| TopCommentAuthorChannelIdValue | String | The Id of the channel of the author of the top-level comment of the thread. | |||
| TopCommentCanRate | Boolean | Whether the current user can rate the top-level comment of the thread. | |||
| TopCommentViewerRating | String | The viewer rating of the top-level comment of the thread. | |||
| TopCommentLikeCount | Integer | The like count of the top-level comment of the thread. | |||
| TopCommentModerationStatus | String | The moderation status of the top-level comment of the thread. | |||
| CanReply | Boolean | This setting indicates whether the current viewer can reply to the thread. | |||
| TotalReplyCount | Integer | The total number of replies that have been submitted in response to the top-level comment. | |||
| IsPublic | Boolean | This setting indicates whether the thread, including all of its comments and comment replies, is visible to all YouTube users. | |||
| CommentsAggregate | String | A list of one or more replies to the top-level comment. |
SELECT ステートメントのWHERE 句では、疑似カラムフィールドを使用して、データソースから返されるタプルを詳細に制御することができます。
| Name | Type | Description |
| AllThreadsRelatedToChannelId | String | Instructs the API to return all comment threads associated with the specified channel. |
| ModerationStatus | String | Set this parameter to limit the returned comment threads to a particular moderation state. |
| TextFormat | String | Set the value of this parameter to HTML or plainText. |
Query YouTubeAnalytics Demographics grouped by age groups and gender.
動画の統計情報を視聴者の年齢層と性別に基づいて集計します。
SELECT * FROM Demographics
デモグラフィックを1動画のみに減らします。
SELECT * FROM Demographics WHERE Video = 'video_Id'
再生リストの統計情報を視聴者の年齢層と性別に基づいて集計します。
SELECT * FROM Demographics WHERE IsCurated = true
次のテーブルを使用してトップ動画への他のクエリを作成できます。
動画のデモグラフィック:
| ディメンション | 1つ以上使用 | ageGroup、gender、video |
| 0または1つ以上使用 | creatorContentType、liveOrOnDemand、subscribedStatus、youtubeProduct | |
| 指標 | 1つ以上使用 | viewerPercentage |
| フィルタ | 0または1つ使用 | country、province、continent、subContinent |
| 0または1つ使用 | video、group | |
| 0または1つ以上使用 | liveOrOnDemand、subscribedStatus、youtubeProduct |
再生リストのデモグラフィック:
| ディメンション | 1つ以上使用 | ageGroup、gender |
| 0または1つ以上使用 | subscribedStatus、youtubeProduct | |
| 指標 | 必須 | viewerPercentage |
| フィルタ | 必須 | isCurated=true |
| 0または1つ使用 | country、province、continent、subContinent | |
| 0または1つ使用 | video、group | |
| 0または1つ以上使用 | subscribedStatus、youtubeProduct |
コンテンツ所有者のデモグラフィック:
| ディメンション | 1つ以上使用 | ageGroup、gender |
| 0または1つ以上使用 | creatorContentType、liveOrOnDemand、subscribedStatus、youtubeProduct | |
| 指標 | 1つ以上使用 | viewerPercentage |
| フィルタ | 1つだけ使用 | video、channel、group |
| 0または1つ使用 | country、province、continent、subContinent | |
| 0または1つ以上使用 | liveOrOnDemand、subscribedStatus、youtubeProduct |
コンテンツ所有者の再生リストのデモグラフィック:
| ディメンション | 1つ以上使用 | ageGroup、gender |
| 0または1つ以上使用 | subscribedStatus、youtubeProduct | |
| 指標 | 必須 | viewerPercentage |
| フィルタ | 必須 | isCurated=true |
| 0または1つ使用 | country、province、continent、subContinent | |
| 0または1つ使用 | playlist、channel、group | |
| 0または1つ以上使用 | subscribedStatus、youtubeProduct |
| Name | Type | Dimension | DefaultMetric | DefaultDimension | Description |
| AgeGroup | String | True | True | This dimension identifies the age group of the logged-in users associated with the report data. The allowed values are age13-17, age18-24, age25-34, age35-44, age45-54, age55-64, age65- | |
| Gender | String | True | This dimension identifies the gender of the logged-in users associated with the query. The allowed values are female, male and user_specified. | ||
| CreatorContentType | String | True | This dimension identifies the type of content associated with the user activity metrics in the data row. The allowed values are LIVE_STREAM, SHORTS, STORY, VIDEO_ON_DEMAND, UNSPECIFIED. | ||
| LiveOrOnDemand | String | True | This dimension indicates whether the user activity metrics in the data row are associated with views of a live broadcast. Data for this dimension is available for dates beginning April 1, 2014. The allowed values are LIVE, ON_DEMAND. | ||
| SubscribedStatus | String | True | This dimension indicates whether the user activity metrics in the data row are associated with viewers who were subscribed to the video or playlist channel. The allowed values are SUBSCRIBED and UNSUBSCRIBED. Note that the dimension value is accurate as of the time that the user activity occurs. | ||
| ViewerPercentage | Double | True | The percentage of viewers who were logged in when watching the video or playlist. The viewerPercentage values in this report are not normalized for different values or combinations of values for playback detail dimensions (subscribedStatus and youtubeProduct). For example, a report that uses the subscribedStatus dimension returns viewerPercentage data adding up to 100 percent for subscribed views and viewerPercentage data adding up to 100 percent for unsubscribed views. (The total value of all viewerPercentage fields in the report is 200 percent.) You can use filters to ensure that the report only contains viewerPercentage data for one value (or combination of values) for playback detail dimensions. | ||
| Video | String | True | The Id of a YouTube video. | ||
| Playlist | String | The Id of a YouTube playlist. | |||
| Group | String | (filter only) The Id of a YouTube Analytics group. | |||
| UploaderType | String | (only used in content owner reports) This dimension lets you indicate whether a result set will contain metrics for content uploaded by the specified content owner or content uploaded by third parties, such as user-uploaded videos. The allowed values are self and thirdParty. | |||
| ClaimedStatus | String | (only used in content owner reports) This dimension lets you indicate that a result set will only contain metrics for claimed content. The allowed value is claimed. | |||
| Country | String | The country associated with the metrics in the report row. The dimension value is a two-letter ISO-3166-1 country code, such as US, CN (China), or FR (France). The country code ZZ is used to report metrics for which YouTube could not identify the associated country. | |||
| Province | String | The U.S. state or territory associated with the metrics in the report row. The dimension value is an ISO 3166-2 code that identifies a U.S. state or the District of Columbia, such as US-MI (Michigan) or US-TX (Texas). The province code US-ZZ is used to report metrics for which YouTube could not identify the associated U.S. state. If the Province column is specified, Country must be set to US in the WHERE clause. | |||
| Continent | String | (filter only) A United Nations (U.N.) statistical region code. The API supports the following values: 002 Africa, 019 Americas (Northern America, Latin America, South America, and the Caribbean), 142 Asia, 150 Europe, 009 Oceania. | |||
| SubContinent | String | (filter only) A U.N. statistical region code that identifies a geographical subregion. | |||
| StartDate | Date | Start date for fetching Analytics data. | |||
| EndDate | Date | End date for fetching Analytics data. |
SELECT ステートメントのWHERE 句では、疑似カラムフィールドを使用して、データソースから返されるタプルを詳細に制御することができます。
| Name | Type | Description |
| Segments | String | Segments the data returned for your request. Either a SegmentId or a custom segment. |
Query YouTubeAnalytics Devices statistics. This table allows you to aggregate viewing statistics based on the manner in which viewers reached your video content. For example, you can identify the number of views that occurred on mobile devices or game consoles.
デフォルトでは、グループ化はデバイスタイプによって行われます。
SELECT * FROM Devices
オペレーティングシステムなど他のディメンションでビューをグループ化できます。
SELECT OperatingSystem, Views, EstimatedMinutesWatched FROM Devices同じクエリでデバイスタイプとオペレーティングシステムの両方を混在させることは、YouTube Analytics API の制限によりできません。
次のテーブルを使用してデバイスへの他のクエリを作成できます。
動画のデバイス:
| ディメンション | 1つだけ使用 | deviceType、operatingSystem |
| 0または1つ以上使用 | creatorContentType、day、liveOrOnDemand、subscribedStatus、youtubeProduct | |
| 指標 | 1つ以上使用 | views、estimatedMinutesWatched |
| フィルタ | 0または1つ使用 | country、province、continent、subContinent |
| 0または1つ使用 | video、group | |
| 0または1つ以上使用 | operatingSystem、liveOrOnDemand、subscribedStatus、youtubeProduct |
再生リストのデバイスデータ:
| ディメンション | 1つだけ使用 | deviceType、operatingSystem |
| 0または1つ以上使用 | day、subscribedStatus、youtubeProduct | |
| 指標 | 1つ以上使用 | views、estimatedMinutesWatched、playlistStarts、viewsPerPlaylistStart、averageTimeInPlaylist |
| フィルタ | 必須 | isCurated=true |
| 0または1つ使用 | country、province、continent、subContinent | |
| 0または1つ使用 | playlist、channel、group | |
| 0または1つ以上使用 | operatingSystem、subscribedStatus、youtubeProduct |
コンテンツ所有者のデバイスデータ:
| ディメンション | 必須 | deviceType |
| 0または1つ以上使用 | creatorContentType、day、liveOrOnDemand、subscribedStatus、youtubeProduct | |
| 指標 | 1つ以上使用 | views、estimatedMinutesWatched |
| フィルタ | 1つだけ使用 | video、channel、group |
| 0または1つ使用 | country、province、continent、subContinent | |
| 0または1つ以上使用 | operatingSystem、liveOrOnDemand、subscribedStatus、youtubeProduct |
コンテンツ所有者の再生リストのデバイスデータ:
| ディメンション | 必須 | deviceType |
| 0または1つ以上使用 | day、subscribedStatus、youtubeProduct | |
| 指標 | 1つ以上使用 | views、estimatedMinutesWatched、playlistStarts、viewsPerPlaylistStart、averageTimeInPlaylist |
| フィルタ | 必須 | isCurated=true |
| 0または1つ使用 | country、province、continent、subContinent | |
| 0または1つ使用 | playlist、channel、group | |
| 0または1つ以上使用 | operatingSystem、subscribedStatus、youtubeProduct |
| Name | Type | Dimension | DefaultMetric | DefaultDimension | Description |
| DeviceType | String | True | True | This dimension identifies the physical form factor of the device on which the view occurred. The allowed values are DESKTOP, GAME_CONSOLE, MOBILE, TABLET, TV, UNKNOWN_PLATFORM. | |
| CreatorContentType | String | True | This dimension identifies the type of content associated with the user activity metrics in the data row. The allowed values are LIVE_STREAM, SHORTS, STORY, VIDEO_ON_DEMAND, UNSPECIFIED. | ||
| Day | String | True | When you use this dimension, data in the report is aggregated on a daily basis and each row contains data for one day. | ||
| LiveOrOnDemand | String | True | This dimension indicates whether the user activity metrics in the data row are associated with views of a live broadcast. Data for this dimension is available for dates beginning April 1, 2014. The allowed values are LIVE, ON_DEMAND. | ||
| SubscribedStatus | String | True | This dimension indicates whether the user activity metrics in the data row are associated with viewers who were subscribed to the video or playlist channel. The allowed values are SUBSCRIBED, UNSUBSCRIBED. Note that the dimension value is accurate as of the time that the user activity occurs. | ||
| YoutubeProduct | String | True | This dimension identifies the YouTube service on which the user activity occurred. Data for this dimension is available as of July 18, 2015. The allowed values are CORE, GAMING, KIDS, UNKNOWN. | ||
| Views | Double | True | The number of times that a video was viewed. | ||
| EstimatedMinutesWatched | Double | True | The number of minutes that users watched videos for the specified channel, content owner, video, or playlist. | ||
| AverageViewDuration | Double | The average length, in seconds, of video playbacks. As of December 13, 2021, this metric excludes looping clips traffic. In a playlist report, the metric indicates the average length, in seconds, of video playbacks that occurred in the context of a playlist. | |||
| AverageTimeInPlaylist | Double | The estimated average amount of time, in minutes, that a viewer viewed videos in a playlist after the playlist was initiated. Note that this metric includes only playlist views that occurred on the web. | |||
| PlaylistAverageViewDuration | Double | The estimated average length, in seconds, watched per playlist view. Note that this metric represents the average length of views of individual videos within a playlist; the averageTimeInPlaylist metric, by contrast, represents the average time each viewer spends watching the playlist as a whole. This metric includes data for playlist videos that are owned by other channels. | |||
| PlaylistEstimatedMinutesWatched | Double | The number of minutes that users watched the playlist content as a part of the playlist. Watch time that occurred in other contexts?for example, watch time from views that occurred when viewers were watching the same video as part of other playlists?is not counted. This metric includes data for playlist videos that are owned by other channels. | |||
| PlaylistStarts | Double | The number of times that viewers initiated playback of a playlist. Note that this metric includes only playlist views that occurred on the web. | |||
| PlaylistViews | Double | The number of times that videos in the playlist were viewed in the context of that playlist. This metric includes data for playlist videos that are owned by other channels. | |||
| ViewsPerPlaylistStart | Double | The average number of video views that occurred each time a playlist was initiated. | |||
| Country | String | The country associated with the metrics in the report row. The dimension value is a two-letter ISO-3166-1 country code, such as US, CN (China), or FR (France). The country code ZZ is used to report metrics for which YouTube could not identify the associated country. | |||
| Province | String | The U.S. state or territory associated with the metrics in the report row. The dimension value is an ISO 3166-2 code that identifies a U.S. state or the District of Columbia, such as US-MI (Michigan) or US-TX (Texas). The province code US-ZZ is used to report metrics for which YouTube could not identify the associated U.S. state. If the Province column is specified, Country must be set to US in the WHERE clause. | |||
| Continent | String | (filter only) A United Nations (U.N.) statistical region code: 002 Africa, 019 Americas (Northern America, Latin America, South America, and the Caribbean), 142 Asia, 150 Europe, 009 Oceania. This dimension can only be used to filter data. | |||
| SubContinent | String | (filter only) A U.N. statistical region code that identifies a geographical subregion. | |||
| Video | String | True | The Id of a YouTube video. | ||
| Playlist | String | The Id of a YouTube playlist. | |||
| Group | String | (filter only) The Id of a YouTube Analytics group. | |||
| ClaimedStatus | String | (only used in content owner reports) This dimension lets you indicate that the result set will only contain metrics for claimed content. The allowed value is claimed. | |||
| UploaderType | String | (only used in content owner reports) This dimension lets you indicate whether the result set will contain metrics for content uploaded by the specified content owner or content uploaded by third parties, such as user-uploaded videos. The allowed values are self and thirdParty. | |||
| OperatingSystem | String | This dimension identifies the software system of the device on which the view occurred. The allowed values are ANDROID, BADA, BLACKBERRY, DOCOMO, HIPTOP, IOS, LINUX, MACINTOSH, MEEGO, NINTENDO_3DS, OTHER, PLAYSTATION, PLAYSTATION_VITA, SMART_TV, SYMBIAN, WEBOS. | |||
| StartDate | Date | Start date for fetching Analytics data. | |||
| EndDate | Date | End date for fetching Analytics data. |
SELECT ステートメントのWHERE 句では、疑似カラムフィールドを使用して、データソースから返されるタプルを詳細に制御することができます。
| Name | Type | Description |
| Segments | String | Segments the data returned for your request. Either a SegmentId or a custom segment. |
Query Engagement Reports info. For example, how many times a user shared a video.
デフォルトでは、結果はDay でグループ化されます。次のクエリは、Day によってグループ化されたComments、Likes、Dislikes、etc. を返します。
SELECT * FROM EngagementReports
次のクエリは、チャンネルの動画が異なるソーシャルプラットフォームでシェアされた頻度を返します。
SELECT SharingService, Shares FROM EngagementReports次のテーブルを使用してエンゲージメントレポートへの他のクエリを作成できます。
動画のエンゲージメントレポート
| ディメンション | 必須 | sharingService |
| オプション | creatorContentType、subscribedStatus | |
| 指標 | 1つ以上使用 | shares |
| フィルタ | 0または1つ使用 | country、continent、subContinent |
| 0または1つ使用 | video、group | |
| オプション | subscribedStatus |
コンテンツ所有者のエンゲージメントレポート
| ディメンション | 必須 | sharingService |
| オプション | creatorContentType、subscribedStatus | |
| 指標 | 1つ以上使用 | shares |
| フィルタ | 1つだけ使用 | video、channel、group |
| 0または1つ使用 | country、continent、subContinent | |
| オプション | subscribedStatus |
| Name | Type | Dimension | DefaultMetric | DefaultDimension | Description |
| SharingService | String | True | This dimension identifies the service that was used to share videos. Videos can be shared on YouTube (or via the YouTube player) using the Share button. | ||
| CreatorContentType | String | True | This dimension identifies the type of content associated with the user activity metrics in the data row. The allowed values are LIVE_STREAM, SHORTS, STORY, VIDEO_ON_DEMAND, UNSPECIFIED. | ||
| SubscribedStatus | String | True | This dimension indicates whether the user activity metrics in the data row are associated with viewers who were subscribed to the video or playlist channel. Possible values are SUBSCRIBED and UNSUBSCRIBED. Note that the dimension value is accurate as of the time that the user activity occurs. | ||
| Shares | Double | True | The number of times that users shared a video through the Share button. | ||
| Country | String | The country associated with the metrics in the report row. The dimension value is a two-letter ISO-3166-1 country code, such as US, CN (China), or FR (France). The country code ZZ is used to report metrics for which YouTube could not identify the associated country. | |||
| Continent | String | (filter only) A United Nations (U.N.) statistical region code: 002 Africa, 019 Americas (Northern America, Latin America, South America, and the Caribbean), 142 Asia, 150 Europe, 009 Oceania. This dimension can only be used to filter data. | |||
| SubContinent | String | (filter only) A U.N. statistical region code that identifies a geographical subregion. | |||
| Channel | String | (only used in content owner reports) The Id for a YouTube channel. The channel dimension is frequently used in content owner reports because those reports typically aggregate data for multiple channels. | |||
| Video | String | True | The Id of a YouTube video. | ||
| Group | String | (filter only) The Id of a YouTube Analytics group. | |||
| ClaimedStatus | String | (only used in content owner reports) This dimension lets you indicate that a result set will only contain metrics for claimed content. The allowed value is claimed. | |||
| UploaderType | String | (only used in content owner reports) This dimension lets you indicate whether a result set will contain metrics for content uploaded by the specified content owner or content uploaded by third parties, such as user-uploaded videos. The allowed values are self and thirdParty. | |||
| StartDate | Date | Start date for fetching Analytics data. | |||
| EndDate | Date | End date for fetching Analytics data. |
SELECT ステートメントのWHERE 句では、疑似カラムフィールドを使用して、データソースから返されるタプルを詳細に制御することができます。
| Name | Type | Description |
| Segments | String | Segments the data returned for your request. Either a SegmentId or a custom segment. |
Query YouTube i18nLanguages. An i18nLanguage resource identifies an application language that the YouTube website supports. The application language can also be referred to as a UI language.
There are no required filters for this table. An optional column supported is Language.
All columns support the '=' operator.
| Name | Type | Dimension | DefaultMetric | DefaultDimension | Description |
| Id [KEY] | String | The Id that YouTube uses to uniquely identify the i18n language. | |||
| Language | String | A BCP-47 code that uniquely identifies a language. | |||
| Name | String | The name of the language as it is written in that language. |
Query YouTube Videos.
| Name | Type | Dimension | DefaultMetric | DefaultDimension | Description |
| Id [KEY] | String | The Id that YouTube uses to uniquely identify the video. | |||
| ChannelId | String | The Id that YouTube uses to uniquely identify the channel that the video was uploaded to. | |||
| CategoryId | String | The YouTube video category associated with the video. | |||
| Title | String | The title of the video. | |||
| ChannelTitle | String | Channel title for the channel that the video belongs to. | |||
| PublishedAt | Datetime | The date and time that the video was published. Note that this time might be different than the time that the video was uploaded. The value is specified in ISO 8601 (YYYY-MM-DDThh:mm:ss.sZ) format. | |||
| Description | String | The description of the video. | |||
| Duration | String | The length of the video. The property value is an ISO 8601 duration. | |||
| ViewCount | Long | The number of times the video has been viewed. | |||
| LikeCount | Long | The number of users who have indicated that they liked the video. | |||
| DislikeCount | Long | The number of users who have indicated that they disliked the video. In conjunction with changes to make video dislike counts private across the entire YouTube platform, this field is returned only if the API request was authenticated by the video owner. | |||
| CommentCount | Long | The number of comments for the video. | |||
| EmbedHtml | String | An iframe tag that embeds a player that will play the video. | |||
| PublicStatsViewable | Boolean | This value indicates whether the extended video statistics on the watch page are publicly viewable. By default, those statistics are viewable, and statistics like the viewcount and ratings will still be publicly visible even if this value is set to false. | |||
| TagsAggregate | String | A list of keyword tags associated with the video. | |||
| LiveBroadcastContent | String | Indicates if the video is an upcoming/active live broadcast. A value of none indicates the video is not an upcoming/active live broadcast. Valid values for this column: live, none, upcoming. | |||
| Dimension | String | Indicates whether the video is available in 3D or in 2D. | |||
| Definition | String | Indicates whether the video is available in high definition HD or only in standard definition. Valid values for this column: hd,sd. | |||
| Caption | String | Indicates whether captions are available for the video. Valid values for this column: false, true. | |||
| LicensedContent | Boolean | Indicates whether the video represents licensed content, which means that the content was uploaded to a channel linked to a YouTube content partner and then claimed by that partner. | |||
| AllowedAggregate | String | A list of region codes that identify countries where the video is viewable. | |||
| BlockedAggregate | String | A list of region codes that identify countries where the video is blocked. | |||
| Projection | String | Specifies the projection format of the video. Valid values: 360, rectangular. | |||
| PrivacyStatus | String | The privacy status of the playlist. Valid values: private, public, unlisted. | |||
| MadeForKids | Boolean | This value indicates whether the video is Made For Kids. | |||
| License | String | The license. Valid values: creativeCommon, youtube. | |||
| Embeddable | Boolean | This value indicates whether the video can be embedded on another website. | |||
| ThumbnailsDefaultUrl | String | The URL of the default image. | |||
| DefaultLanguage | String | This column is confidential to trusted testers. The language of the text in the Title and Description columns. | |||
| DefaultAudioLanguage | String | The default_audio_language column specifies the language spoken in the default audio track of the video. | |||
| UploadStatus | String | The status of the uploaded video. Valid values for this column: deleted, failed, processed, rejected, uploaded. | |||
| FailureReason | String | This value explains why a video failed to upload. This column only has a value if the UploadStatus column indicates that the upload failed. Valid values for this column: codec, conversion, emptyFile, invalidFile, tooSmall, uploadAborted. | |||
| RejectionReason | String | This value explains why YouTube rejected an uploaded video. This column only has a value if the UploadStatus column indicates that the upload was rejected. Valid values for this column: claim, copyright, duplicate, inappropriate, length, termsOfUse, trademark, uploaderAccountClosed, uploaderAccountSuspended. | |||
| RecordingDate | Datetime | The date and time when the video was recorded. The value is specified in ISO 8601 (YYYY-MM-DDThh:mm:ss.sssZ) format. | |||
| SearchTerms | String | The query term to search for. | |||
| Region | String | The country from which to retrieve video categories. |
SELECT ステートメントのWHERE 句では、疑似カラムフィールドを使用して、データソースから返されるタプルを詳細に制御することができます。
| Name | Type | Description |
| SafeSearch | String | Indicates whether the search results should include restricted content as well as standard content. Acceptable values: moderate, none, or strict. |
| EventType | String | The eventType parameter restricts a search to broadcast events. Acceptable values are: COMPLETED, LIVE, UPCOMING.
使用できる値は次のとおりです。COMPLETED, LIVE, UPCOMING |
| RelatedToVideoId | String | Retrieves a list of videos that are related to the video that the column value identifies. |
| VideoDuration | String | Filters video search results based on their duration. Acceptable values: any, long, medium or short. |
| VideoCategoryId | String | The videoCategoryId parameter identifies the video category for which the chart should be retrieved. |
| ForMine | String | Restricts the search to only retrieve videos owned by the authenticated user. It is false by default. |
| Language | String | Retrieve localized resource metadata for a specific application language that the YouTube website supports. |
| ForContentOwner | String | Restricts the search to only retrieve videos owned by the content owner specified by the OnBehalfOfContentOwner parameter. |
| OnBehalfOfContentOwner | String | This parameter is intended exclusively for YouTube content partners. |
Query YouTube Videos.
| Name | Type | Dimension | DefaultMetric | DefaultDimension | Description |
| Id [KEY] | String | The Id that YouTube uses to uniquely identify the video. | |||
| ChannelId | String | The Id that YouTube uses to uniquely identify the channel that the video was uploaded to. | |||
| CategoryId | String | The YouTube video category associated with the video. | |||
| Title | String | The title of the video. | |||
| ChannelTitle | String | Channel title for the channel that the video belongs to. | |||
| PublishedAt | Datetime | The date and time that the video was published. Note that this time might be different than the time that the video was uploaded. The value is specified in ISO 8601 (YYYY-MM-DDThh:mm:ss.sZ) format. | |||
| Description | String | The description of the video. | |||
| Duration | String | The length of the video. The property value is an ISO 8601 duration. | |||
| ViewCount | Long | The number of times the video has been viewed. | |||
| LikeCount | Long | The number of users who have indicated that they liked the video. | |||
| DislikeCount | Long | The number of users who have indicated that they disliked the video. In conjunction with changes to make video dislike counts private across the entire YouTube platform, this field is returned only if the API request was authenticated by the video owner. | |||
| CommentCount | Long | The number of comments for the video. | |||
| EmbedHtml | String | An iframe tag that embeds a player that will play the video. | |||
| PublicStatsViewable | Boolean | This value indicates whether the extended video statistics on the watch page are publicly viewable. By default, those statistics are viewable, and statistics like the viewcount and ratings will still be publicly visible even if this value is set to false. | |||
| TagsAggregate | String | A list of keyword tags associated with the video. | |||
| LiveBroadcastContent | String | Indicates if the video is an upcoming/active live broadcast. A value of none indicates the video is not an upcoming/active live broadcast. Valid values for this column: live, none, upcoming. | |||
| Dimension | String | Indicates whether the video is available in 3D or in 2D. | |||
| Definition | String | Indicates whether the video is available in high definition HD or only in standard definition. Valid values for this column: hd,sd. | |||
| Caption | String | Indicates whether captions are available for the video. Valid values for this column: false, true. | |||
| LicensedContent | Boolean | Indicates whether the video represents licensed content, which means that the content was uploaded to a channel linked to a YouTube content partner and then claimed by that partner. | |||
| AllowedAggregate | String | A list of region codes that identify countries where the video is viewable. | |||
| BlockedAggregate | String | A list of region codes that identify countries where the video is blocked. | |||
| Projection | String | Specifies the projection format of the video. Valid values: 360, rectangular. | |||
| PrivacyStatus | String | The privacy status of the playlist. Valid values: private, public, unlisted. | |||
| MadeForKids | Boolean | This value indicates whether the video is Made For Kids. | |||
| License | String | The license. Valid values: creativeCommon, youtube. | |||
| Embeddable | Boolean | This value indicates whether the video can be embedded on another website. | |||
| ThumbnailsDefaultUrl | String | The URL of the default image. | |||
| DefaultLanguage | String | This column is confidential to trusted testers. The language of the text in the Title and Description columns. | |||
| DefaultAudioLanguage | String | The default_audio_language column specifies the language spoken in the default audio track of the video. | |||
| UploadStatus | String | The status of the uploaded video. Valid values for this column: deleted, failed, processed, rejected, uploaded. | |||
| FailureReason | String | This value explains why a video failed to upload. This column only has a value if the UploadStatus column indicates that the upload failed. Valid values for this column: codec, conversion, emptyFile, invalidFile, tooSmall, uploadAborted. | |||
| RejectionReason | String | This value explains why YouTube rejected an uploaded video. This column only has a value if the UploadStatus column indicates that the upload was rejected. Valid values for this column: claim, copyright, duplicate, inappropriate, length, termsOfUse, trademark, uploaderAccountClosed, uploaderAccountSuspended. | |||
| RecordingDate | Datetime | The date and time when the video was recorded. The value is specified in ISO 8601 (YYYY-MM-DDThh:mm:ss.sssZ) format. | |||
| SearchTerms | String | The query term to search for. | |||
| Region | String | The country from which to retrieve video categories. |
SELECT ステートメントのWHERE 句では、疑似カラムフィールドを使用して、データソースから返されるタプルを詳細に制御することができます。
| Name | Type | Description |
| SafeSearch | String | Indicates whether the search results should include restricted content as well as standard content. Acceptable values: moderate, none, or strict. |
| EventType | String | The eventType parameter restricts a search to broadcast events. Acceptable values are: COMPLETED, LIVE, UPCOMING.
使用できる値は次のとおりです。COMPLETED, LIVE, UPCOMING |
| RelatedToVideoId | String | Retrieves a list of videos that are related to the video that the column value identifies. |
| VideoDuration | String | Filters video search results based on their duration. Acceptable values: any, long, medium or short. |
| VideoCategoryId | String | The videoCategoryId parameter identifies the video category for which the chart should be retrieved. |
| ForMine | String | Restricts the search to only retrieve videos owned by the authenticated user. It is false by default. |
| Language | String | Retrieve localized resource metadata for a specific application language that the YouTube website supports. |
| ForContentOwner | String | Restricts the search to only retrieve videos owned by the content owner specified by the OnBehalfOfContentOwner parameter. |
| OnBehalfOfContentOwner | String | This parameter is intended exclusively for YouTube content partners. |
Query YouTube Liked Videos.
| Name | Type | Dimension | DefaultMetric | DefaultDimension | Description |
| Id [KEY] | String | The Id that YouTube uses to uniquely identify the video. | |||
| ChannelId | String | The Id that YouTube uses to uniquely identify the channel that the video was uploaded to. | |||
| CategoryId | String | The YouTube video category associated with the video. | |||
| Title | String | The title of the video. | |||
| ChannelTitle | String | Channel title for the channel that the video belongs to. | |||
| PublishedAt | Datetime | The date and time that the video was published. Note that this time might be different than the time that the video was uploaded. The value is specified in ISO 8601 (YYYY-MM-DDThh:mm:ss.sZ) format. | |||
| Description | String | The description of the video. | |||
| Duration | String | The length of the video. The property value is an ISO 8601 duration. | |||
| ViewCount | Long | The number of times the video has been viewed. | |||
| LikeCount | Long | The number of users who have indicated that they liked the video. | |||
| DislikeCount | Long | The number of users who have indicated that they disliked the video. In conjunction with changes to make video dislike counts private across the entire YouTube platform, this field is returned only if the API request was authenticated by the video owner. | |||
| CommentCount | Long | The number of comments for the video. | |||
| EmbedHtml | String | An iframe tag that embeds a player that will play the video. | |||
| PublicStatsViewable | Boolean | This value indicates whether the extended video statistics on the watch page are publicly viewable. By default, those statistics are viewable, and statistics like the viewcount and ratings will still be publicly visible even if this value is set to false. | |||
| TagsAggregate | String | A list of keyword tags associated with the video. | |||
| LiveBroadcastContent | String | Indicates if the video is an upcoming/active live broadcast. A value of none indicates the video is not an upcoming/active live broadcast. Valid values for this column: live, none, upcoming. | |||
| Dimension | String | Indicates whether the video is available in 3D or in 2D. | |||
| Definition | String | Indicates whether the video is available in high definition HD or only in standard definition. Valid values for this column: hd,sd. | |||
| Caption | String | Indicates whether captions are available for the video. Valid values for this column: false, true. | |||
| LicensedContent | Boolean | Indicates whether the video represents licensed content, which means that the content was uploaded to a channel linked to a YouTube content partner and then claimed by that partner. | |||
| AllowedAggregate | String | A list of region codes that identify countries where the video is viewable. | |||
| BlockedAggregate | String | A list of region codes that identify countries where the video is blocked. | |||
| Projection | String | Specifies the projection format of the video. Valid values: 360, rectangular. | |||
| PrivacyStatus | String | The privacy status of the playlist. Valid values: private, public, unlisted. | |||
| MadeForKids | Boolean | This value indicates whether the video is Made For Kids. | |||
| License | String | The license. Valid values: creativeCommon, youtube. | |||
| Embeddable | Boolean | This value indicates whether the video can be embedded on another website. | |||
| ThumbnailsDefaultUrl | String | The URL of the default image. | |||
| DefaultLanguage | String | This column is confidential to trusted testers. The language of the text in the Title and Description columns. | |||
| DefaultAudioLanguage | String | The default_audio_language column specifies the language spoken in the default audio track of the video. | |||
| UploadStatus | String | The status of the uploaded video. Valid values for this column: deleted, failed, processed, rejected, uploaded. | |||
| FailureReason | String | This value explains why a video failed to upload. This column only has a value if the UploadStatus column indicates that the upload failed. Valid values for this column: codec, conversion, emptyFile, invalidFile, tooSmall, uploadAborted. | |||
| RejectionReason | String | This value explains why YouTube rejected an uploaded video. This column only has a value if the UploadStatus column indicates that the upload was rejected. Valid values for this column: claim, copyright, duplicate, inappropriate, length, termsOfUse, trademark, uploaderAccountClosed, uploaderAccountSuspended. | |||
| RecordingDate | Datetime | The date and time when the video was recorded. The value is specified in ISO 8601 (YYYY-MM-DDThh:mm:ss.sssZ) format. | |||
| SearchTerms | String | The query term to search for. |
SELECT ステートメントのWHERE 句では、疑似カラムフィールドを使用して、データソースから返されるタプルを詳細に制御することができます。
| Name | Type | Description |
| SafeSearch | String | Indicates whether the search results should include restricted content as well as standard content. Acceptable values: moderate, none, or strict. |
| EventType | String | The eventType parameter restricts a search to broadcast events. Acceptable values are: COMPLETED, LIVE, UPCOMING.
使用できる値は次のとおりです。COMPLETED, LIVE, UPCOMING |
| RelatedToVideoId | String | Retrieves a list of videos that are related to the video that the column value identifies. |
| VideoDuration | String | Filters video search results based on their duration. Acceptable values: any, long, medium or short. |
| VideoCategoryId | String | The videoCategoryId parameter identifies the video category for which the chart should be retrieved. |
| ForMine | String | Restricts the search to only retrieve videos owned by the authenticated user. It is false by default. |
| Language | String | Retrieve localized resource metadata for a specific application language that the YouTube website supports. |
| ForContentOwner | String | Restricts the search to only retrieve videos owned by the content owner specified by the OnBehalfOfContentOwner parameter. |
| OnBehalfOfContentOwner | String | This parameter is intended exclusively for YouTube content partners. |
Query YouTube Liked Videos.
| Name | Type | Dimension | DefaultMetric | DefaultDimension | Description |
| Id [KEY] | String | The Id that YouTube uses to uniquely identify the video. | |||
| ChannelId | String | The Id that YouTube uses to uniquely identify the channel that the video was uploaded to. | |||
| CategoryId | String | The YouTube video category associated with the video. | |||
| Title | String | The title of the video. | |||
| ChannelTitle | String | Channel title for the channel that the video belongs to. | |||
| PublishedAt | Datetime | The date and time that the video was published. Note that this time might be different than the time that the video was uploaded. The value is specified in ISO 8601 (YYYY-MM-DDThh:mm:ss.sZ) format. | |||
| Description | String | The description of the video. | |||
| Duration | String | The length of the video. The property value is an ISO 8601 duration. | |||
| ViewCount | Long | The number of times the video has been viewed. | |||
| LikeCount | Long | The number of users who have indicated that they liked the video. | |||
| DislikeCount | Long | The number of users who have indicated that they disliked the video. In conjunction with changes to make video dislike counts private across the entire YouTube platform, this field is returned only if the API request was authenticated by the video owner. | |||
| CommentCount | Long | The number of comments for the video. | |||
| EmbedHtml | String | An iframe tag that embeds a player that will play the video. | |||
| PublicStatsViewable | Boolean | This value indicates whether the extended video statistics on the watch page are publicly viewable. By default, those statistics are viewable, and statistics like the viewcount and ratings will still be publicly visible even if this value is set to false. | |||
| TagsAggregate | String | A list of keyword tags associated with the video. | |||
| LiveBroadcastContent | String | Indicates if the video is an upcoming/active live broadcast. A value of none indicates the video is not an upcoming/active live broadcast. Valid values for this column: live, none, upcoming. | |||
| Dimension | String | Indicates whether the video is available in 3D or in 2D. | |||
| Definition | String | Indicates whether the video is available in high definition HD or only in standard definition. Valid values for this column: hd,sd. | |||
| Caption | String | Indicates whether captions are available for the video. Valid values for this column: false, true. | |||
| LicensedContent | Boolean | Indicates whether the video represents licensed content, which means that the content was uploaded to a channel linked to a YouTube content partner and then claimed by that partner. | |||
| AllowedAggregate | String | A list of region codes that identify countries where the video is viewable. | |||
| BlockedAggregate | String | A list of region codes that identify countries where the video is blocked. | |||
| Projection | String | Specifies the projection format of the video. Valid values: 360, rectangular. | |||
| PrivacyStatus | String | The privacy status of the playlist. Valid values: private, public, unlisted. | |||
| MadeForKids | Boolean | This value indicates whether the video is Made For Kids. | |||
| License | String | The license. Valid values: creativeCommon, youtube. | |||
| Embeddable | Boolean | This value indicates whether the video can be embedded on another website. | |||
| ThumbnailsDefaultUrl | String | The URL of the default image. | |||
| DefaultLanguage | String | This column is confidential to trusted testers. The language of the text in the Title and Description columns. | |||
| DefaultAudioLanguage | String | The default_audio_language column specifies the language spoken in the default audio track of the video. | |||
| UploadStatus | String | The status of the uploaded video. Valid values for this column: deleted, failed, processed, rejected, uploaded. | |||
| FailureReason | String | This value explains why a video failed to upload. This column only has a value if the UploadStatus column indicates that the upload failed. Valid values for this column: codec, conversion, emptyFile, invalidFile, tooSmall, uploadAborted. | |||
| RejectionReason | String | This value explains why YouTube rejected an uploaded video. This column only has a value if the UploadStatus column indicates that the upload was rejected. Valid values for this column: claim, copyright, duplicate, inappropriate, length, termsOfUse, trademark, uploaderAccountClosed, uploaderAccountSuspended. | |||
| RecordingDate | Datetime | The date and time when the video was recorded. The value is specified in ISO 8601 (YYYY-MM-DDThh:mm:ss.sssZ) format. | |||
| SearchTerms | String | The query term to search for. |
SELECT ステートメントのWHERE 句では、疑似カラムフィールドを使用して、データソースから返されるタプルを詳細に制御することができます。
| Name | Type | Description |
| SafeSearch | String | Indicates whether the search results should include restricted content as well as standard content. Acceptable values: moderate, none, or strict. |
| EventType | String | The eventType parameter restricts a search to broadcast events. Acceptable values are: COMPLETED, LIVE, UPCOMING.
使用できる値は次のとおりです。COMPLETED, LIVE, UPCOMING |
| RelatedToVideoId | String | Retrieves a list of videos that are related to the video that the column value identifies. |
| VideoDuration | String | Filters video search results based on their duration. Acceptable values: any, long, medium or short. |
| VideoCategoryId | String | The videoCategoryId parameter identifies the video category for which the chart should be retrieved. |
| ForMine | String | Restricts the search to only retrieve videos owned by the authenticated user. It is false by default. |
| Language | String | Retrieve localized resource metadata for a specific application language that the YouTube website supports. |
| ForContentOwner | String | Restricts the search to only retrieve videos owned by the content owner specified by the OnBehalfOfContentOwner parameter. |
| OnBehalfOfContentOwner | String | This parameter is intended exclusively for YouTube content partners. |
Query YouTubeAnalytics Operating Systems statistics. This report aggregates viewing statistics based on viewers' operating systems. For example, it identifies the number of views that occurred on Android devices or on PlayStations.
| Name | Type | Dimension | DefaultMetric | DefaultDimension | Description |
| OperatingSystem | String | True | This dimension identifies the software system of the device on which the view occurred. The allowed values are ANDROID, BADA, BLACKBERRY, DOCOMO, HIPTOP, IOS, LINUX, MACINTOSH, MEEGO, NINTENDO_3DS, OTHER, PLAYSTATION, PLAYSTATION_VITA, SMART_TV, SYMBIAN, WEBOS. | ||
| CreatorContentType | String | True | This dimension identifies the type of content associated with the user activity metrics in the data row. The allowed values are LIVE_STREAM, SHORTS, STORY, VIDEO_ON_DEMAND, UNSPECIFIED. | ||
| Day | String | True | When you use this dimension, data in the report is aggregated on a daily basis and each row contains data for one day. | ||
| LiveOrOnDemand | String | True | This dimension indicates whether the user activity metrics in the data row are associated with views of a live broadcast. Data for this dimension is available for dates beginning April 1, 2014. The allowed values are LIVE, ON_DEMAND. | ||
| SubscribedStatus | String | True | This dimension indicates whether the user activity metrics in the data row are associated with viewers who were subscribed to the video or playlist channel. The allowed values are SUBSCRIBED, UNSUBSCRIBED. Note that the dimension value is accurate as of the time that the user activity occurs. | ||
| YoutubeProduct | String | True | This dimension identifies the YouTube service on which the user activity occurred. Data for this dimension is available as of July 18, 2015. The allowed values are CORE, GAMING, KIDS, UNKNOWN. | ||
| Views | Double | True | The number of times that a video was viewed. | ||
| EstimatedMinutesWatched | Double | The number of minutes that users watched videos for the specified channel, content owner, video, or playlist. | |||
| AverageViewDuration | Double | The average length, in seconds, of video playbacks. As of December 13, 2021, this metric excludes looping clips traffic. In a playlist report, the metric indicates the average length, in seconds, of video playbacks that occurred in the context of a playlist. | |||
| AverageTimeInPlaylist | Double | The estimated average amount of time, in minutes, that a viewer viewed videos in a playlist after the playlist was initiated. Note that this metric includes only playlist views that occurred on the web. | |||
| PlaylistAverageViewDuration | Double | The estimated average length, in seconds, watched per playlist view. Note that this metric represents the average length of views of individual videos within a playlist; the averageTimeInPlaylist metric, by contrast, represents the average time each viewer spends watching the playlist as a whole. This metric includes data for playlist videos that are owned by other channels. | |||
| PlaylistEstimatedMinutesWatched | Double | The number of minutes that users watched the playlist content as a part of the playlist. Watch time that occurred in other contexts?for example, watch time from views that occurred when viewers were watching the same video as part of other playlists?is not counted. This metric includes data for playlist videos that are owned by other channels. | |||
| PlaylistStarts | Double | The number of times that viewers initiated playback of a playlist. Note that this metric includes only playlist views that occurred on the web. | |||
| PlaylistViews | Double | The number of times that videos in the playlist were viewed in the context of that playlist. This metric includes data for playlist videos that are owned by other channels. | |||
| ViewsPerPlaylistStart | Double | The average number of video views that occurred each time a playlist was initiated. | |||
| Country | String | The country associated with the metrics in the report row. The dimension value is a two-letter ISO-3166-1 country code, such as US, CN (China), or FR (France). The country code ZZ is used to report metrics for which YouTube could not identify the associated country. | |||
| Province | String | The U.S. state or territory associated with the metrics in the report row. The dimension value is an ISO 3166-2 code that identifies a U.S. state or the District of Columbia, such as US-MI (Michigan) or US-TX (Texas). The province code US-ZZ is used to report metrics for which YouTube could not identify the associated U.S. state. If the Province column is specified, Country must be set to US in the WHERE clause. | |||
| Continent | String | (filter only) A United Nations (U.N.) statistical region code: 002 Africa, 019 Americas (Northern America, Latin America, South America, and the Caribbean), 142 Asia, 150 Europe, 009 Oceania. This dimension can only be used to filter data. | |||
| SubContinent | String | (filter only) A U.N. statistical region code that identifies a geographical subregion. | |||
| Video | String | True | The Id of a YouTube video. | ||
| Playlist | String | The Id of a YouTube playlist. | |||
| Group | String | (filter only) The Id of a YouTube Analytics group. | |||
| ClaimedStatus | String | (only used in content owner reports) This dimension lets you indicate that the result set will only contain metrics for claimed content. The allowed value is claimed. | |||
| UploaderType | String | (only used in content owner reports) This dimension lets you indicate whether the result set will contain metrics for content uploaded by the specified content owner or content uploaded by third parties, such as user-uploaded videos. The allowed values are self and thirdParty. | |||
| DeviceType | String | This dimension identifies the physical form factor of the device on which the view occurred. The allowed values are DESKTOP, GAME_CONSOLE, MOBILE, TABLET, TV, UNKNOWN_PLATFORM. | |||
| StartDate | Date | Start date for fetching Analytics data. | |||
| EndDate | Date | End date for fetching Analytics data. |
SELECT ステートメントのWHERE 句では、疑似カラムフィールドを使用して、データソースから返されるタプルを詳細に制御することができます。
| Name | Type | Description |
| Segments | String | Segments the data returned for your request. Either a SegmentId or a custom segment. |
Query YouTube PlayListItems. A PlayListItem resource identifies another YouTube entity, such as a Video, that is included in a PlayList. In addition, the PlayListItem record contains details about how that entity is used in that PlayList.
You must specify exactly one of the following columns in the WHERE clause: Id or PlayListId. Extra optional columns supported are OnBehalfOfContentOwner and VideoId.
All columns support the '=' operator.
SELECT * FROM PlaylistItems WHERE PlaylistId = 'abcdef123456'
| Name | Type | Dimension | DefaultMetric | DefaultDimension | Description |
| Id [KEY] | String | The Id that YouTube uses to uniquely identify the playlist item. | |||
| PublishedAt | Datetime | The date and time that the item was added to the playlist. The value is specified in ISO 8601 (YYYY-MM-DDThh:mm:ss.sZ) format. | |||
| ChannelId | String | The Id that YouTube uses to uniquely identify the user that added the item to the playlist. | |||
| Title | String | The title of the item. | |||
| Description | String | The description of the item. | |||
| ThumbnailsDefaultUrl | String | The URL of the item. | |||
| ChannelTitle | String | The channel title of the channel that the playlist item belongs to. | |||
| VideoOwnerChannelTitle | String | The channel title of the channel that uploaded this video. | |||
| VideoOwnerChannelId | String | The channel ID of the channel that uploaded this video. | |||
| PlaylistId | String | The Id that YouTube uses to uniquely identify the playlist that the playlist item is in. | |||
| Position | String | The order in which the item appears in the playlist. The value uses a zero-based index, so the first item has a position of 0, the second item has a position of 1, and so forth. | |||
| ResourceIdKind | String | The kind, or type, of the referred resource. | |||
| ResourceIdVideoId | String | If the ResourceIdKind value of the column is youtube#video, then this column will be present and its value will contain the Id that YouTube uses to uniquely identify the video in the playlist. | |||
| VideoId | String | The Id that YouTube uses to uniquely identify a video. To retrieve the video resource, set the Id column to this value. | |||
| Note | String | A user-generated note for this item. | |||
| VideoOwnerPublishedAt | Datetime | The date and time that the video was published to YouTube. The value is specified in ISO 8601 (YYYY-MM-DDThh:mm:ss.sZ) format. | |||
| PrivacyStatus | String | The privacy status of the playlist item. |
SELECT ステートメントのWHERE 句では、疑似カラムフィールドを使用して、データソースから返されるタプルを詳細に制御することができます。
| Name | Type | Description |
| OnBehalfOfContentOwner | String | This parameter is intended exclusively for YouTube content partners. |
Query YouTube PlayLists. A PlayList is a collection of videos that can be viewed sequentially and shared with other users.
By default, SupportEnhancedSQL is set to true, and the following will be passed to YouTube Analytics if present. Other filters will be executed client side. If SupportEnhancedSQL is set to false, only the following filters will be honored.
By default, if no filters are specified, the CData Sync App will return all playlists for the channel owned by authenticated user.
YouTube Analytics allows only a subset of columns to be used as filter criteria. You can specify exactly one of the following columns: ChannelId or Id. Extra optional columns supported are PublishedAt, Language, OnBehalfOfContentOwner, and OnBehalfOfContentOwnerChannel.
A search against all channels in YouTube Analytics may be triggered by specifying one or more of SearchTerms, ForContentOwner, Region, SafeSearch, Rating and Rating to search all playlists.
All columns support the '=' operator. PublishedAt also supports these additional operators: '>', '>=', '<', and '<='.
Order by is supported for the Rating, Relevance, and Title columns.
SELECT * FROM PlayLists WHERE Id = 'abcdef123456' SELECT title FROM PlayLists WHERE PublishedAt >= '2016-01-01' ORDER BY Title LIMIT 10
Note: Ordering is not supported when specifying one of the colums used for searching playlists such as SearchTerms.
| Name | Type | Dimension | DefaultMetric | DefaultDimension | Description |
| Id [KEY] | String | The Id that YouTube uses to uniquely identify the playlist. | |||
| PublishedAt | Datetime | The date and time that the playlist was created. The value is specified in ISO 8601 (YYYY-MM-DDThh:mm:ss.sZ) format. | |||
| ChannelId | String | The Id that YouTube uses to uniquely identify the channel that published the playlist. | |||
| Title | String | The title of the playlist. | |||
| Description | String | The description of the playlist. | |||
| ThumbnailsDefaultUrl | String | The URL of the image. | |||
| ChannelTitle | String | Channel title of the channel that the video belongs to. | |||
| DefaultLanguage | String | This column is confidential to trusted testers. The language of the text in the Title and Description columns. | |||
| LocalizedTitle | String | This column is confidential to trusted testers. The localized playlist title. | |||
| LocalizedDescription | String | This column is confidential to trusted testers. The localized playlist description. | |||
| PrivacyStatus | String | The privacy status of the playlist. Valid values for this column: private, public, unlisted. | |||
| VideoCount | Integer | The number of videos in the playlist. | |||
| EmbedHtml | String | An iframe tag that embeds a player that will play the playlist. | |||
| SearchTerms | String | The SearchTerms parameter specifies the query term to search for. |
SELECT ステートメントのWHERE 句では、疑似カラムフィールドを使用して、データソースから返されるタプルを詳細に制御することができます。
| Name | Type | Description |
| Language | String | A value of hl instructs the API to retrieve localized resource metadata for a specific application language that the YouTube supports. |
| OnBehalfOfContentOwner | String | This parameter is intended exclusively for YouTube content partners. |
| OnBehalfOfContentOwnerChannel | String | Specifies the YouTube channel Id of the channel to which a video is being added. |
| ForContentOwner | String | Restricts the search to only retrieve playlists owned by the content owner specified by the OnBehalfOfContentOwner column. |
| Region | String | Instructs the API to return search results for the specified country. |
| SafeSearch | String | Indicates whether the search results should include restricted content as well as standard content. Valid values: moderate, none, or strict. |
| Rating | String | Specifies that playlists are sorted from highest to lowest rating. |
Query YouTube i18nRegions. An i18nRegion resource identifies a geographic area that a YouTube user can select as the preferred content region. The content region can also be referred to as a content locale.
There are no required filters for this table. An optional column supported is Language.
All columns support the '=' operator.
| Name | Type | Dimension | DefaultMetric | DefaultDimension | Description |
| Id [KEY] | String | The Id that YouTube uses to uniquely identify the i18n region. | |||
| Country | String | The two-letter ISO country code that identifies the region. | |||
| Name | String | The name of the region. |
SELECT ステートメントのWHERE 句では、疑似カラムフィールドを使用して、データソースから返されるタプルを詳細に制御することができます。
| Name | Type | Description |
| Language | String | The hl parameter specifies the language that should be used for text values in the API response. The default value is en_US. |
Query YouTube User Subscriptions. A Subscription notifies a User when new Videos are added to a Channel, or when another user takes one of several actions on YouTube, such as uploading a Video, rating a Video, or commenting on a Video.
You can specify exactly one of the following columns: ChannelId, Id, MyRecentSubscribers, or MySubscribers.
Extra optional columns supported are ForChannelId, OnBehalfOfContentOwner, and OnBehalfOfContentOwnerChannel. All columns support the '=' operator.
Order is supported for Subscriptions. 'Alphabetical', 'Relevance', and 'Unread' are the supported order columns.
By default, if no filters are specified, the driver will return a list of channels subscribed by authenticated user.
SELECT Title FROM Subscriptions WHERE ChannelId = 'abc123' ORDER BY Unread DESC
The default value is SUBSCRIPTION_ORDER_RELEVANCE.
| Name | Type | Dimension | DefaultMetric | DefaultDimension | Description |
| Id [KEY] | String | The Id that YouTube uses to uniquely identify the subscription. | |||
| PublishedAt | Datetime | The date and time that the subscription was created. The value is specified in ISO 8601 (YYYY-MM-DDThh:mm:ss.sZ) format. | |||
| ChannelTitle | String | The title of the channel that the subscription belongs to. | |||
| Title | String | The title of the subscription. | |||
| Description | String | The details of the subscription. | |||
| ResourceIdKind | String | The type of the API resource. | |||
| ResourceIdChannelId | String | The value that YouTube uses to uniquely identify the channel that the user subscribed to. | |||
| ChannelId | String | The Id that YouTube uses to uniquely identify the channel of the subscriber. | |||
| ThumbnailsDefaultUrl | String | The URL of the default image. | |||
| TotalItemCount | Integer | The approximate number of items that the subscription points to. | |||
| NewItemCount | Integer | The number of new items in the subscription since its content was last read. | |||
| ActivityType | String | The type of activity this subscription is for. Valid values: all, uploads. | |||
| SubscriberTitle | String | The title of the channel of the subscriber. | |||
| SubscriberDescription | String | The description of the channel of the subscriber. | |||
| SubscriberChannelId | String | The Id that YouTube assigns to uniquely identify the channel of the subscriber. | |||
| SubscriberThumbnailsDefaultUrl | String | The URL of the default image. |
SELECT ステートメントのWHERE 句では、疑似カラムフィールドを使用して、データソースから返されるタプルを詳細に制御することができます。
| Name | Type | Description |
| MySubscribers | String | Set this value of this parameter to true to retrieve a feed of the subscribers of the authenticated user. |
| ForChannelId | String | The ForChannelId column specifies a comma-separated list of channel Ids. |
| OnBehalfOfContentOwner | String | This column is intended exclusively for YouTube content partners. |
| OnBehalfOfContentOwnerChannel | String | Specifies the YouTube ChannelId of the channel to which a video is being added. |
| Alphabetical | String | Sort alphabetically |
| Relevance | String | Sort by relevance. |
| Unread | String | Sort by order of activity. |
Query time-based info on views, subscribers, etc. For example, how many new subscribers were gained at a specific time.
| ディメンション | 0または1つ使用 | day、month、video |
| 指標 | 1つ以上使用 | views、comments、likes、dislikes、videosAddedToPlaylists、videosRemovedFromPlaylists、shares、estimatedMinutesWatched、averageViewDuration、averageViewPercentage、annotationClickThroughRate、annotationCloseRate、annotationImpressions、annotationClickableImpressions、annotationClosableImpressions、annotationClicks、annotationCloses、subscribersGained、subscribersLost、uniques、earnings、adEarnings、grossRevenue、redPartnerRevenue、monetizedPlaybacks、playbackBasedCpm、impressions、impressionBasedCpm |
| フィルタ | 0または1つ使用 | country、continent、subContinent |
| 0または1つ使用 | video、group |
再生リストルールのTimeBased レポート:
| ディメンション | 1つだけ使用 | day、month |
| オプション | creatorContentType | |
| 0または1つ以上使用 | subscribedStatus、youtubeProduct | |
| 指標 | 1つ以上使用 | views、estimatedMinutesWatched、averageViewDuration、playlistStarts、viewsPerPlaylistStart、averageTimeInPlaylist |
| フィルタ | 必須 | isCurated=true |
| 0または1つ使用 | country、province、continent、subContinent | |
| 0または1つ使用 | playlist、channel、group | |
| 0または1つ以上使用 | subscribedStatus、youtubeProduct |
コンテンツ所有者ルールのTimebased レポート:
| ディメンション | 1つだけ使用 | day、month |
| オプション | creatorContentType | |
| 指標 | 1つ以上使用 | views、comments、likes、dislikes、videosAddedToPlaylists、videosRemovedFromPlaylists、shares、estimatedMinutesWatched、averageViewDuration、averageViewPercentage、annotationClickThroughRate、annotationCloseRate、annotationImpressions、annotationClickableImpressions、annotationClosableImpressions、annotationClicks、annotationCloses、subscribersGained、subscribersLost、uniques、earnings、adEarnings、grossRevenue、redPartnerRevenue、monetizedPlaybacks、playbackBasedCpm、impressions、impressionBasedCpm |
| フィルタ | 1つだけ使用 | video、channel、group |
| 0または1つ使用 | country、continent、subContinent |
コンテンツ所有者の再生リストルールのTimebased レポート:
| ディメンション | 1つだけ使用 | day、7DayTotals、30DayTotals、month |
| 0または1つ以上使用 | subscribedStatus、youtubeProduct | |
| 指標 | 1つ以上使用 | views、estimatedMinutesWatched、averageViewDuration、playlistStarts、viewsPerPlaylistStart、averageTimeInPlaylis |
| フィルタ | 必須 | isCurated=true |
| 0または1つ使用 | country、province、continent、subContinent | |
| 0または1つ使用 | playlist、channel、group | |
| 0または1つ以上使用 | subscribedStatus、youtubeProduct |
| Name | Type | Dimension | DefaultMetric | DefaultDimension | Description |
| Day | String | True | True | When you use this dimension, data in the report is aggregated on a daily basis and each row contains data for one day. | |
| Month | String | True | Data in the report is aggregated by calendar month. In the report, dates are listed in YYYY-MM format. Note: If your SQL query uses the Month dimension, then the StartDate and EndDate parameters must both be set to the first day of the month. | ||
| CreatorContentType | String | True | This dimension identifies the type of content associated with the user activity metrics in the data row. The allowed values are LIVE_STREAM, SHORTS, STORY, VIDEO_ON_DEMAND, UNSPECIFIED. | ||
| Views | Double | True | The number of times that a video was viewed. In a playlist report, the metric indicates the number of times that a video was viewed in the context of a playlist. | ||
| RedViews | Double | True | The number of times that a video was viewed by YouTube Premium (previously known as YouTube Red) members. | ||
| Comments | Double | True | The number of times that users commented on a video. | ||
| Likes | Double | True | The number of times that users indicated that they liked a video by giving it a positive rating. | ||
| Dislikes | Double | True | The number of times that users indicated that they disliked a video by giving it a negative rating. This is a core metric and is subject to the Deprecation Policy. | ||
| VideosAddedToPlaylists | Double | True | The number of times that videos were added to the video owner playlist or other channel playlists like the Watch Later playlist. Channel uploads playlists and user watch history are not reported. This metric returns an absolute number, meaning that if a user adds a video to a playlist, removes it, and then adds it again, the metric value reflects the video being added to a playlist twice. Data for this metric is not available for dates before October 1, 2014. | ||
| VideosRemovedFromPlaylists | Double | True | The number of times that videos were removed from the video owner playlist and other YouTube playlists like the Watch Later playlist. This metric returns an absolute number, meaning that if a user adds a video to a playlist, removes it, adds it again, and then removes it again, the metric value reflects the video being removed from a playlist twice. Data for this metric is not available for dates before October 1, 2014. | ||
| Shares | Double | True | The number of times that users shared a video through the Share button. | ||
| EstimatedMinutesWatched | Double | True | The number of minutes that users watched videos for the specified channel, content owner, video, or playlist. | ||
| EstimatedRedMinutesWatched | Double | True | The number of minutes that YouTube Premium (previously known as YouTube Red) members watched a video. | ||
| AverageViewDuration | Double | True | The average length, in seconds, of video playbacks. In a playlist report, the metric indicates the average length, in seconds, of video playbacks that occurred in the context of a playlist. | ||
| AverageTimeInPlaylist | Double | The estimated average amount of time, in minutes, that a viewer viewed videos in a playlist after the playlist was initiated. | |||
| AverageViewPercentage | Double | True | The average percentage of a video watched during a video playback. | ||
| AnnotationClickThroughRate | Double | True | The ratio of annotations that viewers clicked to the total number of clickable annotation impressions. | ||
| AnnotationCloseRate | Double | True | The ratio of annotations that viewers closed to the total number of annotation impressions. | ||
| AnnotationImpressions | Double | True | The total number of annotation impressions. | ||
| AnnotationClickableImpressions | Double | True | The number of annotations that appeared and could be clicked. | ||
| AnnotationClosableImpressions | Double | True | The number of annotations that appeared and could be closed. | ||
| AnnotationClicks | Double | True | The number of clicked annotations. | ||
| AnnotationCloses | Double | True | The number of closed annotations. | ||
| CardClickRate | Double | True | The click-through-rate for cards, which is calculated as the ratio of card clicks to card impressions. | ||
| CardTeaserClickRate | Double | True | The click-through-rate for card teasers, which is calculated as the ratio of clicks on card teasers to the total number of card teaser impressions. | ||
| CardImpressions | Double | True | The number of times cards were displayed. When the card panel is opened, a card impression is logged for each of the video's cards. | ||
| CardTeaserImpressions | Double | True | The number of times that card teasers were displayed. A video view can generate multiple teaser impressions. | ||
| CardClicks | Double | True | The number of times that cards were clicked. | ||
| CardTeaserClicks | Double | True | The number of clicks on card teasers. Card icon clicks are attributed to the last teaser displayed to the user. | ||
| SubscribersGained | Double | True | The number of times that users subscribed to a channel or video. | ||
| SubscribersLost | Double | True | The number of times that users unsubscribed from a channel or video. | ||
| EstimatedRevenue | Decimal | The total estimated earnings (net revenue) from all Google-sold advertising sources as well as from nonadvertising sources for the selected date range and region. Estimated earnings are subject to month-end adjustment and do not include partner-sold and partner-served advertising. | |||
| EstimatedAdRevenue | Decimal | The total estimated earnings (net revenue) from all Google-sold advertising sources for the selected date range and region. Estimated earnings are subject to month-end adjustment and do not include partner-sold and partner-served advertising. | |||
| GrossRevenue | Decimal | The estimated gross revenue, in USD, from all Google-sold or DoubleClick-partner-sold advertising for the selected date range and region. Gross revenue is subject to month-end adjustment and does not include partner-served advertising. Gross revenue should not be confused with earnings, or net revenue, which factors in your share of ownership and revenue-sharing agreements. | |||
| EstimatedRedPartnerRevenue | Decimal | The total estimated revenue earned from YouTube Red subscriptions for the selected report dimensions. The value of the metric reflects earnings from both music and nonmusic content and is subject to month-end adjustment. | |||
| MonetizedPlaybacks | Double | The number of instances when a viewer played your video and was shown at least one ad impression. A monetized playback is counted if a viewer is shown a preroll ad but quits watching the ad before your video ever starts. The expected estimated error for this figure is ?2.0%. | |||
| PlaybackBasedCpm | Decimal | The estimated gross revenue per thousand playbacks. | |||
| AdImpressions | Double | The number of verified ad impressions served. | |||
| Cpm | Decimal | The estimated gross revenue per thousand ad impressions. | |||
| PlaylistAverageViewDuration | Double | The estimated average length, in seconds, watched per playlist view. Note that this metric represents the average length of views of individual videos within a playlist; the averageTimeInPlaylist metric, by contrast, represents the average time each viewer spends watching the playlist as a whole. This metric includes data for playlist videos that are owned by other channels. | |||
| PlaylistEstimatedMinutesWatched | Double | The number of minutes that users watched the playlist content as a part of the playlist. Watch time that occurred in other contexts?for example, watch time from views that occurred when viewers were watching the same video as part of other playlists?is not counted. This metric includes data for playlist videos that are owned by other channels. | |||
| PlaylistSaves | Double | The net number of times that users saved a playlist. This metric returns a net change number, meaning that if a user saves a playlist, removes it from the list of saved playlists, and saves it again, the metric value reflects one playlist save being added. | |||
| PlaylistStarts | Double | The number of times that viewers initiated playback of a playlist. Note that this metric includes only playlist views that occurred on the web. | |||
| PlaylistViews | Double | The number of times that videos in the playlist were viewed in the context of that playlist. This metric includes data for playlist videos that are owned by other channels. | |||
| ViewsPerPlaylistStart | Double | The average number of video views that occurred each time a playlist was initiated. | |||
| Video | String | True | The Id of a YouTube video. | ||
| Playlist | String | The Id of a YouTube playlist. | |||
| Group | String | (filter only) The Id of a YouTube Analytics group. | |||
| Country | String | The country associated with the metrics in the report row. The dimension value is a two-letter ISO-3166-1 country code, such as US, CN (China), or FR (France). The country code ZZ is used to report metrics for which YouTube could not identify the associated country. | |||
| Continent | String | (filter only) A United Nations (U.N.) statistical region code. The API supports the following values: 002 Africa, 019 Americas (Northern America, Latin America, South America, and the Caribbean), 142 Asia, 150 Europe, 009 Oceania. This dimension can only be used to filter data. | |||
| SubContinent | String | (filter only) A U.N. statistical region code that identifies a geographical subregion. | |||
| UploaderType | String | (only used in content owner reports) This dimension lets you indicate whether a result set will contain metrics for content uploaded by the specified content owner or content uploaded by third parties, such as user-uploaded videos. The allowed values are self and thirdParty. | |||
| ClaimedStatus | String | (only used in content owner reports) This dimension lets you indicate that a result set will only contain metrics for claimed content. The allowed value is claimed. | |||
| Channel | String | (only used in content owner reports) The Id for a YouTube channel. The channel dimension is frequently used in content owner reports because those reports typically aggregate data for multiple channels. | |||
| StartDate | Date | Start date for fetching Analytics data. | |||
| EndDate | Date | End date for fetching Analytics data. |
SELECT ステートメントのWHERE 句では、疑似カラムフィールドを使用して、データソースから返されるタプルを詳細に制御することができます。
| Name | Type | Description |
| Segments | String | Segments the data returned for your request. Either a SegmentId or a custom segment. |
Query the TopPlaylists for a channel. You can also use this view to query playback detail and geographic filters.
| Name | Type | Dimension | DefaultMetric | DefaultDimension | Description |
| Playlist | String | True | True | The Id of a YouTube playlist. | |
| AverageTimeInPlaylist | Double | The estimated average amount of time, in minutes, that a viewer viewed videos in a playlist after the playlist was initiated. Note that this metric includes only playlist views that occurred on the web. | |||
| PlaylistAverageViewDuration | Double | The estimated average length, in seconds, watched per playlist view. Note that this metric represents the average length of views of individual videos within a playlist; the averageTimeInPlaylist metric, by contrast, represents the average time each viewer spends watching the playlist as a whole. This metric includes data for playlist videos that are owned by other channels. | |||
| PlaylistEstimatedMinutesWatched | Double | The number of minutes that users watched the playlist content as a part of the playlist. Watch time that occurred in other contexts?for example, watch time from views that occurred when viewers were watching the same video as part of other playlists?is not counted. This metric includes data for playlist videos that are owned by other channels. | |||
| PlaylistSaves | Double | The net number of times that users saved a playlist. This metric returns a net change number, meaning that if a user saves a playlist, removes it from the list of saved playlists, and saves it again, the metric value reflects one playlist save being added. | |||
| PlaylistStarts | Double | The number of times that viewers initiated playback of a playlist. Note that this metric includes only playlist views that occurred on the web. | |||
| PlaylistViews | Double | The number of times that videos in the playlist were viewed in the context of that playlist. This metric includes data for playlist videos that are owned by other channels. | |||
| ViewsPerPlaylistStart | Double | The average number of video views that occurred each time a playlist was initiated. | |||
| StartDate | Date | Start date for fetching Analytics data. Either a date string or a relative date (e.g., today, yesterday, or #daysAgo). | |||
| EndDate | Date | End date for fetching Analytics data. Either a date string or a relative date (e.g., today, yesterday, or #daysAgo). |
SELECT ステートメントのWHERE 句では、疑似カラムフィールドを使用して、データソースから返されるタプルを詳細に制御することができます。
| Name | Type | Description |
| Segments | String | Segments the data returned for your request. Either a SegmentId or a custom segment. |
Query the TopVideos for a channel. You can also use this view to query playback detail and geographic filters.
次のクエリは、チャンネルのトップ動画を返します。
SELECT * FROM TopVideos
次のクエリは、特定の国でほとんどが視聴されたチャンネルのトップ動画を返します。
SELECT Video, Views, EstimatedMinutesWatched, AverageViewDuration, AverageViewPercentage FROM TopVideos WHERE Country = 'US'
次のクエリは、ほとんどが視聴されたチャンネルのトップ再生リストを返します。
SELECT Playlist, Views, EstimatedMinutesWatched, PlaylistStarts, AverageViewDuration FROM TopVideos WHERE IsCurated = true
次のテーブルを使用してトップ動画への他のクエリを作成できます。
動画のトップ動画:
| ディメンション | 必須 | video |
| オプション | creatorContentType | |
| 指標 | 1つ以上使用 | views、comment、likes、dislikes、videosAddedToPlaylists、videosRemovedFromPlaylists、shares、estimatedMinutesWatched、averageViewDuration、averageViewPercentage、annotationClickThroughRate、annotationCloseRate、annotationImpressions、annotationClickableImpressions、annotationClosableImpressions、annotationClicks、annotationClose、subscribersGained、subscribersLost |
| フィルタ | 0または1つ使用 | country、continent、subContinent |
| Sort | 0または1つ以上使用(降順のみ) | views、estimatedMinutesWatched、subscribersGained、subscribersLost |
再生リストのトップ動画:
| ディメンション | 必須 | playlist |
| 指標 | 1つ以上使用 | views、estimatedMinutesWatched、averageViewDuration、playlistStarts、viewsPerPlaylistStart、averageTimeInPlaylist |
| フィルタ | 必須 | isCurated=true |
| 0または1つ使用 | country、province、continent、subContinent | |
| 0または1つ以上使用 | playlist、subscribedStatus、youtubeProduct | |
| Sort | 0または1つ以上使用(降順のみ) | views、estimatedMinutesWatched、playlistStarts |
コンテンツ所有者のトップ動画:
| ディメンション | 必須 | video |
| オプション | creatorContentType | |
| 指標 | 1つ以上使用 | views、comments、likes、dislikes、videosAddedToPlaylists、videosRemovedFromPlaylists、shares、estimatedMinutesWatched、averageViewDuration、averageViewPercentage、annotationClickThroughRate、annotationCloseRate、annotationImpressions、annotationClickableImpressions、annotationClosableImpressions、annotationClicks、annotationCloses、subscribersGained、subscribersLost、earnings、adEarnings、grossRevenue、redPartnerRevenue、monetizedPlaybacks、playbackBasedCpm、impressions、impressionBasedCpm |
| フィルタ | 1つだけ使用 | channel |
| 0または1つ使用 | country、continent、subContinent | |
| Sort | 0または1つ以上使用(降順のみ) | views、earnings、redPartnerRevenue、estimatedMinutesWatched、subscribersGained、subscribersLost |
コンテンツ所有者の再生リストのトップ動画:
| ディメンション | 必須 | playlist |
| 指標 | 1つ以上使用 | views、estimatedMinutesWatched、averageViewDuration、playlistStarts、viewsPerPlaylistStart、averageTimeInPlaylist |
| フィルタ | 必須 | isCurated=true |
| 0または1つ使用 | playlist、channel | |
| 0または1つ使用 | country、province、continent、subContinent | |
| 0または1つ以上使用 | subscribedStatus、youtubeProduct | |
| Sort | 0または1つ以上使用(降順のみ) | views、estimatedMinutesWatched、playlistStarts |
| Name | Type | Dimension | DefaultMetric | DefaultDimension | Description |
| Video | String | True | True | The Id of a YouTube video. | |
| CreatorContentType | String | True | This dimension identifies the type of content associated with the user activity metrics in the data row. The allowed values are LIVE_STREAM, SHORTS, STORY, VIDEO_ON_DEMAND, UNSPECIFIED. | ||
| Views | Double | True | The number of times that a video was viewed. In a playlist report, the metric indicates the number of times that a video was viewed in the context of a playlist. | ||
| RedViews | Double | True | The number of times that a video was viewed by YouTube Premium (previously known as YouTube Red) members. | ||
| Comments | Double | True | The number of times that users commented on a video. | ||
| Likes | Double | True | The number of times that users indicated that they liked a video by giving it a positive rating. | ||
| Dislikes | Double | True | The number of times that users indicated that they disliked a video by giving it a negative rating. This is a core metric and is subject to the Deprecation Policy. | ||
| VideosAddedToPlaylists | Double | True | The number of times that videos were added to the video owner playlist or other channel playlists like the Watch Later playlist. Channel uploads playlists and user watch history are not reported. This metric returns an absolute number, meaning that if a user adds a video to a playlist, removes it, and then adds it again, the metric value reflects the video being added to a playlist twice. Data for this metric is not available for dates before October 1, 2014. | ||
| VideosRemovedFromPlaylists | Double | True | The number of times that videos were removed from the video owner playlist and other YouTube playlists like the Watch Later playlist. This metric returns an absolute number, meaning that if a user adds a video to a playlist, removes it, adds it again, and then removes it again, the metric value reflects the video being removed from a playlist twice. Data for this metric is not available for dates before October 1, 2014. | ||
| Shares | Double | True | The number of times that users shared a video through the Share button. | ||
| EstimatedMinutesWatched | Double | True | The number of minutes that users watched videos for the specified channel, content owner, video, or playlist. | ||
| EstimatedRedMinutesWatched | Double | True | The number of minutes that YouTube Premium (previously known as YouTube Red) members watched a video. | ||
| AverageViewDuration | Double | True | The average length, in seconds, of video playbacks. In a playlist report, the metric indicates the average length, in seconds, of video playbacks that occurred in the context of a playlist. | ||
| AverageViewPercentage | Double | True | The average percentage of a video watched during a video playback. | ||
| AnnotationClickThroughRate | Double | True | The ratio of annotations that viewers clicked to the total number of clickable annotation impressions. | ||
| AnnotationCloseRate | Double | True | The ratio of annotations that viewers closed to the total number of annotation impressions. | ||
| AnnotationImpressions | Double | True | The total number of annotation impressions. | ||
| AnnotationClickableImpressions | Double | True | The number of annotations that appeared and could be clicked. | ||
| AnnotationClosableImpressions | Double | True | The number of annotations that appeared and could be closed. | ||
| AnnotationClicks | Double | True | The number of clicked annotations. | ||
| AnnotationCloses | Double | True | The number of closed annotations. | ||
| CardClickRate | Double | True | The click-through-rate for cards, which is calculated as the ratio of card clicks to card impressions. | ||
| CardTeaserClickRate | Double | True | The click-through-rate for card teasers, which is calculated as the ratio of clicks on card teasers to the total number of card teaser impressions. | ||
| CardImpressions | Double | True | The number of times cards were displayed. When the card panel is opened, a card impression is logged for each of the video's cards. | ||
| CardTeaserImpressions | Double | True | The number of times that card teasers were displayed. A video view can generate multiple teaser impressions. | ||
| CardClicks | Double | True | The number of times that cards were clicked. | ||
| CardTeaserClicks | Double | True | The number of clicks on card teasers. Card icon clicks are attributed to the last teaser displayed to the user. | ||
| SubscribersGained | Double | True | The number of times that users subscribed to a channel or video. | ||
| SubscribersLost | Double | True | The number of times that users unsubscribed from a channel or video. | ||
| EstimatedRevenue | Decimal | The total estimated earnings (net revenue) from all Google-sold advertising sources as well as from nonadvertising sources for the selected date range and region. Estimated earnings are subject to month-end adjustment and do not include partner-sold and partner-served advertising. | |||
| EstimatedAdRevenue | Decimal | The total estimated earnings (net revenue) from all Google-sold advertising sources for the selected date range and region. Estimated earnings are subject to month-end adjustment and do not include partner-sold and partner-served advertising. | |||
| GrossRevenue | Decimal | The estimated gross revenue, in USD, from all Google-sold or DoubleClick-partner-sold advertising for the selected date range and region. Gross revenue is subject to month-end adjustment and does not include partner-served advertising. Gross revenue should not be confused with earnings, or net revenue, which factors in your share of ownership and revenue-sharing agreements. | |||
| EstimatedRedPartnerRevenue | Decimal | The total estimated revenue earned from YouTube Red subscriptions for the selected report dimensions. The value of the metric reflects earnings from both music and nonmusic content and is subject to month-end adjustment. | |||
| MonetizedPlaybacks | Double | The number of instances when a viewer played your video and was shown at least one ad impression. A monetized playback is counted if a viewer is shown a preroll ad but quits watching the ad before your video ever starts. The expected estimated error for this figure is ?2.0%. | |||
| PlaybackBasedCpm | Decimal | The estimated gross revenue per thousand playbacks. | |||
| AdImpressions | Double | The number of verified ad impressions served. | |||
| Cpm | Decimal | The estimated gross revenue per thousand ad impressions. | |||
| Channel | String | (only used in content owner reports) The Id for a YouTube channel. The channel dimension is frequently used in content owner reports because those reports typically aggregate data for multiple channels. | |||
| UploaderType | String | (only used in content owner reports) This dimension lets you indicate whether a result set will contain metrics for content uploaded by the specified content owner or content uploaded by third parties, such as user-uploaded videos. The allowed values are self and thirdParty. | |||
| ClaimedStatus | String | (only used in content owner reports) This dimension lets you indicate that a result set will only contain metrics for claimed content. The allowed value is claimed. | |||
| SubscribedStatus | String | This dimension indicates whether the user activity metrics in the data row are associated with viewers who were subscribed to the video or playlist channel. Possible values are SUBSCRIBED and UNSUBSCRIBED. Note that the dimension value is accurate as of the time that the user activity occurs. | |||
| Country | String | The country associated with the metrics in the report row. The dimension value is a two-letter ISO-3166-1 country code, such as US, CN (China), or FR (France). The country code ZZ is used to report metrics for which YouTube could not identify the associated country. | |||
| Continent | String | (filter only) A United Nations (U.N.) statistical region code. The API supports the following values: 002 Africa, 019 Americas (Northern America, Latin America, South America, and the Caribbean), 142 Asia, 150 Europe, 009 Oceania. This dimension can only be used to filter data. | |||
| SubContinent | String | (filter only) A U.N. statistical region code that identifies a geographical subregion. | |||
| StartDate | Date | Start date for fetching Analytics data. Either a date string or a relative date (e.g., today, yesterday, or #daysAgo). | |||
| EndDate | Date | End date for fetching Analytics data. Either a date string or a relative date (e.g., today, yesterday, or #daysAgo). |
SELECT ステートメントのWHERE 句では、疑似カラムフィールドを使用して、データソースから返されるタプルを詳細に制御することができます。
| Name | Type | Description |
| Segments | String | Segments the data returned for your request. Either a SegmentId or a custom segment. |
Query TrafficSources. Statistics are based on the manner in which viewers reached your video and playlist content.
次のクエリは、視聴者が動画コンテンツに達した方法に基づいて統計情報を集計します。例えば、Google 検索や関連動画へのリンクからのビューの数を特定できます。
SELECT * FROM TrafficSources
次のクエリは、Day およびInsightTrafficSourceType ディメンションでグループ化されたViews およびEstimatedMinutesWatched 指標を表示します。
SELECT Day, InsightTrafficSourceType, Views, EstimatedMinutesWatched FROM TrafficSources
次のクエリは、特定の動画および国で集計される統計をフィルタリングします。
SELECT Day, InsightTrafficSourceType, Views, EstimatedMinutesWatched FROM TrafficSources WHERE Video = 'video_id' AND Country = 'US'
次のクエリは、視聴者が再生リストコンテンツに達した方法に基づいて統計情報を集計します。例えば、Google 検索からのビューの数を特定できます。
SELECT InsightTrafficSourceType, Views, EstimatedMinutesWatched, PlaylistStarts, ViewsPerPlaylistStart, AverageTimeInPlaylist FROM TrafficSources WHERE IsCurated = true
次のクエリは、再生リストにある動画のYouTube 検索結果から最も多くの視聴回数を生成した検索用語を返します。YouTube Analytics API の制限により、このようなクエリには順序付けと制限が必須であることに注意してください。
SELECT InsightTrafficSourceDetail, Views, EstimatedMinutesWatched, PlaylistStarts, ViewsPerPlaylistStart, AverageTimeInPlaylist FROM TrafficSources WHERE IsCurated = true AND InsightTrafficSourceType = 'YT_SEARCH' ORDER BY Views DESC LIMIT 25
次のテーブルを使用してトラフィックソースへの他のクエリを作成できます。
動画のトラフィックソース:
| ディメンション | 1つだけ使用 | insightTrafficSourceType、insightTrafficSourceDetail |
| 0または1つ以上使用 | creatorContentType、day、liveOrOnDemand、subscribedStatus | |
| 指標 | 1つ以上使用 | views、estimatedMinutesWatched |
| フィルタ | 0または1つ使用 | country、province、continent、subContinent |
| 0または1つ使用 | video、group | |
| 0または1つ以上使用 | liveOrOnDemand、subscribedStatus | |
| Sort | 0または1つ以上使用(降順のみ) | views、estimatedMinutesWatched |
再生リストのトラフィックソース:
| ディメンション | 1つだけ使用 | insightTrafficSourceType、insightTrafficSourceDetail |
| 0または1つ以上使用 | day、subscribedStatus | |
| 指標 | 1つ以上使用 | views、estimatedMinutesWatched、playlistStarts、viewsPerPlaylistStart、averageTimeInPlaylist |
| フィルタ | Required | isCurated=true |
| 0または1つ使用 | country、province、continent、subContinent | |
| 0または1つ使用 | playlist、channel、group | |
| オプション | subscribedStatus | |
| Sort | 0または1つ以上使用(降順のみ) | views、estimatedMinutesWatched、playlistStarts |
コンテンツ所有者のトラフィックソース:
| ディメンション | 必須 | insightTrafficSourceType |
| 0または1つ以上使用 | creatorContentType、day、liveOrOnDemand、subscribedStatus | |
| 指標 | 1つ以上使用 | views、estimatedMinutesWatched |
| フィルタ | 1つだけ使用 | video、channel、group |
| 0または1つ使用 | country、province、continent、subContinent | |
| 0または1つ以上使用 | liveOrOnDemand、subscribedStatus |
コンテンツ所有者の再生リストのトラフィックソース:
| ディメンション | 必須 | insightTrafficSourceType |
| 0または1つ以上使用 | day、subscribedStatus | |
| 指標 | 1つ以上使用 | views、estimatedMinutesWatched、playlistStarts、viewsPerPlaylistStart、averageTimeInPlaylist |
| フィルタ | 必須 | isCurated=true |
| 0または1つ使用 | country、province、continent、subContinent | |
| 0または1つ使用 | playlist、channel、group | |
| オプション | subscribedStatus |
| Name | Type | Dimension | DefaultMetric | DefaultDimension | Description |
| InsightTrafficSourceType | String | True | True | Data in the report is aggregated based on the referrer type, which describes the manner in which users reached the video. The allowed values are ADVERTISING, ANNOTATION, EXT_URL, NO_LINK_EMBEDDED, NO_LINK_OTHER, NOTIFICATION, PLAYLIST, PROMOTED, RELATED_VIDEO, SUBSCRIBER, YT_CHANNEL, YT_OTHER_PAGE, YT_SEARCH. | |
| CreatorContentType | String | True | This dimension identifies the type of content associated with the user activity metrics in the data row. The allowed values are LIVE_STREAM, SHORTS, STORY, VIDEO_ON_DEMAND, UNSPECIFIED. | ||
| Day | String | True | When you use this dimension, data in the report is aggregated on a daily basis and each row contains data for one day. | ||
| LiveOrOnDemand | String | True | This dimension indicates whether the user activity metrics in the data row are associated with views of a live broadcast. Data for this dimension is available for dates beginning April 1, 2014. The allowed values are LIVE, ON_DEMAND. | ||
| SubscribedStatus | String | True | This dimension indicates whether the user activity metrics in the data row are associated with viewers who were subscribed to the video or playlist channel. The allowed values are SUBSCRIBED, UNSUBSCRIBED. Note that the dimension value is accurate as of the time that the user activity occurs. | ||
| Views | Double | True | The number of times that a video was viewed. In a playlist report, the metric indicates the number of times that a video was viewed in the context of a playlist. | ||
| EstimatedMinutesWatched | Double | True | The number of minutes that users watched videos for the specified channel, content owner, video, or playlist. | ||
| AverageViewDuration | Double | The average length, in seconds, of video playbacks. As of December 13, 2021, this metric excludes looping clips traffic. In a playlist report, the metric indicates the average length, in seconds, of video playbacks that occurred in the context of a playlist. | |||
| AverageTimeInPlaylist | Double | The estimated average amount of time, in minutes, that a viewer viewed videos in a playlist after the playlist was initiated. Note that this metric includes only playlist views that occurred on the web. | |||
| PlaylistAverageViewDuration | Double | The estimated average length, in seconds, watched per playlist view. Note that this metric represents the average length of views of individual videos within a playlist; the averageTimeInPlaylist metric, by contrast, represents the average time each viewer spends watching the playlist as a whole. This metric includes data for playlist videos that are owned by other channels. | |||
| PlaylistEstimatedMinutesWatched | Double | The number of minutes that users watched the playlist content as a part of the playlist. Watch time that occurred in other contexts?for example, watch time from views that occurred when viewers were watching the same video as part of other playlists?is not counted. This metric includes data for playlist videos that are owned by other channels. | |||
| PlaylistSaves | Double | The net number of times that users saved a playlist. This metric returns a net change number, meaning that if a user saves a playlist, removes it from the list of saved playlists, and saves it again, the metric value reflects one playlist save being added. | |||
| PlaylistStarts | Double | The number of times that viewers initiated playback of a playlist. Note that this metric includes only playlist views that occurred on the web. | |||
| PlaylistViews | Double | The number of times that videos in the playlist were viewed in the context of that playlist. This metric includes data for playlist videos that are owned by other channels. | |||
| ViewsPerPlaylistStart | Double | The average number of video views that occurred each time a playlist was initiated. | |||
| Country | String | The country associated with the metrics in the report row. The dimension value is a two-letter ISO-3166-1 country code, such as US, CN (China), or FR (France). The country code ZZ is used to report metrics for which YouTube could not identify the associated country. | |||
| Province | String | The U.S. state or territory associated with the metrics in the report row. The dimension value is an ISO 3166-2 code that identifies a U.S. state or the District of Columbia, such as US-MI (Michigan) or US-TX (Texas). The province code US-ZZ is used to report metrics for which YouTube could not identify the associated U.S. state. If the Province column is specified, Country must be set to US in the WHERE clause. | |||
| Continent | String | (filter only) A United Nations (U.N.) statistical region code. The allowed values are 002 Africa, 019 Americas (Northern America, Latin America, South America, and the Caribbean), 142 Asia, 150 Europe, 009 Oceania. This dimension can only be used to filter data. | |||
| SubContinent | String | (filter only) A U.N. statistical region code that identifies a geographical subregion. | |||
| Video | String | True | The Id of a YouTube video. | ||
| Playlist | String | The Id of a YouTube playlist. | |||
| Group | String | (filter only) The Id of a YouTube Analytics group. | |||
| Channel | String | (only used in content owner reports) The Id for a YouTube channel. The channel dimension is frequently used in content owner reports because those reports typically aggregate data for multiple channels. | |||
| UploaderType | String | (only used in content owner reports) This dimension lets you indicate whether a result set will contain metrics for content uploaded by the specified content owner or content uploaded by third parties, such as user-uploaded videos. The allowed values are self and thirdParty. | |||
| ClaimedStatus | String | (only used in content owner reports) This dimension lets you indicate that a result set will only contain metrics for claimed content. The allowed value is claimed. | |||
| StartDate | Date | Start date for fetching Analytics data. | |||
| EndDate | Date | End date for fetching Analytics data. |
SELECT ステートメントのWHERE 句では、疑似カラムフィールドを使用して、データソースから返されるタプルを詳細に制御することができます。
| Name | Type | Description |
| Segments | String | Segments the data returned for your request. Either a SegmentId or a custom segment. |
This report provides user activity statistics by city.
都市別のユーザーアクティビティをクエリするには、maxResults を250以下の整数値に設定する必要があります。
また、ソートリクエストパラメータにも値を指定する必要があります。
Video レポート:
| ディメンション | 必須 | city |
| 0または1つ以上使用 | creatorContentType、country、province、subscribedStatus Note: province ディメンションを含める場合は、country==US フィルタも使用する必要があります。 | |
| 0または1つ使用 | day、month | |
| 指標 | 1つ以上使用 | views、estimatedMinutesWatched、averageViewDuration、averageViewPercentage |
| フィルタ | 0または1つ使用 | country、province、continent、subContinent |
| 0または1つ使用 | video、group | |
| ソートオプション: | -views | |
| -estimatedMinutesWatched |
コンテンツ所有者レポート:
| ディメンション | 必須 | city |
| 0または1つ以上使用 | creatorContentType、country、province、subscribedStatus Note: province ディメンションを含める場合は、country==US フィルタも使用する必要があります。 | |
| 0または1つ使用 | day、month | |
| 指標 | 1つ以上使用 | views、estimatedMinutesWatched、averageViewDuration、averageViewPercentage |
| フィルタ | 1つだけ使用 | video、channel、group、またはuploaderType とclaimedStatus のサポートされている組み合わせ |
| 0または1つ使用 | country、province、continent、subContinent | |
| ソートオプション | -views | |
| -estimatedMinutesWatched |
| Name | Type | Dimension | DefaultMetric | DefaultDimension | Description |
| City | String | True | True | The estimated city associated with the metrics in the report row. Data for this dimension is available for dates beginning January 1, 2022. | |
| CreatorContentType | String | True | This dimension identifies the type of content associated with the user activity metrics in the data row. The allowed values are LIVE_STREAM, SHORTS, STORY, VIDEO_ON_DEMAND, UNSPECIFIED. | ||
| Country | String | True | The country associated with the metrics in the report row. The dimension value is a two-letter ISO-3166-1 country code, such as US, CN (China), or FR (France). The country code ZZ is used to report metrics for which YouTube could not identify the associated country. | ||
| Province | String | True | The U.S. state or territory associated with the metrics in the report row. The dimension value is an ISO 3166-2 code that identifies a U.S. state or the District of Columbia, such as US-MI (Michigan) or US-TX (Texas). The province code US-ZZ is used to report metrics for which YouTube could not identify the associated U.S. state. If the Province column is specified, Country must be set to US in the WHERE clause. | ||
| SubscribedStatus | String | True | This dimension indicates whether the user activity metrics in the data row are associated with viewers who were subscribed to the video or playlist channel. The allowed values are SUBSCRIBED, UNSUBSCRIBED. Note that the dimension value is accurate as of the time that the user activity occurs. | ||
| Day | String | True | When you use this dimension, data in the report is aggregated on a daily basis and each row contains data for one day. | ||
| Month | String | True | Data in the report is aggregated by calendar month. In the report, dates are listed in YYYY-MM format. Note: If your SQL query uses the Month dimension, then the StartDate and EndDate parameters must both be set to the first day of the month. | ||
| Views | Double | True | The number of times that a video was viewed. In a playlist report, the metric indicates the number of times that a video was viewed in the context of a playlist. | ||
| EstimatedMinutesWatched | Double | The number of minutes that users watched videos for the specified channel, content owner, video, or playlist. | |||
| AverageViewDuration | Double | The average length, in seconds, of video playbacks. As of December 13, 2021, this metric excludes looping clips traffic. In a playlist report, the metric indicates the average length, in seconds, of video playbacks that occurred in the context of a playlist. | |||
| AverageViewPercentage | Double | The average percentage of a video watched during a video playback. As of December 13, 2021, this metric excludes looping clips traffic. | |||
| Channel | String | (only used in content owner reports) The Id for a YouTube channel. The channel dimension is frequently used in content owner reports because those reports typically aggregate data for multiple channels. | |||
| Video | String | True | The Id of a YouTube video. | ||
| Group | String | (filter only) The Id of a YouTube Analytics group. | |||
| ClaimedStatus | String | (only used in content owner reports) This dimension lets you indicate that a result set will only contain metrics for claimed content. The allowed value is claimed. | |||
| UploaderType | String | (only used in content owner reports) This dimension lets you indicate whether a result set will contain metrics for content uploaded by the specified content owner or content uploaded by third parties, such as user-uploaded videos. The allowed values are self and thirdParty. | |||
| Continent | String | (filter only) A United Nations (U.N.) statistical region code. The allowed values are 002 Africa, 019 Americas (Northern America, Latin America, South America, and the Caribbean), 142 Asia, 150 Europe, 009 Oceania. This dimension can only be used to filter data. | |||
| SubContinent | String | (filter only) A U.N. statistical region code that identifies a geographical subregion. | |||
| StartDate | Date | Start date for fetching Analytics data. | |||
| EndDate | Date | End date for fetching Analytics data. |
SELECT ステートメントのWHERE 句では、疑似カラムフィールドを使用して、データソースから返されるタプルを詳細に制御することができます。
| Name | Type | Description |
| Segments | String | Segments the data returned for your request. Either a SegmentId or a custom segment. |
This report provides user activity statistics.
国別のユーザーアクティビティは、特定の動画のデータを返すためにのみフィルタリングすることができます。
Video レポート:
| ディメンション | 必須 | country |
| オプション | creatorContentType | |
| 指標 | 1つ以上使用 | views、redViews、comments、likes、dislikes、videosAddedToPlaylists、videosRemovedFromPlaylists、shares、estimatedMinutesWatched、estimatedRedMinutesWatched、averageViewDuration、averageViewPercentage、annotationClickThroughRate、annotationCloseRate、annotationImpressions、annotationClickableImpressions、annotationClosableImpressions、annotationClicks、annotationCloses, cardClickRate、cardTeaserClickRate、cardImpressions、cardTeaserImpressions、cardClicks、cardTeaserClicks、subscribersGained、subscribersLost、estimatedRevenue*、estimatedAdRevenue*、grossRevenue*、estimatedRedPartnerRevenue*、monetizedPlaybacks*、playbackBasedCpm*、adImpressions*、cpm* |
| フィルタ | 0または1つ使用 | continent、subContinent |
| 0または1つ使用 | video、group |
Playlist レポート:
| ディメンション | 必須 | country |
| 0または1つ以上使用 | subscribedStatus、youtubeProduct | |
| 指標 | 1つ以上使用 | views、redViews、estimatedMinutesWatched、estimatedRedMinutesWatched、averageViewDuration、playlistStarts、viewsPerPlaylistStart、averageTimeInPlaylist |
| フィルタ | 必須 | isCurated==1 |
| 0または1つ使用 | continent、subContinent | |
| 0または1つ使用 | playlist、group | |
| 0または1つ以上使用 | subscribedStatus、youtubeProduct |
コンテンツ所有者レポート:
| ディメンション | 必須 | country |
| オプション | creatorContentType | |
| 指標 | 1つ以上使用 | views、redViews、comments、likes、dislikes、videosAddedToPlaylists、videosRemovedFromPlaylists、shares、estimatedMinutesWatched、estimatedRedMinutesWatched、averageViewDuration、averageViewPercentage、annotationClickThroughRate、annotationCloseRate、annotationImpressions、annotationClickableImpressions、annotationClosableImpressions、annotationClicks、annotationCloses, cardClickRate、cardTeaserClickRate、cardImpressions、cardTeaserImpressions、cardClicks、cardTeaserClicks、subscribersGained、subscribersLost、estimatedRevenue*、estimatedAdRevenue*、grossRevenue*、estimatedRedPartnerRevenue*、monetizedPlaybacks*、playbackBasedCpm*、adImpressions*、cpm* |
| フィルタ | 1つだけ使用 | video、channel、group、またはuploaderType とclaimedStatus のサポートされている組み合わせ |
| 0または1つ使用 | continent、subContinent |
| Name | Type | Dimension | DefaultMetric | DefaultDimension | Description |
| Country | String | True | True | The country associated with the metrics in the report row. The dimension value is a two-letter ISO-3166-1 country code, such as US, CN (China), or FR (France). The country code ZZ is used to report metrics for which YouTube could not identify the associated country. | |
| CreatorContentType | String | True | This dimension identifies the type of content associated with the user activity metrics in the data row. The allowed values are LIVE_STREAM, SHORTS, STORY, VIDEO_ON_DEMAND, UNSPECIFIED. | ||
| Views | Double | True | The number of times that a video was viewed. In a playlist report, the metric indicates the number of times that a video was viewed in the context of a playlist. | ||
| RedViews | Double | The number of times that a video was viewed by YouTube Premium (previously known as YouTube Red) members. | |||
| Likes | Double | The number of times that users indicated that they liked a video by giving it a positive rating. | |||
| Comments | Double | The number of times that users commented on a video. | |||
| Dislikes | Double | The number of times that users indicated that they disliked a video by giving it a negative rating. | |||
| VideosAddedToPlaylists | Double | The number of times that videos were added to any YouTube playlists. The videos could have been added to the video owner's playlist or to other channels' playlists. | |||
| VideosRemovedFromPlaylists | Double | The number of times that videos were removed from any YouTube playlists. The videos could have been removed from the video owner's playlist or from other channels' playlists. | |||
| Shares | Double | The number of times that users shared a video through the Share button. | |||
| EstimatedMinutesWatched | Double | The number of minutes that users watched videos for the specified channel, content owner, video, or playlist. | |||
| EstimatedRedMinutesWatched | Double | The number of minutes that YouTube Premium (previously known as YouTube Red) members watched a video. | |||
| AverageViewDuration | Double | The average length, in seconds, of video playbacks. As of December 13, 2021, this metric excludes looping clips traffic. In a playlist report, the metric indicates the average length, in seconds, of video playbacks that occurred in the context of a playlist. | |||
| AverageViewPercentage | Double | The average percentage of a video watched during a video playback. | |||
| AnnotationClickThroughRate | Double | The ratio of annotations that viewers clicked to the total number of clickable annotation impressions. | |||
| AnnotationCloseRate | Double | The ratio of annotations that viewers closed to the total number of annotation impressions. | |||
| AnnotationImpressions | Double | The total number of annotation impressions. | |||
| AnnotationClickableImpressions | Double | The number of annotations that appeared and could be clicked. | |||
| AnnotationClosableImpressions | Double | The number of annotations that appeared and could be closed. | |||
| AnnotationClicks | Double | The number of clicked annotations. | |||
| AnnotationCloses | Double | The number of closed annotations. | |||
| CardClickRate | Double | The click-through-rate for cards, which is calculated as the ratio of card clicks to card impressions. | |||
| CardTeaserClickRate | Double | The click-through-rate for card teasers, which is calculated as the ratio of clicks on card teasers to the total number of card teaser impressions. | |||
| CardImpressions | Double | The number of times cards were displayed. When the card panel is opened, a card impression is logged for each of the video's cards. | |||
| CardTeaserImpressions | Double | The number of times that card teasers were displayed. A video view can generate multiple teaser impressions. | |||
| CardClicks | Double | The number of times that cards were clicked. | |||
| CardTeaserClicks | Double | The number of clicks on card teasers. Card icon clicks are attributed to the last teaser displayed to the user. | |||
| SubscribersGained | Double | The number of times that users subscribed to a channel. | |||
| SubscribersLost | Double | The number of times that users unsubscribed from a channel. | |||
| EstimatedRevenue | Double | The total estimated net revenue from all Google-sold advertising sources as well as from non-advertising sources for the selected date range and region. | |||
| EstimatedAdRevenue | Double | The total estimated net revenue from all Google-sold advertising sources for the selected date range and region. | |||
| GrossRevenue | Double | The estimated gross revenue, in USD, from all Google-sold or DoubleClick-partner-sold advertising for the selected date range and region. Gross revenue is subject to month-end adjustment and does not include partner-served advertising. Gross revenue should not be confused with estimated revenue, or net revenue, which factors in your share of ownership and revenue-sharing agreements. | |||
| EstimatedRedPartnerRevenue | Double | The total estimated revenue earned from YouTube Premium (previously known as YouTube Red) subscriptions for the selected report dimensions. The metric's value reflects revenue from both music and non-music content and is subject to month-end adjustment. | |||
| MonetizedPlaybacks | Double | The number of instances when a viewer played your video and was shown at least one ad impression. A monetized playback is counted if a viewer is shown a preroll ad but quits watching the ad before your video ever starts. The expected estimated error for this figure is ?2.0%. | |||
| PlaybackBasedCpm | Double | The estimated gross revenue per thousand playbacks. | |||
| AdImpressions | Double | The number of verified ad impressions served. | |||
| CPM | Double | The estimated gross revenue per thousand ad impressions. | |||
| Channel | String | (only used in content owner reports) The Id for a YouTube channel. The channel dimension is frequently used in content owner reports because those reports typically aggregate data for multiple channels. | |||
| Video | String | True | The Id of a YouTube video. | ||
| Playlist | String | The Id of a YouTube playlist. | |||
| Group | String | (filter only) The Id of a YouTube Analytics group. | |||
| Continent | String | (filter only) A United Nations (U.N.) statistical region code. The allowed values are 002 Africa, 019 Americas (Northern America, Latin America, South America, and the Caribbean), 142 Asia, 150 Europe, 009 Oceania. This dimension can only be used to filter data. | |||
| SubContinent | String | (filter only) A U.N. statistical region code that identifies a geographical subregion. | |||
| StartDate | Date | Start date for fetching Analytics data. | |||
| EndDate | Date | End date for fetching Analytics data. |
SELECT ステートメントのWHERE 句では、疑似カラムフィールドを使用して、データソースから返されるタプルを詳細に制御することができます。
| Name | Type | Description |
| Segments | String | Segments the data returned for your request. Either a SegmentId or a custom segment. |
This report provides user activity statistics, sorted by province (includes Washington DC).
州別のユーザーアクティビティは、米国の州およびコロンビア特別区に適用されます。province を使用するには、filters パラメータ値をcountry==US に設定する必要があります。
Video レポート:
| ディメンション | 必須 | province |
| オプション | creatorContentType | |
| 指標 | 1つ以上使用 | views、redViews、estimatedMinutesWatched、estimatedRedMinutesWatched、averageViewDuration、averageViewPercentage、annotationClickThroughRate、annotationCloseRate、annotationImpressions、annotationClickableImpressions、annotationClosableImpressions、annotationClicks、annotationCloses、cardClickRate、cardTeaserClickRate、cardImpressions、cardTeaserImpressions、cardClicks、cardTeaserClicks |
| フィルタ | 必須 | country==US |
| 0または1つ使用 | video、group |
Playlist レポート:
このレポートは、米国各州とワシントンDC のプレイリストのアクティビティの統計です。このレポートでは、 filters パラメータ値にcountry==US を含める必要があります。
| ディメンション | 必須 | province |
| 0または1つ以上使用 | subscribedStatus、youtubeProduct | |
| 指標 | 1つ以上使用 | views、redViews、estimatedMinutesWatched、estimatedRedMinutesWatched、averageViewDuration、playlistStarts、viewsPerPlaylistStart、averageTimeInPlaylist |
| フィルタ | 必須 | isCurated==1;country==US |
| 0または1つ使用 | continent、subContinent | |
| 0または1つ使用 | playlist、group | |
| 0または1つ以上使用 | subscribedStatus、youtubeProduct |
コンテンツ所有者レポート:
| ディメンション | 必須 | province |
| オプション | creatorContentType | |
| 指標 | 1つ以上使用 | views、redViews、estimatedMinutesWatched、estimatedRedMinutesWatched、averageViewDuration、averageViewPercentage、annotationClickThroughRate、annotationCloseRate、annotationImpressions、annotationClickableImpressions、annotationClosableImpressions、annotationClicks、annotationCloses、cardClickRate、cardTeaserClickRate、cardImpressions、cardTeaserImpressions、cardClicks、cardTeaserClicks |
| フィルタ | 1つだけ使用 | video、channel、group、またはuploaderType とclaimedStatus のサポートされている組み合わせ |
| 必須 | country==US |
コンテンツ所有者の再生リストのレポート:
| ディメンション | 必須 | province |
| 0または1つ以上使用 | subscribedStatus、estimatedMinutesWatched、estimatedRedMinutesWatched、averageViewDuration、playlistStarts、viewsPerPlaylistStart、averageTimeInPlaylist | |
| フィルタ | 必須 | isCurated==1;country==US |
| 0または1つ使用 | playlist、channel、group | |
| 0または1つ以上使用 | subscribedStatus、youtubeProduct |
| Name | Type | Dimension | DefaultMetric | DefaultDimension | Description |
| Province | String | True | True | The U.S. state or territory associated with the metrics in the report row. The dimension value is an ISO 3166-2 code that identifies a U.S. state or the District of Columbia, such as US-MI (Michigan) or US-TX (Texas). The province code US-ZZ is used to report metrics for which YouTube could not identify the associated U.S. state. If the Province column is specified, Country must be set to US in the WHERE clause. | |
| CreatorContentType | String | True | This dimension identifies the type of content associated with the user activity metrics in the data row. The allowed values are LIVE_STREAM, SHORTS, STORY, VIDEO_ON_DEMAND, UNSPECIFIED. | ||
| Views | Double | True | The number of times that a video was viewed. In a playlist report, the metric indicates the number of times that a video was viewed in the context of a playlist. | ||
| RedViews | Double | The number of times that a video was viewed by YouTube Premium (previously known as YouTube Red) members. | |||
| EstimatedMinutesWatched | Double | The number of minutes that users watched videos for the specified channel, content owner, video, or playlist. | |||
| EstimatedRedMinutesWatched | Double | The number of minutes that YouTube Premium (previously known as YouTube Red) members watched a video. | |||
| AverageViewDuration | Double | The average length, in seconds, of video playbacks. As of December 13, 2021, this metric excludes looping clips traffic. In a playlist report, the metric indicates the average length, in seconds, of video playbacks that occurred in the context of a playlist. | |||
| AverageViewPercentage | Double | The average percentage of a video watched during a video playback. | |||
| AnnotationClickThroughRate | Double | The ratio of annotations that viewers clicked to the total number of clickable annotation impressions. | |||
| AnnotationCloseRate | Double | The ratio of annotations that viewers closed to the total number of annotation impressions. | |||
| AnnotationImpressions | Double | The total number of annotation impressions. | |||
| AnnotationClickableImpressions | Double | The number of annotations that appeared and could be clicked. | |||
| AnnotationClosableImpressions | Double | The number of annotations that appeared and could be closed. | |||
| AnnotationClicks | Double | The number of clicked annotations. | |||
| AnnotationCloses | Double | The number of closed annotations. | |||
| CardClickRate | Double | The click-through-rate for cards, which is calculated as the ratio of card clicks to card impressions. | |||
| CardTeaserClickRate | Double | The click-through-rate for card teasers, which is calculated as the ratio of clicks on card teasers to the total number of card teaser impressions. | |||
| CardImpressions | Double | The number of times cards were displayed. When the card panel is opened, a card impression is logged for each of the video's cards. | |||
| CardTeaserImpressions | Double | The number of times that card teasers were displayed. A video view can generate multiple teaser impressions. | |||
| CardClicks | Double | The number of times that cards were clicked. | |||
| CardTeaserClicks | Double | The number of clicks on card teasers. Card icon clicks are attributed to the last teaser displayed to the user. | |||
| Country | String | The country associated with the metrics in the report row. The dimension value is a two-letter ISO-3166-1 country code, such as US, CN (China), or FR (France). The country code ZZ is used to report metrics for which YouTube could not identify the associated country. | |||
| Video | String | True | The Id of a YouTube video. | ||
| Playlist | String | The Id of a YouTube playlist. | |||
| Group | String | (filter only) The Id of a YouTube Analytics group. | |||
| Channel | String | (only used in content owner reports) The Id for a YouTube channel. The channel dimension is frequently used in content owner reports because those reports typically aggregate data for multiple channels. | |||
| StartDate | Date | Start date for fetching Analytics data. | |||
| EndDate | Date | End date for fetching Analytics data. |
SELECT ステートメントのWHERE 句では、疑似カラムフィールドを使用して、データソースから返されるタプルを詳細に制御することができます。
| Name | Type | Description |
| Segments | String | Segments the data returned for your request. Either a SegmentId or a custom segment. |
Query YouTube VideoAbuseReportReasons. A VideoAbuseReportReason resource contains information about a reason that a Video would be flagged for containing abusive content.
There are no required filters for this table. An optional column is Language.
The '=' operator is supported for this column.
| Name | Type | Dimension | DefaultMetric | DefaultDimension | Description |
| Id [KEY] | String | The Id that YouTube uses to identify the reason. | |||
| Label | String | The label text for the reason. | |||
| SecondaryReasonsAggregate | String | A list of secondary reasons associated with the reason, if any available. There might be 0 or more. |
SELECT ステートメントのWHERE 句では、疑似カラムフィールドを使用して、データソースから返されるタプルを詳細に制御することができます。
| Name | Type | Description |
| Language | String | The hl parameter specifies the language that should be used for text values in the API response. The default value is en_US. |
Query YouTube VideoCategories. A VideoCategory resource identifies a category that has been or could be associated with uploaded Videos.
You can specify exactly one of the following columns: Id or Region.
If you do not specify any filtering criteria, by default you will get results for the US Region.
An extra optional parameter is Language.
SELECT * FROM VideoCategories WHERE Region = 'JP'The IN operator can be used to filter on multiple Ids:
SELECT Id, Kind, Etag, ChannelId, Title, Assignable
FROM VideoCategories
WHERE (ID IN ('1', '2', '10'))
| Name | Type | Dimension | DefaultMetric | DefaultDimension | Description |
| Id [KEY] | String | The unique identifier for the video category. | |||
| ChannelId | String | The YouTube channel that created the video category. | |||
| Title | String | The title of the video category. | |||
| Assignable | Boolean | Indicates whether videos can be associated with the category. | |||
| Region | String | The country from which to retrieve video categories. |
SELECT ステートメントのWHERE 句では、疑似カラムフィールドを使用して、データソースから返されるタプルを詳細に制御することができます。
| Name | Type | Description |
| Language | String | Specifies the language that should be used for text values in the API response. The default value is en_US. |
Query YouTube Videos.
By default, SupportEnhancedSQL is set to true, and the following will be passed to YouTube Analytics if present. Other filters will be executed client side. If SupportEnhancedSQL is set to false, only the following filters will be honored.
By default, if no filters are specified, the driver will return all videos owned by the authenticated user.
Only one of the following columns may be filtered by at a time: Id, MyRating, ChannelId, or Chart. Extra columns supported are ForMine, Language, ForContentOwner, OnBehalfOfContentOwner.
A search against all videos on Youtube may be executed by specifying SearchTerms, RelatedToVideoId, VideoDuration, VideoCategoryId, or Region.
All columns support the '=' operator. PublishedAt also supports these additional operators: '>', '>=', '<', and '<='. Id and ChannelId supports IN.
Order by is supported for the Date, Rating, Relevance and Title columns.
SELECT * FROM Videos WHERE Id = '12345679' SELECT * FROM Videos WHERE PublishedAt >= '2016-01-01T20:30:00Z' LIMIT 10 SELECT Description FROM Videos WHERE ForMine = True ORDER BY Date
Note: Ordering is not supported when specifying one of the colums used for searching channels such as SearchTerms.
The IN operator can be used to specify a list of channels. This call returns a list of videos for each specified channel.
SELECT * FROM Videos WHERE ChannelId IN (a, b, c) SELECT * FROM Videos WHERE ChannelId IN (SELECT Id FROM Channels)
IN operator can also be used for getting data for multiple videos.
SELECT * FROM Videos WHERE Id IN (a, b, c)
| Name | Type | Dimension | DefaultMetric | DefaultDimension | Description |
| Id [KEY] | String | The Id that YouTube uses to uniquely identify the video. | |||
| ChannelId | String | The Id that YouTube uses to uniquely identify the channel that the video was uploaded to. | |||
| CategoryId | String | The YouTube video category associated with the video. | |||
| Title | String | The title of the video. | |||
| ChannelTitle | String | Channel title for the channel that the video belongs to. | |||
| PublishedAt | Datetime | The date and time that the video was published. Note that this time might be different than the time that the video was uploaded. The value is specified in ISO 8601 (YYYY-MM-DDThh:mm:ss.sZ) format. | |||
| Description | String | The description of the video. | |||
| Duration | String | The length of the video. The property value is an ISO 8601 duration. | |||
| ViewCount | Long | The number of times the video has been viewed. | |||
| LikeCount | Long | The number of users who have indicated that they liked the video. | |||
| DislikeCount | Long | The number of users who have indicated that they disliked the video. In conjunction with changes to make video dislike counts private across the entire YouTube platform, this field is returned only if the API request was authenticated by the video owner. | |||
| CommentCount | Long | The number of comments for the video. | |||
| EmbedHtml | String | An iframe tag that embeds a player that will play the video. | |||
| PublicStatsViewable | Boolean | This value indicates whether the extended video statistics on the watch page are publicly viewable. By default, those statistics are viewable, and statistics like the viewcount and ratings will still be publicly visible even if this value is set to false. | |||
| TagsAggregate | String | A list of keyword tags associated with the video. | |||
| LiveBroadcastContent | String | Indicates if the video is an upcoming/active live broadcast. A value of none indicates the video is not an upcoming/active live broadcast. Valid values for this column: live, none, upcoming. | |||
| Dimension | String | Indicates whether the video is available in 3D or in 2D. | |||
| Definition | String | Indicates whether the video is available in high definition HD or only in standard definition. Valid values for this column: hd,sd. | |||
| Caption | String | Indicates whether captions are available for the video. Valid values for this column: false, true. | |||
| LicensedContent | Boolean | Indicates whether the video represents licensed content, which means that the content was uploaded to a channel linked to a YouTube content partner and then claimed by that partner. | |||
| AllowedAggregate | String | A list of region codes that identify countries where the video is viewable. | |||
| BlockedAggregate | String | A list of region codes that identify countries where the video is blocked. | |||
| Projection | String | Specifies the projection format of the video. Valid values: 360, rectangular. | |||
| PrivacyStatus | String | The privacy status of the playlist. Valid values: private, public, unlisted. | |||
| MadeForKids | Boolean | This value indicates whether the video is Made For Kids. | |||
| License | String | The license. Valid values: creativeCommon, youtube. | |||
| Embeddable | Boolean | This value indicates whether the video can be embedded on another website. | |||
| ThumbnailsDefaultUrl | String | The URL of the default image. | |||
| DefaultLanguage | String | This column is confidential to trusted testers. The language of the text in the Title and Description columns. | |||
| DefaultAudioLanguage | String | The default_audio_language column specifies the language spoken in the default audio track of the video. | |||
| UploadStatus | String | The status of the uploaded video. Valid values for this column: deleted, failed, processed, rejected, uploaded. | |||
| FailureReason | String | This value explains why a video failed to upload. This column only has a value if the UploadStatus column indicates that the upload failed. Valid values for this column: codec, conversion, emptyFile, invalidFile, tooSmall, uploadAborted. | |||
| RejectionReason | String | This value explains why YouTube rejected an uploaded video. This column only has a value if the UploadStatus column indicates that the upload was rejected. Valid values for this column: claim, copyright, duplicate, inappropriate, length, termsOfUse, trademark, uploaderAccountClosed, uploaderAccountSuspended. | |||
| RecordingDate | Datetime | The date and time when the video was recorded. The value is specified in ISO 8601 (YYYY-MM-DDThh:mm:ss.sssZ) format. | |||
| SearchTerms | String | The query term to search for. |
SELECT ステートメントのWHERE 句では、疑似カラムフィールドを使用して、データソースから返されるタプルを詳細に制御することができます。
| Name | Type | Description |
| SafeSearch | String | Indicates whether the search results should include restricted content as well as standard content. Acceptable values: moderate, none, or strict. |
| EventType | String | The eventType parameter restricts a search to broadcast events. Acceptable values are: COMPLETED, LIVE, UPCOMING.
使用できる値は次のとおりです。COMPLETED, LIVE, UPCOMING |
| RelatedToVideoId | String | Retrieves a list of videos that are related to the video that the column value identifies. |
| VideoDuration | String | Filters video search results based on their duration. Acceptable values: any, long, medium or short. |
| VideoCategoryId | String | The videoCategoryId parameter identifies the video category for which the chart should be retrieved. |
| Region | String | Instructs the API to select a video chart available in the specified region. This column can only be used in conjunction with the chart column. The parameter value is an ISO 3166-1 alpha-2 country code. |
| ForMine | String | Restricts the search to only retrieve videos owned by the authenticated user. It is false by default. |
| Chart | String | The chart parameter identifies the chart that you want to retrieve. Acceptable values are: mostPopular - Return the most popular videos for the specified content region and video category.
使用できる値は次のとおりです。mostPopular |
| Language | String | Retrieve localized resource metadata for a specific application language that the YouTube website supports. |
| ForContentOwner | String | Restricts the search to only retrieve videos owned by the content owner specified by the OnBehalfOfContentOwner parameter. |
| OnBehalfOfContentOwner | String | This parameter is intended exclusively for YouTube content partners. |
| プロパティ | 説明 |
| AuthScheme | The type of authentication to use when connecting to YouTube Analytics. |
| ChannelId | 認証されたユーザーに属するチャンネルのId。 |
| ContentOwnerId | YouTube 権利管理システムにあるコンテンツの著作権者のId。 |
| プロパティ | 説明 |
| OAuthClientId | カスタムOAuth アプリケーションの作成時に割り当てられたクライアントId を指定します。(コンシューマーキーとも呼ばれます。)このID は、カスタムアプリケーションをOAuth 認可サーバーに登録します。 |
| OAuthClientSecret | カスタムOAuth アプリケーションの作成時に割り当てられたクライアントシークレットを指定します。( コンシューマーシークレット とも呼ばれます。)このシークレットは、カスタムアプリケーションをOAuth 認可サーバーに登録します。 |
| DelegatedServiceAccounts | 委任されたリクエストのためのサービスアカウントE メールのスペース区切りのリスト。 |
| RequestingServiceAccount | 委任されたリクエストを行うためのサービスアカウントのE メール。 |
| プロパティ | 説明 |
| OAuthJWTCert | JWT 証明書のストア。 |
| OAuthJWTCertType | JWT 証明書を格納するキーストアの種類。 |
| OAuthJWTCertPassword | OAuth JWT 証明書のパスワード。パスワードを必要とする証明書ストアにアクセスするために使用されます。証明書ストアがパスワードを必要としない場合は、このプロパティを空白のままにします。 |
| OAuthJWTCertSubject | OAuth JWT 証明書のサブジェクトで、ストアで一致する証明書を検索するために使用されます。部分一致と、先頭の証明書を選択するためのワイルドカード '*' をサポートします。 |
| プロパティ | 説明 |
| SSLServerCert | TLS/SSL を使用して接続する際に、サーバーが受け入れ可能な証明書を指定します。 |
| プロパティ | 説明 |
| FirewallType | provider がプロキシベースのファイアウォールを介してトラフィックをトンネリングするために使用するプロトコルを指定します。 |
| FirewallServer | ファイアウォールを通過し、ユーザーのクエリをネットワークリソースに中継するために使用されるプロキシのIP アドレス、DNS 名、またはホスト名を識別します。 |
| FirewallPort | プロキシベースのファイアウォールで使用するTCP ポートを指定します。 |
| FirewallUser | プロキシベースのファイアウォールに認証するアカウントのユーザーID を識別します。 |
| FirewallPassword | プロキシベースのファイアウォールで認証するユーザーアカウントのパスワードを指定します。 |
| プロパティ | 説明 |
| ProxyAutoDetect | provider が、手動で指定されたプロキシサーバーを使用するのではなく、既存のプロキシサーバー構成についてシステムプロキシ設定をチェックするかどうかを指定します。 |
| ProxyServer | HTTP トラフィックをルートするプロキシサーバーのホストネームもしくはIP アドレス。 |
| ProxyPort | クライアントとの間でHTTP トラフィックをルーティングするために予約された、指定されたプロキシサーバー(ProxyServer 接続プロパティで設定)のTCP ポート。 |
| ProxyAuthScheme | ProxyServer 接続プロパティで指定されたプロキシサーバーに対して認証する際にprovider が使用する認証方法を指定します。 |
| ProxyUser | ProxyServer 接続プロパティで指定されたプロキシサーバーに登録されているユーザーアカウントのユーザー名。 |
| ProxyPassword | ProxyUser 接続プロパティで指定されたユーザーに紐付けられたパスワード。 |
| ProxySSLType | ProxyServer 接続プロパティで指定されたプロキシサーバーに接続する際に使用するSSL タイプ。 |
| ProxyExceptions | ProxyServer 接続プロパティで設定されたプロキシサーバー経由での接続が免除される宛先ホスト名またはIP のセミコロン区切りのリスト。 |
| プロパティ | 説明 |
| LogModules | ログファイルに含めるコアモジュールを指定します。セミコロンで区切られたモジュール名のリストを使用します。デフォルトでは、すべてのモジュールがログに記録されます。 |
| プロパティ | 説明 |
| Location | テーブル、ビュー、およびストアドプロシージャを定義するスキーマファイルを格納するディレクトリの場所を指定します。サービスの要件に応じて、これは絶対パスまたは相対パスのいずれかで表されます。 |
| BrowsableSchemas | レポートされるスキーマを利用可能なすべてのスキーマのサブセットに制限するオプション設定。例えば、 BrowsableSchemas=SchemaA,SchemaB,SchemaC です。 |
| Tables | レポートされるテーブルを利用可能なすべてのテーブルのサブセットに制限するオプション設定。例えば、 Tables=TableA,TableB,TableC です。 |
| Views | レポートされたビューを使用可能なテーブルのサブセットに制限するオプション設定。例えば、 Views=ViewA,ViewB,ViewC です。 |
| プロパティ | 説明 |
| AWSWorkloadIdentityConfig | AWS 経由でWorkload Identity Federation を使用する場合に指定する設定プロパティ。 |
| DefaultFilter | すべてのクエリに適用されるデフォルトのフィルタ。 |
| MaxRows | 集計やGROUP BY を使用しないクエリで返される最大行数を指定します。 |
| Other | 特定のユースケースに対して追加の隠しプロパティを指定します。これらは通常のprovider の機能では必要ありません。複数のプロパティを定義するには、セミコロンで区切られたリストを使用します。 |
| PseudoColumns | テーブルカラムとして公開する擬似カラムを指定します。'TableName=ColumnName;TableName=ColumnName' という形式を使用します。デフォルトは空の文字列で、このプロパティを無効にします。 |
| Timeout | provider がタイムアウトエラーを返すまでにサーバーからの応答を待機する最大時間を秒単位で指定します。デフォルトは60秒です。タイムアウトを無効にするには0を設定します。 |
| UserDefinedViews | カスタムビューを定義するJSON 構成ファイルへのファイルパスを指定します。provider は、このファイルで指定されたビューを自動的に検出して使用します。 |
| WorkloadPoolId | Workload Identity Federation プールのID。 |
| WorkloadProjectId | Workload Identity Federation プールをホストするGoogle Cloud プロジェクトのID。 |
| WorkloadProviderId | Workload Identity Federation プールプロバイダーのID。 |
このセクションでは、本プロバイダーの接続文字列で設定可能なAuthentication プロパティの全リストを提供します。
| プロパティ | 説明 |
| AuthScheme | The type of authentication to use when connecting to YouTube Analytics. |
| ChannelId | 認証されたユーザーに属するチャンネルのId。 |
| ContentOwnerId | YouTube 権利管理システムにあるコンテンツの著作権者のId。 |
The type of authentication to use when connecting to YouTube Analytics.
認証されたユーザーに属するチャンネルのId。
認証されたユーザーに属するチャンネルのId。これは、チャンネルのアカウント詳細設定ページで確認できます。指定されていない場合は、認証されたユーザーのYouTube チャンネルのデータを返すMINE が使われます。
YouTube 権利管理システムにあるコンテンツの著作権者のId。
YouTube 権利管理システムにあるコンテンツの著作権者のId。コンテンツ所有者とは、動画を主張し収益化ポリシーを設定している個人もしくは組織です。
このセクションでは、本プロバイダーの接続文字列で設定可能なOAuth プロパティの全リストを提供します。
| プロパティ | 説明 |
| OAuthClientId | カスタムOAuth アプリケーションの作成時に割り当てられたクライアントId を指定します。(コンシューマーキーとも呼ばれます。)このID は、カスタムアプリケーションをOAuth 認可サーバーに登録します。 |
| OAuthClientSecret | カスタムOAuth アプリケーションの作成時に割り当てられたクライアントシークレットを指定します。( コンシューマーシークレット とも呼ばれます。)このシークレットは、カスタムアプリケーションをOAuth 認可サーバーに登録します。 |
| DelegatedServiceAccounts | 委任されたリクエストのためのサービスアカウントE メールのスペース区切りのリスト。 |
| RequestingServiceAccount | 委任されたリクエストを行うためのサービスアカウントのE メール。 |
カスタムOAuth アプリケーションの作成時に割り当てられたクライアントId を指定します。(コンシューマーキーとも呼ばれます。)このID は、カスタムアプリケーションをOAuth 認可サーバーに登録します。
OAuthClientId は、ユーザーがOAuth 経由で認証を行う前に設定する必要があるいくつかの接続パラメータの1つです。詳細は接続の確立を参照してください。
カスタムOAuth アプリケーションの作成時に割り当てられたクライアントシークレットを指定します。( コンシューマーシークレット とも呼ばれます。)このシークレットは、カスタムアプリケーションをOAuth 認可サーバーに登録します。
OAuthClientSecret は、ユーザーがOAuth 経由で認証を行う前に設定する必要があるいくつかの接続パラメータの1つです。詳細は接続の確立を参照してください。
委任されたリクエストのためのサービスアカウントE メールのスペース区切りのリスト。
サービスアカウントE メールは、スペース区切りのリストで指定する必要があります。
各サービスアカウントは、チェーン内の次のサービスアカウントのroles/iam.serviceAccountTokenCreator ロールを付与されている必要があります。
チェーンの最後のサービスアカウントは、リクエストするサービスアカウントのroles/iam.serviceAccountTokenCreator ロールが付与されている必要があります。 リクエストするサービスアカウントはRequestingServiceAccount プロパティで指定されたものです。
委任されたリクエストの場合、リクエストするサービスアカウントは、iam.serviceAccounts.getAccessToken 権限を持つ必要があることに注意してください。これは、serviceAccountTokenCreator ロールを介して付与することもできます。
委任されたリクエストを行うためのサービスアカウントのE メール。
委任されたリクエストで認証情報が要求されたアカウントのサービスアカウントのE メール。DelegatedServiceAccounts の委任されたサービスアカウントのリストを用いて、このプロパティは、委任されたリクエストを行うために使用されます。
このサービスアカウントには、IAM 権限iam.serviceAccounts.getAccessToken が必要です。
このセクションでは、本プロバイダーの接続文字列で設定可能なJWT OAuth プロパティの全リストを提供します。
| プロパティ | 説明 |
| OAuthJWTCert | JWT 証明書のストア。 |
| OAuthJWTCertType | JWT 証明書を格納するキーストアの種類。 |
| OAuthJWTCertPassword | OAuth JWT 証明書のパスワード。パスワードを必要とする証明書ストアにアクセスするために使用されます。証明書ストアがパスワードを必要としない場合は、このプロパティを空白のままにします。 |
| OAuthJWTCertSubject | OAuth JWT 証明書のサブジェクトで、ストアで一致する証明書を検索するために使用されます。部分一致と、先頭の証明書を選択するためのワイルドカード '*' をサポートします。 |
JWT 証明書のストア。
クライアント証明書のための証明書ストア名。
OAuthJWTCertType フィールドは、OAuthJWTCert により指定された証明書ストアの種類を指定します。 ストアがパスワードで保護されている場合は、OAuthJWTCertPassword でパスワードを指定します。
OAuthJWTCert は、OAuthJWTCertSubject フィールドとともにクライアント証明書を指定するために使われます。 OAuthJWTCert に値がある場合で、OAuthJWTCertSubject が設定されている場合は、証明書の検索が始まります。 詳しくは、OAuthJWTCertSubject フィールドを参照してください。
証明書ストアの指定はプラットフォームに依存します。
Windows の共通のユーザとシステム証明書ストアの指定は以下のとおりです。
| MY | 個人証明書と関連付けられた秘密キーを格納している証明書ストア。 |
| CA | 証明機関の証明書。 |
| ROOT | ルート証明書。 |
| SPC | ソフトウェア発行元証明書。 |
Javaでは、証明書ストアは通常、証明書および任意の秘密キーを含むファイルです。
証明書ストアの種類がPFXFile の場合は、このプロパティにファイル名を設定します。 PFXBlob の場合は、このプロパティをPFX ファイルのバイナリコンテンツ(例えば、PKCS12証明書ストア)に設定する必要があります。
JWT 証明書を格納するキーストアの種類。
このプロパティには次の値の一つを設定できます。
| USER | Windows の場合、現在のユーザーにより所有された証明書ストアであることを指定します。 Note:この種類はJava では利用できません。 |
| MACHINE | Windows の場合、この証明書ストアがシステムストアであることを指定します。 Note:この種類はJava では利用できません。 |
| PFXFILE | この証明書ストアは、証明書を含むPFX(PKCS12)ファイルの名前です。 |
| PFXBLOB | この証明書ストアは、PFX(PKCS12)形式の証明書ストアを表すBase-64でエンコードされた文字列です。 |
| JKSFILE | この証明書ストアは、証明書を含むJava key store(JKS)ファイルの名前です。 Note:この種類はJava のみで利用できます。 |
| JKSBLOB | この証明書ストアは、Java key store(JKS)形式の証明書ストアを表すBase-64でエンコードされた文字列です。 Note:この種類はJava のみで利用できます。 |
| PEMKEY_FILE | この証明書ストアは、秘密キーと任意の証明書を含むPEM でエンコードされたファイルの名前です。 |
| PEMKEY_BLOB | この証明書ストアは、秘密キーと任意の証明書を含むBase-64でエンコードされた文字列です。 |
| PUBLIC_KEY_FILE | この証明書ストアは、PEM またはDER でエンコードされた公開キーの証明書を含むファイルの名前です。 |
| PUBLIC_KEY_BLOB | この証明書ストアは、PEM またはDER でエンコードされた公開キーの証明書を含むBase-64でエンコードされた文字列です。 |
| SSHPUBLIC_KEY_FILE | この証明書ストアは、SSH 公開キーを含むファイルの名前です。 |
| SSHPUBLIC_KEY_BLOB | この証明書ストアは、SSH 公開キーを含むBase-64でエンコードされた文字列です。 |
| P7BFILE | この証明書ストアは、証明書を含むPKCS7 ファイルの名前です。 |
| PPKFILE | この証明書ストアは、PuTTY 秘密キー(PPK)を含むファイルの名前です。 |
| XMLFILE | この証明書ストアは、XML 形式の証明書を含むファイルの名前です。 |
| XMLBLOB | この証明書ストアは、XML 形式の証明書を含む文字列の名前です。 |
| BCFKSFILE | この証明書ストアは、Bouncy Castle キーストアを含むファイルの名前です。 |
| BCFKSBLOB | この証明書ストアは、Bouncy Castle キーストアを含む文字列(Base-64エンコード)です。 |
| GOOGLEJSON | この証明書ストアは、サービスアカウント情報を含むJSON ファイルの名前です。Google サービスに接続する場合にのみ有効です。 |
| GOOGLEJSONBLOB | この証明書ストアは、サービスアカウントのJSON を含む文字列です。Google サービスに接続する場合にのみ有効です。 |
OAuth JWT 証明書のパスワード。パスワードを必要とする証明書ストアにアクセスするために使用されます。証明書ストアがパスワードを必要としない場合は、このプロパティを空白のままにします。
このプロパティは、証明書ストアを開くために必要なパスワードを指定します。ただし、ストアの種類がパスワードを必要とする場合に限ります。 パスワードが必要かどうかを判断するには、ご利用の証明書ストアのドキュメントまたは設定を参照してください。
GOOGLEJSON OAuthJWTCertType を使用する場合は必要ありません。Google JSON キーは暗号化されていません。
OAuth JWT 証明書のサブジェクトで、ストアで一致する証明書を検索するために使用されます。部分一致と、先頭の証明書を選択するためのワイルドカード '*' をサポートします。
このプロパティの値は、ストアで一致する証明書を検索するために使用されます。検索プロセスは以下のように動作します。
値を '*' に設定すると、ストアの先頭の証明書が自動的に選択されます。 証明書のサブジェクトは識別名フィールドおよび値のカンマ区切りのリストです。 例:CN=www.server.com, OU=test, C=US, [email protected]。一般的なフィールドには以下のものが含まれます。
| フィールド | 説明 |
| CN | 共通名。一般的には、www.server.com のようなホスト名です。 |
| O | 法人名 |
| OU | 法人の部署名 |
| L | 法人の住所(市町村名) |
| S | 法人の住所(都道府県) |
| C | 国名 |
| E | E メールアドレス |
フィールド値にカンマが含まれる場合は、引用符で囲んでください。例:"O=ACME, Inc."。
このセクションでは、本プロバイダーの接続文字列で設定可能なSSL プロパティの全リストを提供します。
| プロパティ | 説明 |
| SSLServerCert | TLS/SSL を使用して接続する際に、サーバーが受け入れ可能な証明書を指定します。 |
TLS/SSL を使用して接続する際に、サーバーが受け入れ可能な証明書を指定します。
TLS/SSL 接続を使用する場合は、このプロパティを使用して、サーバーが受け入れるTLS/SSL 証明書を指定できます。コンピュータによって信頼されていない他の証明書はすべて拒否されます。
このプロパティは、次のフォームを取ります:
| 説明 | 例 |
| フルPEM 証明書(例では省略されています) | -----BEGIN CERTIFICATE----- MIIChTCCAe4CAQAwDQYJKoZIhv......Qw== -----END CERTIFICATE----- |
| 証明書を保有するローカルファイルへのパス。 | C:\cert.cer |
| 公開鍵(例では省略されています) | -----BEGIN RSA PUBLIC KEY----- MIGfMA0GCSq......AQAB -----END RSA PUBLIC KEY----- |
| MD5 Thumbprint (hex 値はスペースおよびコロン区切り) | ecadbdda5a1529c58a1e9e09828d70e4 |
| SHA1 Thumbprint (hex 値はスペースおよびコロン区切り) | 34a929226ae0819f2ec14b4a3d904f801cbb150d |
これを指定しない場合は、マシンが信用するすべての証明書が受け入れられます。
すべての証明書の受け入れを示すには、'*'を使用します。セキュリティ上の理由から、これはお勧めできません。
このセクションでは、本プロバイダーの接続文字列で設定可能なFirewall プロパティの全リストを提供します。
| プロパティ | 説明 |
| FirewallType | provider がプロキシベースのファイアウォールを介してトラフィックをトンネリングするために使用するプロトコルを指定します。 |
| FirewallServer | ファイアウォールを通過し、ユーザーのクエリをネットワークリソースに中継するために使用されるプロキシのIP アドレス、DNS 名、またはホスト名を識別します。 |
| FirewallPort | プロキシベースのファイアウォールで使用するTCP ポートを指定します。 |
| FirewallUser | プロキシベースのファイアウォールに認証するアカウントのユーザーID を識別します。 |
| FirewallPassword | プロキシベースのファイアウォールで認証するユーザーアカウントのパスワードを指定します。 |
provider がプロキシベースのファイアウォールを介してトラフィックをトンネリングするために使用するプロトコルを指定します。
プロキシベースのファイアウォール(またはプロキシファイアウォール)は、ユーザーのリクエストとそれがアクセスするリソースの間に介在するネットワークセキュリティデバイスです。 プロキシは認証済みのユーザーのリクエストを受け取り、ファイアウォールを通過して適切なサーバーにリクエストを送信します。
プロキシは、リクエストを送信したユーザーに代わってデータバケットを評価し転送するため、ユーザーはサーバーに直接接続することなく、プロキシのみに接続します。
Note:デフォルトでは、Sync App はシステムプロキシに接続します。この動作を無効化し、次のプロキシタイプのいずれかに接続するには、ProxyAutoDetect をfalse に設定します。
次の表は、サポートされている各プロトコルのポート番号情報です。
| プロトコル | デフォルトポート | 説明 |
| TUNNEL | 80 | Sync App がYouTube Analytics への接続を開くポート。トラフィックはこの場所のプロキシを経由して行き来します。 |
| SOCKS4 | 1080 | Sync App がYouTube Analytics への接続を開くポート。SOCKS 4 は次にFirewallUser 値をプロキシに渡し、接続リクエストが許容されるかどうかを決定します。 |
| SOCKS5 | 1080 | Sync App がYouTube Analytics にデータを送信するポート。SOCKS 5 プロキシに認証が必要な場合には、FirewallUser およびFirewallPassword をプロキシが認識する認証情報に設定します。 |
HTTP プロキシへの接続には、ProxyServer およびProxyPort ポートを使ってください。HTTP プロキシへの認証には、ProxyAuthScheme、ProxyUser、およびProxyPassword を使ってください。
ファイアウォールを通過し、ユーザーのクエリをネットワークリソースに中継するために使用されるプロキシのIP アドレス、DNS 名、またはホスト名を識別します。
プロキシベースのファイアウォール(またはプロキシファイアウォール)は、ユーザーのリクエストとそれがアクセスするリソースの間に介在するネットワークセキュリティデバイスです。 プロキシは認証済みのユーザーのリクエストを受け取り、ファイアウォールを通過して適切なサーバーにリクエストを送信します。
プロキシは、リクエストを送信したユーザーに代わってデータバケットを評価し転送するため、ユーザーはサーバーに直接接続することなく、プロキシのみに接続します。
プロキシベースのファイアウォールで使用するTCP ポートを指定します。
プロキシベースのファイアウォール(またはプロキシファイアウォール)は、ユーザーのリクエストとそれがアクセスするリソースの間に介在するネットワークセキュリティデバイスです。 プロキシは認証済みのユーザーのリクエストを受け取り、ファイアウォールを通過して適切なサーバーにリクエストを送信します。
プロキシは、リクエストを送信したユーザーに代わってデータバケットを評価し転送するため、ユーザーはサーバーに直接接続することなく、プロキシのみに接続します。
プロキシベースのファイアウォールに認証するアカウントのユーザーID を識別します。
プロキシベースのファイアウォール(またはプロキシファイアウォール)は、ユーザーのリクエストとそれがアクセスするリソースの間に介在するネットワークセキュリティデバイスです。 プロキシは認証済みのユーザーのリクエストを受け取り、ファイアウォールを通過して適切なサーバーにリクエストを送信します。
プロキシは、リクエストを送信したユーザーに代わってデータバケットを評価し転送するため、ユーザーはサーバーに直接接続することなく、プロキシのみに接続します。
プロキシベースのファイアウォールで認証するユーザーアカウントのパスワードを指定します。
プロキシベースのファイアウォール(またはプロキシファイアウォール)は、ユーザーのリクエストとそれがアクセスするリソースの間に介在するネットワークセキュリティデバイスです。 プロキシは認証済みのユーザーのリクエストを受け取り、ファイアウォールを通過して適切なサーバーにリクエストを送信します。
プロキシは、リクエストを送信したユーザーに代わってデータバケットを評価し転送するため、ユーザーはサーバーに直接接続することなく、プロキシのみに接続します。
このセクションでは、本プロバイダーの接続文字列で設定可能なProxy プロパティの全リストを提供します。
| プロパティ | 説明 |
| ProxyAutoDetect | provider が、手動で指定されたプロキシサーバーを使用するのではなく、既存のプロキシサーバー構成についてシステムプロキシ設定をチェックするかどうかを指定します。 |
| ProxyServer | HTTP トラフィックをルートするプロキシサーバーのホストネームもしくはIP アドレス。 |
| ProxyPort | クライアントとの間でHTTP トラフィックをルーティングするために予約された、指定されたプロキシサーバー(ProxyServer 接続プロパティで設定)のTCP ポート。 |
| ProxyAuthScheme | ProxyServer 接続プロパティで指定されたプロキシサーバーに対して認証する際にprovider が使用する認証方法を指定します。 |
| ProxyUser | ProxyServer 接続プロパティで指定されたプロキシサーバーに登録されているユーザーアカウントのユーザー名。 |
| ProxyPassword | ProxyUser 接続プロパティで指定されたユーザーに紐付けられたパスワード。 |
| ProxySSLType | ProxyServer 接続プロパティで指定されたプロキシサーバーに接続する際に使用するSSL タイプ。 |
| ProxyExceptions | ProxyServer 接続プロパティで設定されたプロキシサーバー経由での接続が免除される宛先ホスト名またはIP のセミコロン区切りのリスト。 |
provider が、手動で指定されたプロキシサーバーを使用するのではなく、既存のプロキシサーバー構成についてシステムプロキシ設定をチェックするかどうかを指定します。
この接続プロパティをTrue に設定すると、Sync App は既存のプロキシサーバー構成についてシステムプロキシ設定をチェックします(プロキシサーバーの詳細を手動で入力する必要はありません)。
この接続プロパティは他のプロキシ設定より優先されます。特定のプロキシサーバーに接続するためにSync App を手動で構成する場合は、False に設定します。
HTTP プロキシへの接続には、ProxyServer を参照してください。SOCKS やトンネリングなどの他のプロキシには、FirewallType を参照してください。
HTTP トラフィックをルートするプロキシサーバーのホストネームもしくはIP アドレス。
ProxyAutoDetect がFalse に設定されている場合、Sync App はこの接続プロパティで指定されたプロキシサーバーを通じてのみHTTP トラフィックをルーティングします。ProxyAutoDetect がTrue に設定されている場合(デフォルト)、Sync App は代わりにシステムプロキシ設定で指定されたプロキシサーバーを介してHTTP トラフィックをルーティングします。
クライアントとの間でHTTP トラフィックをルーティングするために予約された、指定されたプロキシサーバー(ProxyServer 接続プロパティで設定)のTCP ポート。
ProxyAutoDetect がFalse に設定されている場合、Sync App はこの接続プロパティで指定されたプロキシサーバーポートを通じてのみHTTP トラフィックをルーティングします。ProxyAutoDetect がTrue に設定されている場合(デフォルト)、Sync App は代わりにシステムプロキシ設定で指定されたプロキシサーバーポートを介してHTTP トラフィックをルーティングします。
その他のプロキシタイプについては、FirewallType を参照してください。
ProxyServer 接続プロパティで指定されたプロキシサーバーに対して認証する際にprovider が使用する認証方法を指定します。
認証タイプは次のいずれかです。
"NONE" 以外のすべての値については、ProxyUser およびProxyPassword 接続プロパティも設定する必要があります。
SOCKS 5 認証のような他の認証タイプを使用するには、FirewallType を参照してください。
ProxyServer 接続プロパティで指定されたプロキシサーバーに登録されているユーザーアカウントのユーザー名。
ProxyUser および ProxyPassword 接続プロパティは、ProxyServer で指定されたHTTP プロキシに対して接続よび認証するために使用されます。
ProxyAuthScheme で利用可能な認証タイプを1つ選択した後、このプロパティを以下のように設定します。
| ProxyAuthScheme の値 | ProxyUser に設定する値 |
| BASIC | プロキシサーバーに登録されているユーザーのユーザー名。 |
| DIGEST | プロキシサーバーに登録されているユーザーのユーザー名。 |
| NEGOTIATE | プロキシサーバーが属するドメインまたは信頼されたドメイン内の有効なユーザーであるWindows ユーザーのユーザー名。user@domain またはdomain\user の形式で指定。 |
| NTLM | プロキシサーバーが属するドメインまたは信頼されたドメイン内の有効なユーザーであるWindows ユーザーのユーザー名。user@domain またはdomain\user の形式で指定。 |
| NONE | ProxyPassword 接続プロパティは設定しないでください。 |
Sync App は、ProxyAutoDetect がFalse に設定されている場合にのみ、このユーザー名を使用します。ProxyAutoDetect がTrue に設定されている場合(デフォルト)、Sync App は代わりにシステムのプロキシ設定で指定されているユーザー名を使用します。
ProxyUser 接続プロパティで指定されたユーザーに紐付けられたパスワード。
ProxyUser および ProxyPassword 接続プロパティは、ProxyServer で指定されたHTTP プロキシに対して接続よび認証するために使用されます。
ProxyAuthScheme で利用可能な認証タイプを1つ選択した後、このプロパティを以下のように設定します。
| ProxyAuthScheme の値 | ProxyPassword に設定する値 |
| BASIC | ProxyUser で指定したプロキシサーバーユーザーに紐付けられたパスワード。 |
| DIGEST | ProxyUser で指定したプロキシサーバーユーザーに紐付けられたパスワード。 |
| NEGOTIATE | ProxyUser で指定したWindows ユーザーアカウントに紐付けられたパスワード。 |
| NTLM | ProxyUser で指定したWindows ユーザーアカウントに紐付けられたパスワード。 |
| NONE | ProxyPassword 接続プロパティは設定しないでください。 |
SOCKS 5 認証もしくは、トンネリングは、FirewallType を参照してください。
Sync App は、ProxyAutoDetect がFalse に設定されている場合にのみ、このパスワードを使用します。ProxyAutoDetect がTrue に設定されている場合(デフォルト)、Sync App は代わりにシステムのプロキシ設定で指定されているパスワードを使用します。
ProxyServer 接続プロパティで指定されたプロキシサーバーに接続する際に使用するSSL タイプ。
このプロパティは、ProxyServer で指定されたHTTP プロキシへの接続にSSL を使用するかどうかを決定します。この接続プロパティには、以下の値を設定できます。
| AUTO | デフォルト設定。ProxyServer がHTTPS URL に設定されている場合、Sync App は、TUNNEL オプションを使用します。ProxyServer がHTTP URL に設定されている場合、コンポーネントはNEVER オプションを使用します。 |
| ALWAYS | 接続は、常にSSL 有効となります。 |
| NEVER | 接続は、SSL 有効になりません。 |
| TUNNEL | 接続はトンネリングプロキシ経由で行われます。プロキシサーバーがリモートホストへの接続を開き、プロキシを経由して通信が行われます。 |
ProxyServer 接続プロパティで設定されたプロキシサーバー経由での接続が免除される宛先ホスト名またはIP のセミコロン区切りのリスト。
ProxyServer は、このプロパティで定義されたアドレスを除くすべてのアドレスに使用されます。セミコロンを使用してエントリを区切ります。
Sync App はデフォルトでシステムプロキシ設定を使用するため、それ以上の設定は必要ありません。この接続にプロキシ例外を明示的に設定する場合は、ProxyAutoDetect をFalse に設定します。
このセクションでは、本プロバイダーの接続文字列で設定可能なLogging プロパティの全リストを提供します。
| プロパティ | 説明 |
| LogModules | ログファイルに含めるコアモジュールを指定します。セミコロンで区切られたモジュール名のリストを使用します。デフォルトでは、すべてのモジュールがログに記録されます。 |
ログファイルに含めるコアモジュールを指定します。セミコロンで区切られたモジュール名のリストを使用します。デフォルトでは、すべてのモジュールがログに記録されます。
このプロパティは、含めるログモジュールを指定することでログファイルの内容をカスタマイズすることができます。 ログモジュールは、クエリ実行、メタデータ、SSL 通信などの異なる領域にログ情報を分類します。 各モジュールは4文字のコードで表され、文字の名前の場合は末尾にスペースが必要なものもあります。
例えば、EXEC はクエリ実行をログに記録し、INFO は一般的なプロバイダーメッセージをログに記録します。 複数のモジュールを含めるには、次のように名前をセミコロンで区切ります:INFO;EXEC;SSL。
Verbosity 接続プロパティは、このプロパティで指定されたモジュールベースのフィルタリングよりも優先されます。 Verbosity レベルを満たし、指定されたモジュールに属するログエントリのみが記録されます。 利用可能なすべてのモジュールをログファイルに含めるには、このプロパティを空白のままにします。
利用可能なモジュールの完全なリストとログの設定に関する詳細な手引きについては、ログ の「高度なログの記録」セクションを参照してください。
このセクションでは、本プロバイダーの接続文字列で設定可能なSchema プロパティの全リストを提供します。
| プロパティ | 説明 |
| Location | テーブル、ビュー、およびストアドプロシージャを定義するスキーマファイルを格納するディレクトリの場所を指定します。サービスの要件に応じて、これは絶対パスまたは相対パスのいずれかで表されます。 |
| BrowsableSchemas | レポートされるスキーマを利用可能なすべてのスキーマのサブセットに制限するオプション設定。例えば、 BrowsableSchemas=SchemaA,SchemaB,SchemaC です。 |
| Tables | レポートされるテーブルを利用可能なすべてのテーブルのサブセットに制限するオプション設定。例えば、 Tables=TableA,TableB,TableC です。 |
| Views | レポートされたビューを使用可能なテーブルのサブセットに制限するオプション設定。例えば、 Views=ViewA,ViewB,ViewC です。 |
テーブル、ビュー、およびストアドプロシージャを定義するスキーマファイルを格納するディレクトリの場所を指定します。サービスの要件に応じて、これは絶対パスまたは相対パスのいずれかで表されます。
Location プロパティは、定義をカスタマイズしたり(例えば、カラム名を変更する、カラムを無視するなど)、新しいテーブル、ビュー、またはストアドプロシージャでデータモデルを拡張する場合にのみ必要です。
指定しない場合、デフォルトの場所は%APPDATA%\\CData\\YouTubeAnalytics Data Provider\\Schema となり、%APPDATA%はユーザーのコンフィギュレーションディレクトリに設定されます:
| プラットフォーム | %APPDATA% |
| Windows | APPDATA 環境変数の値 |
| Linux | ~/.config |
レポートされるスキーマを利用可能なすべてのスキーマのサブセットに制限するオプション設定。例えば、 BrowsableSchemas=SchemaA,SchemaB,SchemaC です。
利用可能なデータベーススキーマをすべてリストすると余分な時間がかかり、パフォーマンスが低下します。 接続文字列にスキーマのリストを指定することで、時間を節約しパフォーマンスを向上させることができます。
レポートされるテーブルを利用可能なすべてのテーブルのサブセットに制限するオプション設定。例えば、 Tables=TableA,TableB,TableC です。
データベースによっては、利用可能なすべてのテーブルをリストするのに時間がかかり、パフォーマンスが低下する場合があります。 接続文字列にテーブルのリストを指定することで、時間を節約しパフォーマンスを向上させることができます。
利用可能なテーブルがたくさんあり、すでに作業したいテーブルが決まっている場合、このプロパティを使用して対象のテーブルのみに表示を制限することができます。これを行うには、カンマ区切りのリストで使用したいテーブルを指定します。各テーブルは、角かっこ、二重引用符、またはバッククオートを使用してエスケープされた特殊文字列を含む有効なSQL 識別子である必要があります。 例えば、Tables=TableA,[TableB/WithSlash],WithCatalog.WithSchema.`TableC With Space` です。
Note:複数のスキーマまたはカタログを持つデータソースに接続する場合は、表示する各テーブルを完全修飾名で指定する必要があります。これにより、複数のカタログやスキーマに存在するテーブルが混同されることを防ぎます。
レポートされたビューを使用可能なテーブルのサブセットに制限するオプション設定。例えば、 Views=ViewA,ViewB,ViewC です。
データベースによっては、利用可能なすべてのビューをリストするのに時間がかかり、パフォーマンスが低下する場合があります。 接続文字列にビューのリストを指定することで、時間を節約しパフォーマンスを向上させることができます。
利用可能なビューがたくさんあり、すでに作業したいビューが決まっている場合、このプロパティを使用して対象のビューのみに表示を制限することができます。これを行うには、カンマ区切りのリストで使用したいビューを指定します。各ビューは、角かっこ、二重引用符、またはバッククオートを使用してエスケープされた特殊文字列を含む有効なSQL 識別子である必要があります。 例えば、Views=ViewA,[ViewB/WithSlash],WithCatalog.WithSchema.`ViewC With Space` です。
Note:複数のスキーマまたはカタログを持つデータソースに接続する場合は、確認する各ビューを完全修飾名で指定する必要があります。これにより、複数のカタログやスキーマに存在するビューが混同されることを防ぎます。
このセクションでは、本プロバイダーの接続文字列で設定可能なMiscellaneous プロパティの全リストを提供します。
| プロパティ | 説明 |
| AWSWorkloadIdentityConfig | AWS 経由でWorkload Identity Federation を使用する場合に指定する設定プロパティ。 |
| DefaultFilter | すべてのクエリに適用されるデフォルトのフィルタ。 |
| MaxRows | 集計やGROUP BY を使用しないクエリで返される最大行数を指定します。 |
| Other | 特定のユースケースに対して追加の隠しプロパティを指定します。これらは通常のprovider の機能では必要ありません。複数のプロパティを定義するには、セミコロンで区切られたリストを使用します。 |
| PseudoColumns | テーブルカラムとして公開する擬似カラムを指定します。'TableName=ColumnName;TableName=ColumnName' という形式を使用します。デフォルトは空の文字列で、このプロパティを無効にします。 |
| Timeout | provider がタイムアウトエラーを返すまでにサーバーからの応答を待機する最大時間を秒単位で指定します。デフォルトは60秒です。タイムアウトを無効にするには0を設定します。 |
| UserDefinedViews | カスタムビューを定義するJSON 構成ファイルへのファイルパスを指定します。provider は、このファイルで指定されたビューを自動的に検出して使用します。 |
| WorkloadPoolId | Workload Identity Federation プールのID。 |
| WorkloadProjectId | Workload Identity Federation プールをホストするGoogle Cloud プロジェクトのID。 |
| WorkloadProviderId | Workload Identity Federation プールプロバイダーのID。 |
AWS 経由でWorkload Identity Federation を使用する場合に指定する設定プロパティ。
このプロパティは、Key=Value プロパティのセミコロン区切りリストとしてフォーマットされ、値はオプションで引用符で囲むこともできます。
例えば、この設定はユーザーのルートキーを使用してAWS で認証します:
AWSWorkloadIdentityConfig="AuhtScheme=AwsRootKeys;AccessKey='AKIAABCDEF123456';SecretKey=...;Region=us-east-1"
すべてのクエリに適用されるデフォルトのフィルタ。
すべてのクエリに適用されるデフォルトのフィルタ。すべてのクエリにデフォルトのDimensions、StartDate、EndDate、およびSegments を設定するための便利な方法です。これらの値は、クエリで設定されると上書きされます。値の例:Dimensions=Year AND EndDate=Today
集計やGROUP BY を使用しないクエリで返される最大行数を指定します。
このプロパティは、集計やGROUP BY 句を含まないクエリに対してSync App が返す行数の上限を設定します。 この制限により、クエリがデフォルトで過度に大きな結果セットを返さないようにします。
クエリにLIMIT 句が含まれている場合、クエリで指定された値がMaxRows 設定よりも優先されます。 MaxRows が"-1" に設定されている場合、LIMIT 句が明示的にクエリに含まれていない限り、行の制限は行われません。
このプロパティは、非常に大きなデータセットを返す可能性のあるクエリを実行する際に、パフォーマンスを最適化し過剰なリソース消費を防ぐのに役立ちます。
特定のユースケースに対して追加の隠しプロパティを指定します。これらは通常のprovider の機能では必要ありません。複数のプロパティを定義するには、セミコロンで区切られたリストを使用します。
このプロパティは、シニアユーザーが特定のシナリオに対して隠しプロパティを設定できるようにします。 これらの設定は通常のユースケースには必要ありませんが、特定の要件に対応したり、追加の機能を提供したりすることができます。 複数のプロパティをセミコロン区切りのリストで定義できます。
Note: 特定のシナリオや問題に対処するためにサポートチームから助言があった場合にのみ、これらのプロパティを設定することを強く推奨します。
複数のプロパティをセミコロン区切りリストで指定します。
| DefaultColumnSize | データソースがメタデータにカラムの長さを提供しない場合に、文字列フィールドのデフォルトの長さを設定します。デフォルト値は2000です。 |
| ConvertDateTimeToGMT | 日時の値を、マシンのローカルタイムではなくGMT グリニッジ標準時に変換するかどうかを決定します。 |
| RecordToFile=filename | 基底のソケットデータ転送を指定のファイルに記録します。 |
テーブルカラムとして公開する擬似カラムを指定します。'TableName=ColumnName;TableName=ColumnName' という形式を使用します。デフォルトは空の文字列で、このプロパティを無効にします。
このプロパティを使用すると、Sync App がテーブルカラムとして公開する擬似カラムを定義できます。
個々の擬似カラムを指定するには、以下の形式を使用します。"Table1=Column1;Table1=Column2;Table2=Column3"
すべてのテーブルのすべての擬似カラムを含めるには、次のようにします:"*=*"
provider がタイムアウトエラーを返すまでにサーバーからの応答を待機する最大時間を秒単位で指定します。デフォルトは60秒です。タイムアウトを無効にするには0を設定します。
このプロパティは、Sync App が操作をキャンセルする前に操作の完了を待機する最大時間を秒単位で制御します。 操作の完了前にタイムアウト時間が経過すると、Sync App は操作をキャンセルして例外をスローします。
タイムアウトは、クエリや操作全体ではなくサーバーとの個々の通信に適用されます。 例えば、各ページング呼び出しがタイムアウト制限内に完了する場合、クエリは60秒を超えて実行を続けることができます。
このプロパティを0に設定するとタイムアウトが無効になり、操作が成功するか、サーバー側のタイムアウト、ネットワークの中断、またはサーバーのリソース制限などの他の条件で失敗するまで無期限に実行されます。 このプロパティは慎重に使用してください。長時間実行される操作がパフォーマンスを低下させたり、応答しなくなる可能性があるためです。
カスタムビューを定義するJSON 構成ファイルへのファイルパスを指定します。provider は、このファイルで指定されたビューを自動的に検出して使用します。
このプロパティを使用すると、UserDefinedViews.json というJSON 形式の構成ファイルを通じてカスタムビューを定義および管理できます。 これらのビューはSync App によって自動的に認識され、標準のデータベースビューのようにカスタムSQL クエリを実行できるようになります。 JSON ファイルは、各ビューをルート要素として定義し、その子要素として"query" を持ちます。この"query" にはビューのSQL クエリが含まれています。次に例を示します。
{
"MyView": {
"query": "SELECT * FROM Groups WHERE MyColumn = 'value'"
},
"MyView2": {
"query": "SELECT * FROM MyTable WHERE Id IN (1,2,3)"
}
}
このプロパティを使用して、1つのファイルに複数のビューを定義し、ファイルパスを指定できます。 例:UserDefinedViews=C:\Path\To\UserDefinedViews.json。 このプロパティを使用すると、指定されたビューのみがSync App によって検知されます。
詳しくは、ユーザー定義ビュー を参照してください。
Workload Identity Federation プールのID。
Workload Identity Federation プールのID。
Workload Identity Federation プールをホストするGoogle Cloud プロジェクトのID。
Workload Identity Federation プールをホストするGoogle Cloud プロジェクトのID。
Workload Identity Federation プールプロバイダーのID。
Workload Identity Federation プールプロバイダーのID。