גודל הדף המבוקש. חייב להיות בין 1 ל-200. אם לא צויין ערך, ברירת המחדל תהיה 100. הפונקציה מחזירה את קוד השגיאה INVALID_ARGUMENT אם צוין ערך לא חוקי.
pageToken
string
אסימון שמזהה דף תוצאות שהשרת צריך להחזיר. בדרך כלל, זהו הערך של nextPageToken שהוחזר מהקריאה הקודמת ל-method combinedAudiences.list. אם לא מציינים זאת, המערכת תחזיר את דף התוצאות הראשון.
orderBy
string
השדה שלפיו צריך למיין את הרשימה. הערכים הקבילים הם:
combinedAudienceId (ברירת מחדל)
displayName
ברירת המחדל של סדר המיון היא בסדר עולה. כדי לציין סדר יורד בשדה, הסיומת 'תיאור' יש להוסיף לשם השדה. דוגמה: 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-08-21 (שעון UTC)."],[[["Display & Video 360 API v1 is sunset and this document outlines the specifications for listing combined audiences using the v1 API."],["The API request is a GET request to the specified URL with parameters for pagination, filtering, and sorting results."],["The response returns a list of combined audiences along with a token for retrieving the next page of results, if available."],["Authorization with the 'https://www.googleapis.com/auth/display-video' scope is required to use this API."]]],["This document details how to list combined audiences using the Display & Video 360 API. It uses a `GET` request to `https://displayvideo.googleapis.com/v1/combinedAudiences`. Key parameters include `pageSize`, `pageToken`, `orderBy`, and `filter` for pagination, sorting, and filtering. A required union parameter `accessor` uses either `partnerId` or `advertiserId` to identify the DV360 entity. The empty request body returns a response with `combinedAudiences` and `nextPageToken`. Authorization requires the `https://www.googleapis.com/auth/display-video` scope.\n"]]