स्क्रिप्ट फ़ाइल के लिए, कस्टम बिडिंग स्क्रिप्ट का रेफ़रंस ऑब्जेक्ट बनाता है.
नतीजे के तौर पर मिलने वाला रेफ़रंस ऑब्जेक्ट, एक रिसॉर्स पाथ देता है जिस पर स्क्रिप्ट फ़ाइल अपलोड की जानी चाहिए. नया कस्टम बिडिंग स्क्रिप्ट ऑब्जेक्ट बनाते समय, इस रेफ़रंस ऑब्जेक्ट को शामिल किया जाना चाहिए.
एचटीटीपी अनुरोध
GET https://displayvideo.googleapis.com/v1/customBiddingAlgorithms/{customBiddingAlgorithmId}:uploadScript
ज़रूरी है. स्क्रिप्ट का मालिकाना हक कस्टम बिडिंग वाले एल्गोरिदम के आईडी के पास होता है.
क्वेरी पैरामीटर
पैरामीटर
यूनियन पैरामीटर owner. ज़रूरी है. यह DV360 इकाई की पहचान करता है, जिसके पास पैरंट कस्टम बिडिंग एल्गोरिदम होता है. यह पार्टनर या विज्ञापन देने वाला हो सकता है. owner इनमें से सिर्फ़ एक हो सकता है:
[[["समझने में आसान है","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"]],["आखिरी बार 2023-12-02 (UTC) को अपडेट किया गया."],[[["Creates a custom bidding script reference object to upload a script file for a custom bidding algorithm."],["To use, include the resulting reference object when creating a new custom bidding script object."],["Requires specifying the custom bidding algorithm ID and the owner (partner or advertiser) in the request."],["Authentication is necessary using the `https://www.googleapis.com/auth/display-video` OAuth scope."]]],["This describes how to create a custom bidding script reference object for uploading a script file using the Display & Video 360 API. The process uses a `GET` request to `customBiddingAlgorithms/{customBiddingAlgorithmId}:uploadScript`. Required path parameters include the `customBiddingAlgorithmId`. The `owner` query parameter is required and can be either a `partnerId` or `advertiserId`. The request body must be empty and if successful it returns a CustomBiddingScriptRef object. Authorization requires the `https://www.googleapis.com/auth/display-video` scope.\n"]]