Birleştirme parametresi owner. Zorunlu. Kanalların sahibi olan DV360 öğesini tanımlar. Bu, bir iş ortağı veya reklamveren olabilir. owner yalnızca aşağıdakilerden biri olabilir:
İ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 bir sonuç sayfasını tanımlayan jeton. Genellikle bu, channels.list yöntemine yapılan önceki çağrıdan döndürülen nextPageToken değerini ifade eder. Belirtilmemişse sonuçların ilk sayfası döndürülür.
orderBy
string
Listeyi sıralamak için kullanılacak alan. Kabul edilen değerler şunlardır:
displayName (varsayılan)
channelId
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
Kanal alanlarına göre filtrelemeye olanak tanır.
Desteklenen söz dizimi:
Kanal filtre ifadeleri en fazla bir kısıtlama içerebilir.
Birleştirme parametresi owner. Zorunlu. Kanalların sahibi olan DV360 öğesini tanımlar. Bu, bir iş ortağı veya reklamveren olabilir. owner yalnızca aşağıdakilerden biri olabilir:
[[["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: 2025-02-25 UTC."],[[["Lists channels for an advertiser or partner using the `ListChannels` method."],["Requires specifying the owner (either `advertiserId` or `partnerId`) as a path parameter."],["Supports optional query parameters like `pageSize`, `pageToken`, `orderBy`, and `filter` for customizing results."],["Request body should be empty, and the response contains a `ListChannelsResponse` object upon success."],["Needs authorization with the `https://www.googleapis.com/auth/display-video` scope."]]],["This content outlines the process of listing channels for a partner or advertiser via the Display & Video 360 API. The `GET` request to the specified URL uses path parameters like `advertiserId` to identify the owner. It supports query parameters including `pageSize`, `pageToken`, `orderBy`, and `filter` for pagination, sorting, and filtering. The request body must be empty, and successful requests return a `ListChannelsResponse`. Authorization requires the `https://www.googleapis.com/auth/display-video` OAuth scope.\n"]]