גודל הדף המבוקש. חייב להיות בין 1 ל-200. אם לא צוין ערך, ברירת המחדל תהיה 100. מחזירה קוד שגיאה INVALID_ARGUMENT אם צוין ערך לא חוקי.
pageToken
string
אסימון שמזהה דף תוצאות שהשרת צריך להחזיר. בדרך כלל, זהו הערך של nextPageToken שהוחזר מהקריאה הקודמת ל-method channels.list. אם לא מציינים שום אפשרות, יוחזר דף התוצאות הראשון.
orderBy
string
שדה שלפיו תמיין את הרשימה. הערכים הקבילים הם:
displayName (ברירת מחדל)
channelId
סדר המיון המוגדר כברירת מחדל הוא עולה. כדי לציין סדר יורד לשדה מסוים, צריך להוסיף את הסיומת ' description' לשם השדה. דוגמה: displayName desc
filter
string
מאפשר סינון לפי שדות ערוצים.
תחביר נתמך:
ביטויי סינון לערוץ יכולים להכיל הגבלה אחת בלבד.
ההגבלה יכולה להיות {field} {operator} {value}.
בכל השדות יש להשתמש באופרטור HAS (:).
שדות נתמכים:
displayName
דוגמאות:
כל הערוצים שהשם המוצג שלהם מכיל את "google": displayName : "google".
[[["התוכן קל להבנה","easyToUnderstand","thumb-up"],["התוכן עזר לי לפתור בעיה","solvedMyProblem","thumb-up"],["סיבה אחרת","otherUp","thumb-up"]],[["חסרים לי מידע או פרטים","missingTheInformationINeed","thumb-down"],["התוכן מורכב מדי או עם יותר מדי שלבים","tooComplicatedTooManySteps","thumb-down"],["התוכן לא עדכני","outOfDate","thumb-down"],["בעיה בתרגום","translationIssue","thumb-down"],["בעיה בדוגמאות/בקוד","samplesCodeIssue","thumb-down"],["סיבה אחרת","otherDown","thumb-down"]],["עדכון אחרון: 2023-12-02 (שעון UTC)."],[[["The Display & Video 360 API v1 has been sunset and this page documents the `channels.list` method."],["This method allows partners or advertisers to retrieve a list of their channels using an HTTP GET request."],["Request parameters include `partnerId` or `advertiserId` to specify ownership, and options for pagination, sorting, and filtering."],["A successful response will contain a `ListChannelsResponse` object with the requested channel information."],["Authorization requires the `https://www.googleapis.com/auth/display-video` OAuth scope."]]],["This document details how to list channels for a partner or advertiser using the Display & Video 360 API. The `GET` request to `https://displayvideo.googleapis.com/v1/partners/{partnerId}/channels` retrieves the list. Users can specify `partnerId`, `advertiserId`, `pageSize`, `pageToken`, `orderBy`, and `filter` parameters to customize results. The request body should be empty. The response includes a list of channels, following the `ListChannelsResponse` format. Authorization requires the `https://www.googleapis.com/auth/display-video` OAuth scope.\n"]]