SavedColumns: list
Belirli bir reklamveren için kayıtlı sütunların listesini alın.
Şimdi deneyin.
İstek
HTTP isteği
GET https://www.googleapis.com/doubleclicksearch/v2/agency/agencyId/advertiser/advertiserId/savedcolumns
Parametreler
Parametre adı |
Değer |
Açıklama |
Yol parametreleri |
advertiserId |
long |
Reklamverenin DS kimliği.
|
agencyId |
long |
Ajansın DS kimliği.
|
Yetkilendirme
Bu istek için aşağıdaki kapsamda yetkilendirme gerekir:
Kapsam |
https://www.googleapis.com/auth/doubleclicksearch |
Daha fazla bilgi için kimlik doğrulama ve yetkilendirme sayfasına bakın.
İstek içeriği
Bu yöntemle istek gövdesi sağlamayınız.
Yanıt
Başarılı olursa bu yöntem aşağıdaki yapıya sahip bir yanıt metni döndürür:
{
"kind": "doubleclicksearch#savedColumnList",
"items": [
savedColumns Resource
]
}
Mülk adı |
Değer |
Açıklama |
Notlar |
kind |
string |
Bu kaynağı SavedColumnList kaynağı olarak tanımlar. Değer: doubleclicksearch#savedColumnList sabit dizesi. |
|
items[] |
list |
İstenen kayıtlı sütunlar. |
|
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: 2024-11-30 UTC.
[null,null,["Son güncelleme tarihi: 2024-11-30 UTC."],[[["Retrieve a list of saved columns for a specific advertiser using the provided endpoint and required authorization."],["The request requires agency and advertiser IDs as path parameters and does not include a request body."],["Successful responses will contain a list of saved columns along with resource kind information in JSON format."],["Authorization is necessary using the `https://www.googleapis.com/auth/doubleclicksearch` scope."],["Users can test the API using the provided APIs Explorer or a standalone explorer link."]]],["This API endpoint retrieves a list of saved columns for a specific advertiser. It requires authorization with the `https://www.googleapis.com/auth/doubleclicksearch` scope. A `GET` request is sent to `https://www.googleapis.com/doubleclicksearch/v2/agency/agencyId/advertiser/advertiserId/savedcolumns`, specifying the `agencyId` and `advertiserId` in the path. A successful response returns a `savedColumnList` resource containing an array of `savedColumns`. No request body is needed.\n"]]