Method: advertisers.adGroupAds.get
HTTP リクエスト
GET https://displayvideo.googleapis.com/v3/advertisers/{advertiserId}/adGroupAds/{adGroupAdId}
この URL は gRPC Transcoding 構文を使用します。
パスパラメータ
パラメータ |
advertiserId |
string (int64 format)
必須。この広告グループの広告が属する広告主の ID。
|
adGroupAdId |
string (int64 format)
必須。取得する広告グループ広告の ID。
|
リクエストの本文
リクエストの本文は空にする必要があります。
レスポンスの本文
成功した場合、レスポンスの本文には AdGroupAd
のインスタンスが含まれます。
認可スコープ
次の 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 a specific ad group ad using the provided advertiser and ad group ad IDs."],["Requires an HTTP GET request to the specified endpoint with the advertiser and ad group ad IDs as path parameters."],["The request body should be empty, and a successful response returns an `AdGroupAd` object."],["Authorization is required using the `https://www.googleapis.com/auth/display-video` OAuth scope."]]],[]]