ज़रूरी है. इन्वेंट्री सोर्स ग्रुप का आईडी, जिसे फ़ेच करना है.
क्वेरी पैरामीटर
पैरामीटर
यूनियन पैरामीटर accessor. ज़रूरी है. इससे पता चलता है कि DV360 की किस इकाई के लिए अनुरोध किया जा रहा है. जीईटी अनुरोध सिर्फ़ इन्वेंट्री सोर्स ग्रुप की इकाई को दिखाएगा. ऐसा तब होगा, जब accessor में मौजूद DV360 इकाई को इसे ऐक्सेस किया जा सके. accessor इनमें से सिर्फ़ एक हो सकता है:
उस विज्ञापन देने वाले का आईडी जिसके पास इन्वेंट्री सोर्स ग्रुप का ऐक्सेस है.
अगर किसी इन्वेंट्री सोर्स ग्रुप का मालिकाना हक पार्टनर के पास है, तो विज्ञापन देने वाले ऐसे लोग ही ग्रुप को ऐक्सेस कर पाएंगे जिनके साथ उस ग्रुप को साफ़ तौर पर शेयर किया गया है.
अनुरोध का मुख्य भाग
अनुरोध का मुख्य हिस्सा खाली होना चाहिए.
जवाब का मुख्य हिस्सा
कामयाब रहने पर, जवाब के मुख्य हिस्से में InventorySourceGroup का एक इंस्टेंस शामिल किया जाता है.
[[["समझने में आसान है","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) को अपडेट किया गया."],[[["This documentation details how to get an inventory source group using the Display & Video 360 API."],["The request requires specifying the inventory source group ID and an accessor (either partner ID or advertiser ID) to identify the accessing entity."],["A successful response will return the InventorySourceGroup object if the accessing entity has permission."],["Authorization requires the `https://www.googleapis.com/auth/display-video` OAuth scope."]]],["This document details how to retrieve an inventory source group using the Display & Video 360 API. The key action is a `GET` request to `https://displayvideo.googleapis.com/v1/inventorySourceGroups/{inventorySourceGroupId}`. The request requires the `inventorySourceGroupId` as a path parameter and a `accessor` union parameter (`partnerId` or `advertiserId`) as a query parameter. The request body must be empty, and the successful response will contain an `InventorySourceGroup` instance. Authorization requires the `https://www.googleapis.com/auth/display-video` OAuth scope.\n"]]