İ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, combinedAudiences.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:
combinedAudienceId (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
Birleşik kitle alanlarına göre filtrelemeye izin verir.
Desteklenen söz dizimi:
Birleştirilmiş kitlelere 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 birleşik 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, combinedAudiences.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-08-21 UTC."],[[["Display & Video 360 API v1 is sunset and this document outlines the specifications for listing combined audiences using the v1 API."],["The API request is a GET request to the specified URL with parameters for pagination, filtering, and sorting results."],["The response returns a list of combined audiences along with a token for retrieving the next page of results, if available."],["Authorization with the 'https://www.googleapis.com/auth/display-video' scope is required to use this API."]]],["This document details how to list combined audiences using the Display & Video 360 API. It uses a `GET` request to `https://displayvideo.googleapis.com/v1/combinedAudiences`. Key parameters include `pageSize`, `pageToken`, `orderBy`, and `filter` for pagination, sorting, and filtering. A required union parameter `accessor` uses either `partnerId` or `advertiserId` to identify the DV360 entity. The empty request body returns a response with `combinedAudiences` and `nextPageToken`. Authorization requires the `https://www.googleapis.com/auth/display-video` scope.\n"]]