חובה. המזהה של השותף דרכו מתבצעת הגישה לפעילויות ב-Floodlight.
pageSize
integer
זה שינוי אופציונלי. גודל הדף המבוקש. חייב להיות בין 1 לבין 100. אם לא צוין ערך, ברירת המחדל תהיה 100. הפונקציה מחזירה את קוד השגיאה INVALID_ARGUMENT אם צוין ערך לא חוקי.
pageToken
string
זה שינוי אופציונלי. אסימון שמזהה דף תוצאות שהשרת אמור להציג. בדרך כלל, זהו הערך של nextPageToken שהוחזר מהקריאה הקודמת לשיטה floodlightActivities.list. אם לא יצוין, יוצג דף התוצאות הראשון.
orderBy
string
זה שינוי אופציונלי. השדה שלפיו רוצים למיין את הרשימה. הערכים הקבילים הם:
displayName (ברירת מחדל)
floodlightActivityId
סדר המיון שמוגדר כברירת מחדל הוא עולה. כדי לציין סדר יורד בשדה, צריך להוסיף את הסיומת 'desc' לשם השדה. דוגמה: displayName desc
גוף הבקשה
גוף הבקשה חייב להיות ריק.
גוף התשובה
אם הפעולה מצליחה, גוף התגובה מכיל נתונים במבנה הבא:
[[["התוכן קל להבנה","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"]],["עדכון אחרון: 2025-02-25 (שעון UTC)."],[[["Lists Floodlight activities within a specified Floodlight group using the `floodlightActivities.list` method."],["Requires specifying the `floodlightGroupId` and `partnerId` as path and query parameters, respectively."],["Allows for pagination using `pageSize` and `pageToken` query parameters, and sorting results by `displayName` or `floodlightActivityId`."],["Returns a list of Floodlight activities with details and a token for retrieving subsequent pages if available."],["Requires authorization with the `https://www.googleapis.com/auth/display-video` scope."]]],["This API endpoint retrieves a list of Floodlight activities within a specified Floodlight group. Key actions include sending a `GET` request to the provided URL, including the required `floodlightGroupId` and `partnerId`. Optional `pageSize`, `pageToken`, and `orderBy` query parameters allow for result pagination and sorting. The request body must be empty, and the response contains a list of `floodlightActivities` and a `nextPageToken` for further pagination.\n"]]