İ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ştirilmiş kitle alanlarına göre filtreleme yapılmasına olanak tanır.
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 bir sonraki sayfasını almak için kullanılan 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.
[[["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."],[[["The Display & Video 360 API v2 is sunset and this document outlines the process for listing combined audiences using the API."],["Users can filter and sort combined audiences using query parameters like `filter` and `orderBy`, with pagination handled via `pageSize` and `pageToken`."],["The request body should be empty for listing combined audiences, and the response will contain an array of `CombinedAudience` objects and a `nextPageToken` if applicable."],["Authorization is required using the `https://www.googleapis.com/auth/display-video` OAuth scope."],["Developers can access detailed information about the request and response parameters, including JSON representation and field descriptions, within the documentation."]]],["This document outlines how to list combined audiences using the Display & Video 360 API. Key actions include sending a `GET` request to the specified URL, using query parameters such as `pageSize`, `pageToken`, `orderBy`, `filter`, and `accessor` (`partnerId` or `advertiserId`) to refine the search. The request body should be empty. The API returns a response with a list of combined audiences and a `nextPageToken` for pagination, requiring the `https://www.googleapis.com/auth/display-video` authorization scope.\n"]]