İstenen sayfa boyutu. 1 ile 10000 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 bir jeton.
Genellikle bu, sites.list yöntemine yapılan ö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 edilebilir değerler şunlardır:
urlOrAppId (varsayılan)
Varsayılan sıralama düzeni artan düzendedir. Bir alanın azalan sırasını belirtmek için alan adına " azalan" son eki eklenmelidir. Örnek: urlOrAppId desc.
filter
string
Site alanlarına göre filtrelemeye izin verir.
Desteklenen söz dizimi:
Site alımı için filtre ifadeleri yalnızca bir kısıtlama içerebilir.
[[["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: 2023-12-02 UTC."],[[["Lists sites associated with a given channel within a Display & Video 360 partner."],["Supports pagination and filtering to refine the list of sites retrieved."],["Requires authorization with the `https://www.googleapis.com/auth/display-video` scope."],["Provides details such as site URL or app ID, along with navigation for accessing subsequent pages of results."]]],["This document outlines the process for listing sites within a channel using the Display & Video 360 API. To list sites, a `GET` request is sent to a specific URL, including `partnerId` and `channelId` as path parameters. Optional query parameters like `pageSize`, `pageToken`, `orderBy`, `filter`, and `advertiserId` can be used to refine the search. The request body must be empty, and the successful response is a `ListSitesResponse` instance. Authorization requires the `https://www.googleapis.com/auth/display-video` OAuth scope.\n"]]