ज़रूरी है. DV360 का इस्तेमाल करके विज्ञापन देने वाले उस व्यक्ति या कंपनी का आईडी जिससे फ़ेच की गई नेगेटिव कीवर्ड सूचियां जुड़ी हैं.
क्वेरी पैरामीटर
पैरामीटर
pageSize
integer
पेज का अनुरोध किया गया साइज़. यह वैल्यू 1 और 200 के बीच होनी चाहिए. अगर यह सेट नहीं किया गया है, तो डिफ़ॉल्ट रूप से 100 लागू हो जाती है. अमान्य वैल्यू सबमिट करने पर, गड़बड़ी कोड INVALID_ARGUMENT दिखाता है.
pageToken
string
नतीजों के उस पेज की पहचान करने वाला टोकन जिसे सर्वर को दिखाना चाहिए.
आम तौर पर, यह negativeKeywordLists.list वाले तरीके के पिछले कॉल से मिली nextPageToken की वैल्यू होती है. अगर कोई नंबर नहीं दिया जाता है, तो नतीजों का पहला पेज दिखेगा.
अनुरोध का मुख्य भाग
अनुरोध का मुख्य हिस्सा खाली होना चाहिए.
जवाब का मुख्य भाग
NegativeKeywordListService.ListNegativeKeywordLists के लिए रिस्पॉन्स मैसेज.
अगर एपीआई सही से जुड़ जाता है, ताे जवाब के मुख्य भाग में नीचे दिए गए स्ट्रक्चर शामिल होता है.
[[["समझने में आसान है","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"]],["आखिरी बार 2025-02-25 (UTC) को अपडेट किया गया."],[[["Lists negative keyword lists associated with a specific Display & Video 360 advertiser ID."],["Allows for pagination with customizable page size and tokens for retrieving subsequent result pages."],["Requires authorization with the `https://www.googleapis.com/auth/display-video` scope."],["The response includes an array of negative keyword lists and a token for fetching the next page if available."],["Employs gRPC Transcoding for its URL structure and provides detailed parameters and response fields."]]],["This document outlines the process to list negative keyword lists for a specific advertiser. It uses a `GET` HTTP request to the provided URL, including a required `advertiserId` path parameter. Optional query parameters, `pageSize` and `pageToken`, allow for pagination. The request body must be empty. The response contains a list of negative keyword lists and a `nextPageToken` for pagination, formatted as a JSON representation. Requires the `https://www.googleapis.com/auth/display-video` authorization scope.\n"]]