Method: advertisers.negativeKeywordLists.get
একটি বিজ্ঞাপনদাতা আইডি এবং একটি নেতিবাচক কীওয়ার্ড তালিকা আইডি দেওয়া একটি নেতিবাচক কীওয়ার্ড তালিকা পায়৷
HTTP অনুরোধ
GET https://displayvideo.googleapis.com/v3/advertisers/{advertiserId}/negativeKeywordLists/{negativeKeywordListId}
URL gRPC ট্রান্সকোডিং সিনট্যাক্স ব্যবহার করে।
পাথ প্যারামিটার
পরামিতি |
---|
advertiserId | string ( int64 format) প্রয়োজন। DV360 বিজ্ঞাপনদাতার আইডি যার থেকে আনা নেতিবাচক কীওয়ার্ড তালিকার অন্তর্গত। |
negativeKeywordListId | string ( int64 format) প্রয়োজন। নেতিবাচক কীওয়ার্ড তালিকার ID আনার জন্য। |
শরীরের অনুরোধ
অনুরোধের বডি খালি হতে হবে।
প্রতিক্রিয়া শরীর
সফল হলে, প্রতিক্রিয়া বডিতে NegativeKeywordList
একটি উদাহরণ থাকে।
অনুমোদনের সুযোগ
নিম্নলিখিত OAuth সুযোগ প্রয়োজন:
-
https://www.googleapis.com/auth/display-video
আরো তথ্যের জন্য, দেখুনOAuth 2.0 Overview .
অন্য কিছু উল্লেখ না করা থাকলে, এই পৃষ্ঠার কন্টেন্ট Creative Commons Attribution 4.0 License-এর অধীনে এবং কোডের নমুনাগুলি Apache 2.0 License-এর অধীনে লাইসেন্স প্রাপ্ত। আরও জানতে, Google Developers সাইট নীতি দেখুন। Java হল Oracle এবং/অথবা তার অ্যাফিলিয়েট সংস্থার রেজিস্টার্ড ট্রেডমার্ক।
2025-02-25 UTC-তে শেষবার আপডেট করা হয়েছে।
[null,null,["2025-02-25 UTC-তে শেষবার আপডেট করা হয়েছে।"],[[["Retrieves a specific negative keyword list for a given advertiser using their respective IDs."],["Utilizes an HTTP GET request with path parameters for advertiser ID and negative keyword list ID."],["Requires an empty request body and returns the negative keyword list details in the response."],["Needs authorization with the `https://www.googleapis.com/auth/display-video` scope."]]],["This document details retrieving a negative keyword list using a GET request. The request URL requires two path parameters: `advertiserId` and `negativeKeywordListId`, both as 64-bit integers. The request body must be empty. A successful request returns a `NegativeKeywordList` object in the response body. The operation requires authorization via the `https://www.googleapis.com/auth/display-video` OAuth scope. Try it out section can be used to test it.\n"]]