पेज का अनुरोध किया गया साइज़. यह वैल्यू 1 और 200 के बीच होनी चाहिए. अगर कोई वैल्यू नहीं दी गई है, तो डिफ़ॉल्ट रूप से 100 पर सेट होगी. अगर कोई अमान्य वैल्यू दी गई है, तो गड़बड़ी का कोड INVALID_ARGUMENT दिखाता है.
pageToken
string
नतीजों के उस पेज की पहचान करने वाला टोकन जिसे सर्वर को दिखाना चाहिए. आम तौर पर, यह customLists.list वाले तरीके के पिछले कॉल से मिली nextPageToken की वैल्यू होती है. अगर इसके बारे में नहीं बताया गया है, तो नतीजों का पहला पेज दिखाया जाएगा.
orderBy
string
वह फ़ील्ड जिससे सूची को क्रम से लगाया जा सकता है. स्वीकार की जा सकने वाली वैल्यू ये हैं:
customListId (डिफ़ॉल्ट)
displayName
डिफ़ॉल्ट रूप से, डेटा को बढ़ते क्रम में क्रम से लगाया जाता है. किसी फ़ील्ड का घटते क्रम में देने के लिए, फ़ील्ड के नाम में सफ़िक्स "desc" जोड़ना चाहिए. उदाहरण: displayName desc.
filter
string
कस्टम सूची फ़ील्ड के हिसाब से फ़िल्टर करने की सुविधा देता है.
इस्तेमाल किया जा सकने वाला सिंटैक्स:
कस्टम सूचियों के लिए फ़िल्टर एक्सप्रेशन में, ज़्यादा से ज़्यादा एक पाबंदी हो सकती है.
पाबंदी का फ़ॉर्म {field} {operator} {value} होता है.
सभी फ़ील्ड में, HAS (:) ऑपरेटर का इस्तेमाल करना ज़रूरी है.
इस्तेमाल किए जा सकने वाले फ़ील्ड:
displayName
उदाहरण:
वे सभी कस्टम सूचियां जिनके डिसप्ले नाम में "Google" शामिल है: displayName:"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"]],["आखिरी बार 2024-11-08 (UTC) को अपडेट किया गया."],[[["Display & Video 360 API v1 is sunset and this page documents the custom lists endpoint."],["This endpoint allows you to retrieve a list of custom lists, with options to filter, sort, and paginate the results."],["The request body should be empty, and the response includes an array of custom lists and a token for pagination."],["Authorization requires the `https://www.googleapis.com/auth/display-video` OAuth scope."]]],["This document outlines the process for listing custom lists using the Display & Video 360 API. It utilizes a `GET` request to the `/v1/customLists` endpoint. Users can specify `pageSize`, `pageToken`, `orderBy`, `filter`, and `advertiserId` as query parameters. The response includes an array of `customLists` and a `nextPageToken` for pagination. It requires the `https://www.googleapis.com/auth/display-video` authorization scope. The request body is empty.\n"]]