חובה. המזהה של סקריפט הבידינג בהתאמה אישית שרוצים לאחזר.
פרמטרים של שאילתה
פרמטרים
פרמטר האיחוד accessor. חובה. מזהה את הישות ב-DV360 שבבעלותה אלגוריתם הבידינג המותאם אישית ברמת ההורה. זה יכול להיות שותף או מפרסם. הערך של 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)."],[[["Retrieves a specific custom bidding script using its ID and the ID of its parent custom bidding algorithm."],["Requires specifying either the partner or advertiser ID that owns the custom bidding algorithm in the query parameter."],["The request body should be empty, and the response will contain the details of the custom bidding script if successful."],["Authorization requires the 'https://www.googleapis.com/auth/display-video' scope."]]],["This API retrieves a custom bidding script using a GET request. The request URL requires two path parameters: `customBiddingAlgorithmId` and `customBiddingScriptId`, both as 64-bit integers. It also mandates a query parameter `accessor`, which can be either `partnerId` or `advertiserId`, both 64-bit integers, to identify the owning entity. The request body must be empty. A successful response returns a `CustomBiddingScript` instance. This operation requires OAuth scope `https://www.googleapis.com/auth/display-video`.\n"]]