גודל הדף המבוקש. חייב להיות בין 1 ל-200. אם לא צוין ערך, ברירת המחדל תהיה 100. הפונקציה מחזירה את קוד השגיאה INVALID_ARGUMENT אם צוין ערך לא חוקי.
pageToken
string
אסימון שמזהה דף תוצאות שהשרת אמור להציג. בדרך כלל, זהו הערך של nextPageToken שהוחזר מהקריאה הקודמת לשיטה customLists.list. אם לא מצוין, יוצג דף התוצאות הראשון.
orderBy
string
השדה שלפיו רוצים למיין את הרשימה. הערכים הקבילים הם:
customListId (ברירת מחדל)
displayName
סדר המיון שמוגדר כברירת מחדל הוא עולה. כדי לציין סדר יורד בשדה, צריך להוסיף את הסיומת 'desc' לשם השדה. דוגמה: 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"]],["עדכון אחרון: 2024-11-08 (שעון UTC)."],[[["Display & Video 360 API v1 is sunset and this page documents the custom lists endpoint."],["This endpoint allows you to retrieve a list of custom lists, with options to filter, sort, and paginate the results."],["The request body should be empty, and the response includes an array of custom lists and a token for pagination."],["Authorization requires the `https://www.googleapis.com/auth/display-video` OAuth scope."]]],["This document outlines the process for listing custom lists using the Display & Video 360 API. It utilizes a `GET` request to the `/v1/customLists` endpoint. Users can specify `pageSize`, `pageToken`, `orderBy`, `filter`, and `advertiserId` as query parameters. The response includes an array of `customLists` and a `nextPageToken` for pagination. It requires the `https://www.googleapis.com/auth/display-video` authorization scope. The request body is empty.\n"]]