İ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, googleAudiences.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 edilebilir değerler şunlardır:
googleAudienceId (varsayılan)
displayName
Varsayılan sıralama düzeni artan düzendir. Bir alan için azalan sırayı belirtmek için "desc" son eki alan adına eklenmesi gerekir. Örnek: displayName desc.
filter
string
Google kitle alanlarına göre filtrelemeye izin verir.
Desteklenen söz dizimi:
Google kitlelerine yönelik filtre ifadeleri 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 öğesinin erişebildiği Google kitle varlıklarını 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, googleAudiences.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-09 UTC."],[[["Lists Google audiences, with the order determined by the `orderBy` parameter and results filtered using the `filter` parameter."],["Supports pagination using `pageSize` and `pageToken` parameters to retrieve and navigate through the list of Google audiences."],["Requires specifying an `accessor` parameter to identify the DV360 entity (partner or advertiser) for access control."],["Uses a GET request to `https://displayvideo.googleapis.com/v2/googleAudiences` with optional query parameters for filtering and ordering."],["Needs authorization with the `https://www.googleapis.com/auth/display-video` scope for accessing the Display & Video 360 API."]]],["This document outlines the process of listing Google audiences via the Display & Video 360 API. Key actions include using a `GET` request to the specified URL. Requests can be customized using query parameters like `pageSize`, `pageToken`, `orderBy`, and `filter`. An `accessor` parameter, either `partnerId` or `advertiserId`, is required. The API returns a list of `googleAudiences` and a `nextPageToken` for pagination, with responses structured in JSON. OAuth scope `https://www.googleapis.com/auth/display-video` is required.\n"]]