تاريخ التعديل الأخير: 2025-02-25 (حسب التوقيت العالمي المتفَّق عليه)
[[["يسهُل فهم المحتوى.","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 (حسب التوقيت العالمي المتفَّق عليه)"],[[["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"]]