גודל הדף המבוקש. חייב להיות בין 1 לבין 200. אם לא צוין ערך, ברירת המחדל תהיה 100. הפונקציה מחזירה את קוד השגיאה INVALID_ARGUMENT אם צוין ערך לא חוקי.
pageToken
string
אסימון שמזהה דף תוצאות שהשרת אמור להציג. בדרך כלל, זהו הערך של nextPageToken שהוחזר מהקריאה הקודמת לשיטה googleAudiences.list. אם לא יצוין, יוצג דף התוצאות הראשון.
orderBy
string
השדה שלפיו רוצים למיין את הרשימה. הערכים הקבילים הם:
googleAudienceId (ברירת מחדל)
displayName
סדר המיון שמוגדר כברירת מחדל הוא עולה. כדי לציין סדר יורד בשדה, צריך להוסיף את הסיומת 'desc' לשם השדה. דוגמה: displayName desc
filter
string
מאפשר סינון לפי שדות של קהלים ב-Google.
תחביר נתמך:
ביטויי סינון של קהלים ב-Google יכולים לכלול הגבלה אחת בלבד.
הפורמט של הגבלה הוא {field} {operator} {value}.
בכל השדות צריך להשתמש באופרטור HAS (:).
השדות הנתמכים:
displayName
דוגמאות:
כל הקהלים של Google שהשם המוצג שלהם מכיל את המילה 'Google': displayName:"Google".
פרמטר האיחוד accessor. חובה. מזהה את הישות ב-DV360 שבה הבקשה נשלחת. הבקשה ל-LIST תחזיר רק ישויות של קהלים ב-Google שזמינות לישות ב-DV360 שצוינה ב-accessor. הערך של accessor יכול להיות רק אחת מהאפשרויות הבאות:
[[["התוכן קל להבנה","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 Google audiences accessible to a specified DV360 partner or advertiser, ordered by `googleAudienceId` or `displayName`."],["Allows filtering by `displayName` using the `HAS (:)` operator and pagination using `pageSize` and `pageToken` parameters."],["The response includes a list of Google audiences and a token for retrieving subsequent pages if available."],["Requires authorization with the `https://www.googleapis.com/auth/display-video` scope."]]],["This document details how to list Google audiences using the Display & Video 360 API. A `GET` request is sent to `https://displayvideo.googleapis.com/v3/googleAudiences`. The `pageSize`, `pageToken`, `orderBy`, and `filter` query parameters define the results. The `accessor` is a union parameter that specifies the `partnerId` or `advertiserId`. The response includes a list of Google audiences and a `nextPageToken` for pagination. The request requires the `https://www.googleapis.com/auth/display-video` authorization scope.\n"]]