2025 年 9 月 8 日以降、すべての新しい広告申込情報で、欧州連合(EU)の政治広告を配信するかどうかを宣言する必要があります。宣言が提供されていないディスプレイ&ビデオ 360 API と SDF のアップロードは失敗します。統合を更新してこの宣言を行う方法について詳しくは、
非推奨のページをご覧ください。
概要
コレクションでコンテンツを整理
必要に応じて、コンテンツの保存と分類を行います。
ユーザー アクセス権は、ディスプレイ&ビデオ 360 プロダクト内で個人が実行できるオペレーションを管理します。ユーザーは、認証時に使用された Google アカウントで識別されます。ユーザーのアクセス権の範囲は、割り当てられたユーザー役割によって決まります。ユーザー役割は、ディスプレイ&ビデオ 360 の Partner
リソースまたは Advertiser
リソースにリンクされています。
このガイドでは、ディスプレイ&ビデオ 360 API を使用してユーザーを検索して作成し、ユーザーロールを割り当てる方法について説明します。
前提条件
Display & Video 360 API のユーザー サービスを利用するには、次の手順を完了する必要があります。必要に応じて、チーム内の既存の管理者ユーザーに連絡し、ディスプレイ&ビデオ 360 で必要なユーザー役割を有効にします。
スタートガイドに沿って API プロジェクトを作成して認証します。
承認にサービス アカウントのフローが使用されていることを確認します。ディスプレイ&ビデオ 360 API の users
サービスにアクセスできるのは、サービス アカウントのみです。認証プロセスでは、users
サービスに固有の OAuth スコープも使用する必要があります。
サービス アカウントがディスプレイ&ビデオ 360 のユーザーであり、必要なリソースに対する必要なユーザーロールがあることを確認します。ユーザーとその割り当てられたユーザーロールを変更できるのは、管理者ロールのみです。他の標準ロールでは、ユーザー リソースに対する読み取りアクセス権のみが付与されます。
ユーザーロールについて
割り当てられたユーザーロールによって、ディスプレイ&ビデオ 360 のさまざまな広告配信リソースに対するユーザーのアクセス権のレベルが決まります。ユーザーロールに関する重要な注意事項は次のとおりです。
ユーザーロールは、Advertiser
と Partner
の 2 種類のリソースタイプに付与できます。
一部のユーザーロールは、特定のリソースタイプにのみ割り当てることができます。
パートナーに割り当てられたユーザーロールは、そのパートナーの傘下にあるすべての広告主に自動的にそのレベルのアクセス権を付与します。
ユーザー役割は、アクセスできる他のユーザーや、ユーザーの作成、他のユーザーに割り当てられたロールの変更が可能かどうかも制御します。ユーザーは、同じリソースへのアクセス権を共有しているユーザーのみを確認できます。たとえば、パートナー リソースへの標準アクセス権がある場合、そのパートナーまたはその傘下の広告主にアクセスできるすべてのユーザーが users.list
メソッド レスポンスに含まれます。
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2025-07-25 UTC。
[null,null,["最終更新日 2025-07-25 UTC。"],[[["\u003cp\u003eDisplay & Video 360 user access is determined by assigned user roles linked to Partner or Advertiser resources.\u003c/p\u003e\n"],["\u003cp\u003eThis guide explains how to find, create, and assign user roles to users through the Display & Video 360 API using service accounts.\u003c/p\u003e\n"],["\u003cp\u003eOnly Admin user roles can modify users and their roles; other roles only provide read access to user resources.\u003c/p\u003e\n"],["\u003cp\u003eUser access is limited to resources they share with other users, meaning visibility is restricted to users with overlapping resource access.\u003c/p\u003e\n"],["\u003cp\u003eUser roles can be assigned at the Partner or Advertiser level, with some roles specific to a resource type and Partner-level roles granting access to all advertisers under that Partner.\u003c/p\u003e\n"]]],["Users in Display & Video 360 are identified by their Google account, and their actions are dictated by assigned roles linked to Partner or Advertiser resources. To use the API, an API project needs authorization, and only service accounts can access the user service with a specific OAuth scope. Admin users can create and modify users and roles; others can only read. User roles grant access to resources; roles at the partner level automatically apply to all advertisers. Users can only see those with access to the same resources.\n"],null,["# Overview\n\nUser access governs the operations individuals can do within the\nDisplay \\& Video 360 product. [Users](/display-video/api/reference/rest/current/users) are identified by the Google\naccount used during authentication. The extent of a user's access is determined\nby their assigned user roles, which are linked to Display \\& Video 360\n[`Partner`](/display-video/api/reference/rest/current/partners) or [`Advertiser`](/display-video/api/reference/rest/current/advertisers) resources.\n\nThis guide describes how to find and create users, as well as assign them user\nroles through the Display \\& Video 360 API.\n\nPrerequisites\n-------------\n\nBefore you start working with Display \\& Video 360 API User services, you'll need to\ncomplete the following steps. Contact an existing **Admin** user on your team to\nhave the necessary Display \\& Video 360 user roles enabled, if necessary:\n\n1. Create and authorize an API project as outlined in our\n [Get Started](/display-video/api/guides/getting-started) guide.\n\n2. Ensure that you're following the [service account](/display-video/api/guides/how-tos/service-account)\n flow for authorization. Only service accounts can access the Display \\& Video 360 API\n [`users`](/display-video/api/reference/rest/current/users) service. An [OAuth scope specific to the `users`\n service](/display-video/api/reference/rest/current/users/get#authorization-scopes) must also be used in the authentication process.\n\n3. Ensure that the service account is a Display \\& Video 360 user, and has the\n requisite [user roles](//support.google.com/displayvideo/answer/2723011) for the necessary resources. Only the\n [Admin](/display-video/api/reference/rest/current/users#UserRole.ENUM_VALUES.ADMIN) role allows you to make changes to a user and their\n assigned user roles. Any other [standard role](//support.google.com/displayvideo/answer/2723011#user-roles) only gives\n you read access to user resources.\n\nUnderstand user roles\n---------------------\n\nAssigned user roles determine the level of access users have to different\nDisplay \\& Video 360 ad-serving resources. Important things to know about user\nroles include:\n\n- A user role can be given for two different resource types:\n [`Advertiser`](/display-video/api/reference/rest/current/advertisers) and [`Partner`](/display-video/api/reference/rest/current/partners).\n\n- Some user roles can only be assigned for a specific resource type.\n\n- A user role assigned for a partner automatically grants that level of access\n to all advertisers under that partner.\n\nUser roles also control which other users you have access to, and whether you\ncan create users and or modify others' assigned roles. **As a user, you can\nonly see users who share access to the same resource.** For example, if you\nhave standard access to a partner resource, all users who have access to that\npartner or any of the advertisers under it will be included in a\n[`users.list`](/display-video/api/reference/rest/current/users/list) method response."]]