חובה. המזהה של אלגוריתם הבידינג בהתאמה אישית שבבעלותו משאב הכללים.
פרמטרים של שאילתה
פרמטרים
pageSize
integer
גודל הדף המבוקש. חייב להיות בין 1 לבין 200. אם לא צוין ערך, ברירת המחדל היא 100. הפונקציה מחזירה את קוד השגיאה INVALID_ARGUMENT אם צוין ערך לא חוקי.
pageToken
string
אסימון שמזהה דף תוצאות שהשרת אמור להציג. בדרך כלל, זהו הערך של nextPageToken שהוחזר מהקריאה הקודמת לשיטה rules.list. אם לא יצוין, יוצג דף התוצאות הראשון.
orderBy
string
השדה שלפיו רוצים למיין את הרשימה. הערכים הקבילים הם:
createTime desc (ברירת מחדל)
סדר המיון שמוגדר כברירת מחדל הוא יורד. כדי לציין סדר עולה בשדה, צריך להסיר את הסיומת 'desc'. דוגמה: createTime
פרמטר האיחוד accessor. חובה. מזהה את הישות ב-DV360 שבבעלותה אלגוריתם הבידינג המותאם אישית ברמת ההורה. זה יכול להיות שותף או מפרסם. הערך של accessor יכול להיות רק אחת מהאפשרויות הבאות:
אסימון לאחזור של דף התוצאות הבא. כדי לאחזר את דף התוצאות הבא, מעבירים את הערך הזה בשדה pageToken בקריאה הבאה לשיטה ListCustomBiddingAlgorithmRulesRequest. אם השדה הזה הוא null, המשמעות היא שזהו הדף האחרון.
[[["התוכן קל להבנה","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-04-02 (שעון UTC)."],[[["Lists Custom Bidding Algorithm Rules resources for a given algorithm, ordered by `createTime` (descending) by default."],["Allows filtering by partner or advertiser ID using the `accessor` parameter."],["Supports pagination with `pageSize` and `pageToken` for retrieving large result sets."],["Requires the `https://www.googleapis.com/auth/display-video` OAuth scope for authorization."],["Returns a list of `CustomBiddingAlgorithmRules` objects and a `nextPageToken` for subsequent requests."]]],["This resource details how to list rules for a custom bidding algorithm. A `GET` request to `https://displayvideo.googleapis.com/v3/customBiddingAlgorithms/{customBiddingAlgorithmId}/rules` retrieves these rules. The `customBiddingAlgorithmId` is required as a path parameter. Query parameters allow for `pageSize`, `pageToken`, and `orderBy` for controlling results and `partnerId` or `advertiserId` as accessors. The empty request body returns a JSON response with a list of `customBiddingRules` and a `nextPageToken`. The process requires the `https://www.googleapis.com/auth/display-video` authorization scope.\n"]]