इसमें कस्टम बिडिंग वाले ऐसे एल्गोरिदम की जानकारी होती है जिन्हें मौजूदा उपयोगकर्ता ऐक्सेस कर सकते हैं. साथ ही, इनका इस्तेमाल बिडिंग की अलग-अलग तरीकों में किया जा सकता है.
अनुरोध किया गया पेज साइज़. वैल्यू, 1 और 200 के बीच होनी चाहिए. अगर कोई वैल्यू नहीं दी गई है, तो डिफ़ॉल्ट रूप से 100 पर सेट होगी. अमान्य वैल्यू सबमिट करने पर, गड़बड़ी कोड INVALID_ARGUMENT दिखाता है.
pageToken
string
नतीजों के उस पेज की पहचान करने वाला टोकन जिसे सर्वर को दिखाना चाहिए. आम तौर पर, यह customBiddingAlgorithms.list वाले तरीके के पिछले कॉल से मिली nextPageToken की वैल्यू होती है. अगर कोई वैल्यू नहीं दी जाती है, तो नतीजों का पहला पेज दिखेगा.
orderBy
string
वह फ़ील्ड जिससे सूची को क्रम से लगाया जा सकता है. स्वीकार की जा सकने वाली वैल्यू ये हैं:
displayName (डिफ़ॉल्ट)
डिफ़ॉल्ट रूप से, डेटा को बढ़ते क्रम में क्रम से लगाया जाता है. किसी फ़ील्ड का घटते क्रम में देने के लिए, फ़ील्ड के नाम में सफ़िक्स "desc" जोड़ना चाहिए. उदाहरण: displayName desc.
filter
string
यह विकल्प, कस्टम बिडिंग वाले एल्गोरिदम फ़ील्ड के हिसाब से फ़िल्टर करने की अनुमति देता है.
इस्तेमाल किए जा सकने वाले सिंटैक्स:
फ़िल्टर एक्सप्रेशन में एक या उससे ज़्यादा पाबंदियां होती हैं.
AND को मिलाकर पाबंदियां जोड़ी जा सकती हैं. पाबंदियों का क्रम, AND का इस्तेमाल करता है.
पाबंदी {field} {operator} {value} में होती है.
customBiddingAlgorithmType फ़ील्ड में, EQUALS (=) ऑपरेटर का इस्तेमाल करना ज़रूरी है.
displayName फ़ील्ड में HAS (:) ऑपरेटर का इस्तेमाल करना ज़रूरी है.
इस्तेमाल किए जा सकने वाले फ़ील्ड:
customBiddingAlgorithmType
displayName
उदाहरण:
कस्टम बिडिंग के सभी एल्गोरिदम, जिनके डिसप्ले नेम में "राजनीति" शामिल है: displayName:"politics".
सभी कस्टम बिडिंग एल्गोरिदम, जिनका टाइप "script_BASED" है: customBiddingAlgorithmType=SCRIPT_BASED
इस फ़ील्ड में 500 से ज़्यादा वर्ण नहीं होने चाहिए.
यूनियन पैरामीटर accessor. ज़रूरी है. यह बताता है कि अनुरोध किस DV360 इकाई के लिए किया जा रहा है. LIST अनुरोध से सिर्फ़ कस्टम बिडिंग वाली एल्गोरिदम इकाइयां दिखेंगी जो accessor में मौजूद DV360 इकाई के लिए ऐक्सेस की जा सकती हैं. LIST अनुरोध करने के लिए, उपयोगकर्ता के पास accessor इकाई की अनुमति होनी चाहिए. accessor इनमें से कोई एक हो सकता है:
नतीजों का अगला पेज पाने के लिए टोकन. नतीजों का अगला पेज वापस पाने के लिए, अगली कॉल ListCustomBiddingAlgorithmsRequest तरीके में इस वैल्यू को pageToken फ़ील्ड में पास करें. अगर यह फ़ील्ड शून्य है, तो इसका मतलब है कि यह आखिरी पेज है.
[[["समझने में आसान है","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-11-08 (UTC) को अपडेट किया गया."],[[["Lists custom bidding algorithms accessible to the current user for bidding strategies, ordered by the `orderBy` parameter."],["Filter results by algorithm type and display name using the `filter` parameter, with a maximum length of 500 characters."],["Specify `pageSize` (1-200, default 100) and use `pageToken` for pagination through results."],["Requires authorization with the `https://www.googleapis.com/auth/display-video` scope."],["Display & Video 360 API v1 has been sunset."]]],["This document outlines the process for listing custom bidding algorithms via the Display & Video 360 API. Key actions involve sending a `GET` request to `https://displayvideo.googleapis.com/v1/customBiddingAlgorithms`. Users can specify `pageSize`, `pageToken`, `orderBy`, and `filter` in the query parameters. The `accessor` parameter is required and it identifies which entity is the request being made within. The response returns a list of custom bidding algorithms and a `nextPageToken` for pagination, if applicable, adhering to specific authorization scopes.\n"]]