उस पार्टनर का आईडी जिसके पास पैरंट चैनल का मालिकाना हक है.
क्वेरी पैरामीटर
पैरामीटर
pageSize
integer
पेज का वह साइज़ जिसके लिए अनुरोध किया गया है. वैल्यू, 1 और 10000 के बीच होनी चाहिए. अगर कोई जानकारी नहीं दी गई है, तो वह डिफ़ॉल्ट रूप से 100 पर सेट हो जाएगी. अमान्य वैल्यू दिए जाने पर गड़बड़ी कोड INVALID_ARGUMENT दिखाता है.
pageToken
string
एक टोकन, जो सर्वर को दिखाए जाने वाले नतीजों के पेज की पहचान करता है.
आम तौर पर, यह nextPageToken की वैल्यू है. यह वैल्यू, sites.list को पिछले कॉल किए गए तरीके से मिलती है. अगर इसके बारे में तय नहीं किया गया है, तो नतीजों का पहला पेज दिखाया जाएगा.
orderBy
string
वह फ़ील्ड जिसके आधार पर सूची को क्रम से लगाया जाना है. ये वैल्यू स्वीकार की जा सकती हैं:
urlOrAppId (डिफ़ॉल्ट)
क्रम से लगाने का डिफ़ॉल्ट क्रम बढ़ते क्रम में है. किसी फ़ील्ड का घटते क्रम में लगाने के लिए, फ़ील्ड के नाम में " डिस" सफ़िक्स जोड़ना ज़रूरी है. उदाहरण: urlOrAppId desc.
filter
string
साइट फ़ील्ड के हिसाब से फ़िल्टर करने की अनुमति देता है.
इस्तेमाल किया जा सकने वाला सिंटैक्स:
साइट वापस पाने के लिए फ़िल्टर एक्सप्रेशन में ज़्यादा से ज़्यादा एक पाबंदी हो सकती है.
पाबंदी {field} {operator} {value} के रूप में होती है.
सभी फ़ील्ड में HAS (:) ऑपरेटर का इस्तेमाल करना ज़रूरी है.
इस्तेमाल किए जा सकने वाले फ़ील्ड:
urlOrAppId
उदाहरण:
वे सभी साइटें जिनके यूआरएल या ऐप्लिकेशन आईडी में "google" शामिल है: urlOrAppId : "google"
इस फ़ील्ड में 500 से ज़्यादा वर्ण नहीं होने चाहिए.
[[["समझने में आसान है","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) को अपडेट किया गया."],[[["Lists sites associated with a given channel within a Display & Video 360 partner."],["Supports pagination and filtering to refine the list of sites retrieved."],["Requires authorization with the `https://www.googleapis.com/auth/display-video` scope."],["Provides details such as site URL or app ID, along with navigation for accessing subsequent pages of results."]]],["This document outlines the process for listing sites within a channel using the Display & Video 360 API. To list sites, a `GET` request is sent to a specific URL, including `partnerId` and `channelId` as path parameters. Optional query parameters like `pageSize`, `pageToken`, `orderBy`, `filter`, and `advertiserId` can be used to refine the search. The request body must be empty, and the successful response is a `ListSitesResponse` instance. Authorization requires the `https://www.googleapis.com/auth/display-video` OAuth scope.\n"]]