Method: advertisers.adGroupAds.get
Bir reklam grubu reklamı alır.
HTTP isteği
GET https://displayvideo.googleapis.com/v3/advertisers/{advertiserId}/adGroupAds/{adGroupAdId}
URL, gRPC Kod Dönüştürme söz dizimini kullanır.
Yol parametreleri
Parametreler |
advertiserId |
string (int64 format)
Zorunlu. Bu reklam grubunun reklamının ait olduğu reklamverenin kimliği.
|
adGroupAdId |
string (int64 format)
Zorunlu. Getirilecek reklam grubunun reklamının kimliği.
|
İstek içeriği
İstek metni boş olmalıdır.
Yanıt metni
Başarılıysa yanıt metni, AdGroupAd
öğesinin bir örneğini içerir.
Yetkilendirme kapsamları
Aşağıdaki OAuth kapsamını gerektirir:
https://www.googleapis.com/auth/display-video
Daha fazla bilgi için OAuth 2.0 Overview sayfasına bakın.
Aksi belirtilmediği sürece bu sayfanın içeriği Creative Commons Atıf 4.0 Lisansı altında ve kod örnekleri Apache 2.0 Lisansı altında lisanslanmıştır. Ayrıntılı bilgi için Google Developers Site Politikaları'na göz atın. Java, Oracle ve/veya satış ortaklarının tescilli ticari markasıdır.
Son güncelleme tarihi: 2025-02-25 UTC.
[null,null,["Son güncelleme tarihi: 2025-02-25 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."]]],["This document outlines how to retrieve an ad group ad using a GET request. The core action involves sending a GET request to a specific URL: `https://displayvideo.googleapis.com/v3/advertisers/{advertiserId}/adGroupAds/{adGroupAdId}`, with `advertiserId` and `adGroupAdId` being required path parameters. The request body must be empty. A successful response returns an `AdGroupAd` instance. Access requires the OAuth scope: `https://www.googleapis.com/auth/display-video`. It shows the parameters needed to do the request.\n"]]