動画の MadeForKids ステータスの確認
子ども向けに制作された YouTube コンテンツ(Made ForKids または「子ども向け」のラベルが付けられているコンテンツ)では、特別な注意が必要です。
たとえば、サイトまたはアプリに MadeForKids 指定の YouTube 動画を埋め込んだ場合、デベロッパー ポリシーのセクション III.E.4.j でトラッキングをオフにし、そのプレーヤーに関するすべてのデータ収集を、米国の児童オンライン プライバシー保護法(COPPA)などの適用される法律を遵守する必要があります。
動画が MadeForKids として指定されているかどうか不明な場合は、YouTube Data API サービスでいつでも動画のステータスを確認できます。手順は次のとおりです。
- https://console.cloud.google.com/ で Google デベロッパー アカウントを作成するか、アカウントにアクセスします。
- 選択した API プロジェクトに YouTube API を追加します(まだ追加していない場合)。YouTube API サービスのデフォルトの割り当ては 1 日あたり 10,000 割り当てポイントですが、MadeForKids の動画ステータス(最大 5,000 本)を確認するにはこれで十分です。
- YouTube Data API サービスを使用して、
videos.list
エンドポイントを呼び出します。
- リクエスト パラメータに関連する動画 ID を含めます。
- リクエストの
part
パラメータには、少なくとも id
と status
の部分を含めます。
video
リソースで、リソースの status.madeForKids
プロパティで返される MFK ステータスを確認します。
MadeForKids のガイドラインについて詳しくは、YouTube ヘルプセンターをご覧ください。
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2023-02-23 UTC。
[null,null,["最終更新日 2023-02-23 UTC。"],[[["Content designated as \"MadeForKids\" (MFK) on YouTube requires special handling due to specific legal requirements."],["Embedding MFK YouTube videos mandates disabling tracking and ensuring data collection complies with laws like COPPA."],["The YouTube Data API Service can be used to determine if a video is designated as MFK by calling the `videos.list` endpoint."],["You must use a Google developer account and add the YouTube API to a project to use the YouTube Data API."],["The `status.madeForKids` property within the `videos` resource will define if the video is an MFK video or not, when using the `videos.list` endpoint."]]],["YouTube content marked \"MadeForKids\" (MFK) necessitates specific handling. Embedding MFK videos requires disabling tracking and ensuring data collection complies with laws like COPPA. To verify a video's MFK status, use the YouTube Data API Service. Access your Google developer account, enable the YouTube API, and use the `videos.list` endpoint. Include video IDs and the `id` and `status` parts in the request. The `status.madeForKids` property reveals the MFK designation.\n"]]