[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-01-09 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"]]