Method: advertisers.negativeKeywordLists.negativeKeywords.create
नेगेटिव कीवर्ड की सूची में नेगेटिव कीवर्ड बनाता है.
एचटीटीपी अनुरोध
POST https://displayvideo.googleapis.com/v3/advertisers/{advertiserId}/negativeKeywordLists/{negativeKeywordListId}/negativeKeywords
यूआरएल में gRPC ट्रांसकोडिंग सिंटैक्स का इस्तेमाल किया गया है.
पाथ पैरामीटर
पैरामीटर |
advertiserId |
string (int64 format)
ज़रूरी है. DV360 का इस्तेमाल करके विज्ञापन देने वाले उस व्यक्ति या कंपनी का आईडी जिससे पैरंट नेगेटिव कीवर्ड की सूची जुड़ी है.
|
negativeKeywordListId |
string (int64 format)
ज़रूरी है. उस पैरंट नेगेटिव कीवर्ड सूची का आईडी जिसमें नेगेटिव कीवर्ड बनाया जाएगा.
|
अनुरोध का मुख्य भाग
अनुरोध के मुख्य भाग में NegativeKeyword
का उदाहरण है.
जवाब का मुख्य भाग
कामयाब रहने पर, जवाब के मुख्य हिस्से में NegativeKeyword
का नया इंस्टेंस शामिल किया जाता है.
अनुमति के दायरे
नीचे दिए गए OAuth के लिंक की ज़रूरत हाेती है:
https://www.googleapis.com/auth/display-video
ज़्यादा जानकारी के लिए, OAuth 2.0 Overview देखें.
जब तक कुछ अलग से न बताया जाए, तब तक इस पेज की सामग्री को Creative Commons Attribution 4.0 License के तहत और कोड के नमूनों को Apache 2.0 License के तहत लाइसेंस मिला है. ज़्यादा जानकारी के लिए, Google Developers साइट नीतियां देखें. Oracle और/या इससे जुड़ी हुई कंपनियों का, Java एक रजिस्टर किया हुआ ट्रेडमार्क है.
आखिरी बार 2025-02-25 (UTC) को अपडेट किया गया.
[null,null,["आखिरी बार 2025-02-25 (UTC) को अपडेट किया गया."],[[["Creates a negative keyword within a specified negative keyword list for a given advertiser in Display & Video 360."],["Requires providing the advertiser ID and negative keyword list ID as path parameters in the HTTP request."],["The request body should contain details of the negative keyword to be created, as defined in the NegativeKeyword object."],["Upon successful execution, the API returns the newly created negative keyword object in the response body."],["Utilizes OAuth 2.0 for authorization and requires the `https://www.googleapis.com/auth/display-video` scope."]]],["This describes how to create a negative keyword within a specified list. A `POST` request is sent to the provided URL, including the `advertiserId` and `negativeKeywordListId` as required path parameters. The request body contains the new `NegativeKeyword` data. Upon success, the response body returns the newly created `NegativeKeyword` object. This process requires OAuth authorization with the `https://www.googleapis.com/auth/display-video` scope.\n"]]