अनुरोध किया गया पेज साइज़. वैल्यू, 1 और 200 के बीच होनी चाहिए. अगर कोई वैल्यू नहीं दी गई है, तो डिफ़ॉल्ट रूप से 100 पर सेट होगी. अगर कोई अमान्य वैल्यू दी गई है, तो गड़बड़ी का कोड INVALID_ARGUMENT दिखाता है.
pageToken
string
नतीजों के उस पेज की पहचान करने वाला टोकन जिसे सर्वर को दिखाना चाहिए. आम तौर पर, यह nextPageToken की वैल्यू होती है. इसे पिछले कॉल के दौरान combinedAudiences.list तरीके से लौटाया जाता है. अगर इसके बारे में नहीं बताया गया है, तो नतीजों का पहला पेज दिखाया जाएगा.
orderBy
string
वह फ़ील्ड जिससे सूची को क्रम से लगाया जा सकता है. ये वैल्यू स्वीकार की जाती हैं:
combinedAudienceId (डिफ़ॉल्ट)
displayName
क्रम से लगाने का डिफ़ॉल्ट क्रम बढ़ते क्रम में है. फ़ील्ड का घटते क्रम में बताने के लिए, सफ़िक्स "desc" इस्तेमाल करें फ़ील्ड के नाम में जोड़ा जाना चाहिए. उदाहरण: displayName desc.
filter
string
इससे, अलग-अलग सूचियों से मिले-जुले दर्शकों के फ़ील्ड के हिसाब से फ़िल्टर करने की सुविधा मिलती है.
इस्तेमाल किया जा सकने वाला सिंटैक्स:
संयुक्त दर्शकों के लिए फ़िल्टर एक्सप्रेशन में ज़्यादा से ज़्यादा एक ही प्रतिबंध हो सकता है.
पाबंदी का फ़ॉर्म {field} {operator} {value} होता है.
सभी फ़ील्ड में, HAS (:) ऑपरेटर का इस्तेमाल करना ज़रूरी है.
इस्तेमाल किए जा सकने वाले फ़ील्ड:
displayName
उदाहरण:
ऐसी सभी ऑडियंस जिनके डिसप्ले नेम में "Google" शामिल है: displayName : "Google".
इस फ़ील्ड में 500 से ज़्यादा वर्ण नहीं होने चाहिए.
यूनियन पैरामीटर accessor. ज़रूरी है. इससे पता चलता है कि किस DV360 इकाई के लिए अनुरोध किया जा रहा है. LIST अनुरोध सिर्फ़ उन संयुक्त दर्शक इकाइयों को दिखाएगा, जो accessor में पहचानी गई DV360 इकाई के लिए ऐक्सेस की जा सकती हैं. accessor इनमें से सिर्फ़ एक हो सकता है:
नतीजों का अगला पेज वापस पाने के लिए टोकन. नतीजों का अगला पेज वापस पाने के लिए, अगली कॉल combinedAudiences.list तरीके में इस वैल्यू को 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-09-12 (UTC) को अपडेट किया गया."],[[["The Display & Video 360 API v2 is sunset and this document outlines the process for listing combined audiences using the API."],["Users can filter and sort combined audiences using query parameters like `filter` and `orderBy`, with pagination handled via `pageSize` and `pageToken`."],["The request body should be empty for listing combined audiences, and the response will contain an array of `CombinedAudience` objects and a `nextPageToken` if applicable."],["Authorization is required using the `https://www.googleapis.com/auth/display-video` OAuth scope."],["Developers can access detailed information about the request and response parameters, including JSON representation and field descriptions, within the documentation."]]],["This document outlines how to list combined audiences using the Display & Video 360 API. Key actions include sending a `GET` request to the specified URL, using query parameters such as `pageSize`, `pageToken`, `orderBy`, `filter`, and `accessor` (`partnerId` or `advertiserId`) to refine the search. The request body should be empty. The API returns a response with a list of combined audiences and a `nextPageToken` for pagination, requiring the `https://www.googleapis.com/auth/display-video` authorization scope.\n"]]