Method: advertisers.get
HTTP リクエスト
GET https://displayvideo.googleapis.com/v3/advertisers/{advertiserId}
この URL は gRPC Transcoding 構文を使用します。
パスパラメータ
パラメータ |
advertiserId |
string (int64 format)
必須。取得する広告主の ID。
|
リクエストの本文
リクエストの本文は空にする必要があります。
レスポンスの本文
成功した場合、レスポンスの本文には Advertiser
のインスタンスが含まれます。
認可スコープ
次の OAuth スコープが必要です。
https://www.googleapis.com/auth/display-video
詳細については、OAuth 2.0 Overview をご覧ください。
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2025-01-09 UTC。
[null,null,["最終更新日 2025-01-09 UTC。"],[[["Retrieves detailed information about a specific advertiser using their unique identifier."],["Requires authorization with the `https://www.googleapis.com/auth/display-video` scope for access."],["Uses a simple GET request with the advertiser ID specified in the URL path."],["Returns an `Advertiser` object containing the advertiser's details if the request is successful."]]],[]]