גודל הדף המבוקש. חייב להיות בין 1 ל-200. אם לא צויין ערך, ברירת המחדל תהיה 100. הפונקציה מחזירה את קוד השגיאה INVALID_ARGUMENT אם צוין ערך לא חוקי.
pageToken
string
אסימון שמזהה דף תוצאות שהשרת אמור להציג. בדרך כלל, זהו הערך של nextPageToken שהוחזר מהקריאה הקודמת ל-method combinedAudiences.list. אם לא מצוין, יוצג דף התוצאות הראשון.
orderBy
string
השדה שלפיו צריך למיין את הרשימה. הערכים הקבילים הם:
combinedAudienceId (ברירת מחדל)
displayName
ברירת המחדל של סדר המיון היא בסדר עולה. כדי לציין סדר יורד בשדה, צריך להוסיף את הסיומת 'desc' לשם השדה. דוגמה: displayName desc
filter
string
מאפשרת סינון לפי שדות של קהלים משולבים.
תחביר נתמך:
ביטויי סינון של קהלים משולבים יכולים להכיל רק הגבלה אחת לכל היותר.
הגבלה היא בצורה הבאה: {field} {operator} {value}.
צריך להשתמש באופרטור HAS (:) בכל השדות.
שדות נתמכים:
displayName
דוגמאות:
כל הקהלים המשולבים שהשם המוצג שלהם מכיל את המילה 'Google': displayName : "Google".
פרמטר האיחוד accessor. חובה. מזהה את הישות ב-DV360 שבה הבקשה נשלחת. הבקשה LIST תחזיר רק ישויות קהלים משולבות שניתן לגשת אליהן לישות ב-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"]],["עדכון אחרון: 2024-09-12 (שעון UTC)."],[[["The Display & Video 360 API v2 is sunset and this document outlines the process for listing combined audiences using the API."],["Users can filter and sort combined audiences using query parameters like `filter` and `orderBy`, with pagination handled via `pageSize` and `pageToken`."],["The request body should be empty for listing combined audiences, and the response will contain an array of `CombinedAudience` objects and a `nextPageToken` if applicable."],["Authorization is required using the `https://www.googleapis.com/auth/display-video` OAuth scope."],["Developers can access detailed information about the request and response parameters, including JSON representation and field descriptions, within the documentation."]]],["This document outlines how to list combined audiences using the Display & Video 360 API. Key actions include sending a `GET` request to the specified URL, using query parameters such as `pageSize`, `pageToken`, `orderBy`, `filter`, and `accessor` (`partnerId` or `advertiserId`) to refine the search. The request body should be empty. The API returns a response with a list of combined audiences and a `nextPageToken` for pagination, requiring the `https://www.googleapis.com/auth/display-video` authorization scope.\n"]]