ODBC Driver for YouTube Analytics

Build 22.0.8479

Groups

Create, update, delete, and query YouTube Analytics Groups.

テーブル固有の情報

グループとは最大200 のチャンネル、動画、再生リスト、またはアセットのカスタムコレクションです。グループ内のすべてのアイテムは同じタイプのエンティティを表す必要があります。例えば、100 の動画と100 の再生リストを持つグループを作成することはできません。Analytics グループには、アップロードした、主張した、または管理しているチャンネルにリンクされているエンティティのみが含まれます。結果として、コンテンツ所有者は動画、再生リスト、チャンネル、またはアセットのグループを作成できます。チャンネル所有者は、動画および再生リストのグループを作成できます。

Select

WHERE 句で次のカラムを使用できます:OnBehalfOfContentOwner およびMine。

Insert

グループを挿入するには、ContentDetails_ItemType が必須です。

INSERT INTO Groups (Snippet_Title, ContentDetails_ItemType) VALUES ('test2', 'youtube#channel')

Columns

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.

Copyright (c) 2023 CData Software, Inc. - All rights reserved.
Build 22.0.8479