[[["Anlaması kolay","easyToUnderstand","thumb-up"],["Sorunumu çözdü","solvedMyProblem","thumb-up"],["Diğer","otherUp","thumb-up"]],[["İhtiyacım olan bilgiler yok","missingTheInformationINeed","thumb-down"],["Çok karmaşık / çok fazla adım var","tooComplicatedTooManySteps","thumb-down"],["Güncel değil","outOfDate","thumb-down"],["Çeviri sorunu","translationIssue","thumb-down"],["Örnek veya kod sorunu","samplesCodeIssue","thumb-down"],["Diğer","otherDown","thumb-down"]],["Son güncelleme tarihi: 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"]]