8 সেপ্টেম্বর, 2025 থেকে শুরু করে, প্রতিটি নতুন লাইন আইটেমকে ঘোষণা করতে হবে যে তারা ইউরোপিয়ান ইউনিয়ন (EU) রাজনৈতিক বিজ্ঞাপনগুলি পরিবেশন করবে কি না। Display & Video 360 API এবং SDF আপলোডগুলি যেগুলি ঘোষণা প্রদান করে না সেগুলি ব্যর্থ হবে৷ এই ঘোষণাটি করার জন্য কীভাবে আপনার ইন্টিগ্রেশন আপডেট করবেন সে সম্পর্কে আরও বিশদ বিবরণের জন্য আমাদের অবচয় পৃষ্ঠা দেখুন।
একটি নেতিবাচক লক্ষ্যযুক্ত কীওয়ার্ড যা একটি নেতিবাচক কীওয়ার্ড তালিকার অন্তর্গত।
JSON প্রতিনিধিত্ব
{"name": string,"keywordValue": string}
ক্ষেত্র
name
string
শুধুমাত্র আউটপুট। নেতিবাচক কীওয়ার্ডের সম্পদের নাম।
keywordValue
string
প্রয়োজন। অপরিবর্তনীয়। নেতিবাচকভাবে লক্ষ্য করা কীওয়ার্ড, উদাহরণস্বরূপ car insurance ।
UTF-8 সর্বোচ্চ 255 বাইটের আকারের সাথে এনকোড করা আবশ্যক। অক্ষরের সর্বাধিক সংখ্যা 80। শব্দের সর্বাধিক সংখ্যা 10।
বৈধ অক্ষর শুধুমাত্র ASCII অক্ষরের মধ্যে সীমাবদ্ধ। শব্দের মধ্যে হোয়াইটস্পেস প্রতিনিধিত্ব করার জন্য শুধুমাত্র URL-এস্কেপিং অনুমোদিত। অগ্রণী বা পিছনের হোয়াইটস্পেস উপেক্ষা করা হয়।
[null,null,["2025-07-24 UTC-তে শেষবার আপডেট করা হয়েছে।"],[[["\u003cp\u003eA \u003ccode\u003eNegativeKeyword\u003c/code\u003e resource represents a negatively targeted keyword within a negative keyword list, preventing ads from showing on searches containing that keyword.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eNegativeKeyword\u003c/code\u003e resources have two main fields: \u003ccode\u003ename\u003c/code\u003e (resource name) and \u003ccode\u003ekeywordValue\u003c/code\u003e (the actual keyword, with restrictions on length, encoding, and characters).\u003c/p\u003e\n"],["\u003cp\u003eDisplay & Video 360 API provides methods to manage \u003ccode\u003eNegativeKeyword\u003c/code\u003e resources, including creating, deleting, listing, bulk editing, and replacing them within negative keyword lists.\u003c/p\u003e\n"]]],["Negative keywords are used for negative targeting within a list. They are represented in JSON with a `name` and a required `keywordValue` string. `keywordValue` must be UTF-8 encoded, under 255 bytes, 80 characters, and 10 words, using only ASCII characters. Actions include creating, deleting, and listing individual negative keywords. Bulk editing and replacing all keywords in a list are also possible. The `name` field is output-only, while `keywordValue` is immutable.\n"],null,["# REST Resource: advertisers.negativeKeywordLists.negativeKeywords\n\n| Display \\& Video 360 API is deprecated and will sunset on **October 7, 2025** . Migrate to [Display \\& Video 360 API v4](/display-video/api/reference/rest/v4) before sunset to avoid an interruption in service.\n- [Resource: NegativeKeyword](#NegativeKeyword)\n - [JSON representation](#NegativeKeyword.SCHEMA_REPRESENTATION)\n- [Methods](#METHODS_SUMMARY)\n\nResource: NegativeKeyword\n-------------------------\n\nA negatively targeted keyword that belongs to a negative keyword list.\n\n| JSON representation |\n|----------------------------------------------------|\n| ``` { \"name\": string, \"keywordValue\": string } ``` |\n\n| Fields ||\n|----------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `name` | `string` Output only. The resource name of the negative keyword. |\n| `keywordValue` | `string` Required. Immutable. The negatively targeted keyword, for example `car insurance`. Must be UTF-8 encoded with a maximum size of 255 bytes. Maximum number of characters is 80. Maximum number of words is 10. Valid characters are restricted to ASCII characters only. The only URL-escaping permitted is for representing whitespace between words. Leading or trailing whitespace is ignored. |\n\n| Methods ------- ||\n|-----------------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------|\n| ### [bulkEdit](/display-video/api/reference/rest/v3/advertisers.negativeKeywordLists.negativeKeywords/bulkEdit) | Bulk edits negative keywords in a single negative keyword list. |\n| ### [create](/display-video/api/reference/rest/v3/advertisers.negativeKeywordLists.negativeKeywords/create) | Creates a negative keyword in a negative keyword list. |\n| ### [delete](/display-video/api/reference/rest/v3/advertisers.negativeKeywordLists.negativeKeywords/delete) | Deletes a negative keyword from a negative keyword list. |\n| ### [list](/display-video/api/reference/rest/v3/advertisers.negativeKeywordLists.negativeKeywords/list) | Lists negative keywords in a negative keyword list. |\n| ### [replace](/display-video/api/reference/rest/v3/advertisers.negativeKeywordLists.negativeKeywords/replace) | Replaces all negative keywords in a single negative keyword list. |"]]