İstenen sayfa boyutu. 1 ile 200 arasında olmalıdır. Belirtilmemişse varsayılan olarak 100 olur. Geçersiz bir değer belirtilirse INVALID_ARGUMENT hata kodunu döndürür.
pageToken
string
Sunucunun döndürmesi gereken sonuçların yer aldığı sayfayı tanımlayan jeton. Genellikle bu, customLists.list yöntemine önceki çağrıdan döndürülen nextPageToken değeridir. Belirtilmezse sonuçların ilk sayfası döndürülür.
orderBy
string
Listenin sıralanacağı alan. Kabul edilen değerler şunlardır:
customListId (varsayılan)
displayName
Varsayılan sıralama düzeni artan düzendir. Bir alan için azalan sıra belirtmek üzere alan adına "desc" soneki eklenmelidir. Örnek: displayName desc.
filter
string
Özel liste alanlarına göre filtrelemeye izin verir.
Desteklenen söz dizimi:
Özel listelere ilişkin filtre ifadeleri yalnızca en fazla bir kısıtlama içerebilir.
Birleştirme parametresi accessor. Zorunlu. İsteğin hangi DV360 varlığında yapıldığını tanımlar. LIST isteği yalnızca accessor içinde tanımlanan DV360 öğesine erişilebilen özel liste öğelerini döndürür. accessor şunlardan yalnızca biri olabilir:
Sonuçların sonraki sayfasını almak için jeton. Sonraki sonuç sayfasını almak için bu değeri, customLists.list yöntemine yapılan bir sonraki çağrıda pageToken alanına iletin.
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 (OAuth 2.0'a Genel Bakış) sayfasına göz atın.
[[["Anlaması kolay","easyToUnderstand","thumb-up"],["Sorunumu çözdü","solvedMyProblem","thumb-up"],["Diğer","otherUp","thumb-up"]],[["İhtiyacım olan bilgiler yok","missingTheInformationINeed","thumb-down"],["Çok karmaşık / çok fazla adım var","tooComplicatedTooManySteps","thumb-down"],["Güncel değil","outOfDate","thumb-down"],["Çeviri sorunu","translationIssue","thumb-down"],["Örnek veya kod sorunu","samplesCodeIssue","thumb-down"],["Diğer","otherDown","thumb-down"]],["Son güncelleme tarihi: 2024-09-12 UTC."],[[["This document details how to use the Display & Video 360 API to list custom lists, including specifying the order, page size, filtering, and required authorizations."],["The API request is a standard HTTP GET request to a specific URL with query parameters for customization."],["Responses include a list of custom lists (if any), and a token for retrieving subsequent pages of results."],["Users need to authorize their requests with the `https://www.googleapis.com/auth/display-video` OAuth scope."]]],["This document details how to list custom lists using the Display & Video 360 API. The core action is a `GET` request to `https://displayvideo.googleapis.com/v2/customLists`. You can filter results with `filter`, sort with `orderBy`, and define page size with `pageSize`. Pagination uses the `pageToken`, and the `accessor` parameter, like `advertiserId`, is required to specify the context. The response provides an array of `customLists` and a `nextPageToken` for subsequent pages. An empty request body is needed. OAuth scope `https://www.googleapis.com/auth/display-video` is needed.\n"]]