[[["Dễ hiểu","easyToUnderstand","thumb-up"],["Giúp tôi giải quyết được vấn đề","solvedMyProblem","thumb-up"],["Khác","otherUp","thumb-up"]],[["Thiếu thông tin tôi cần","missingTheInformationINeed","thumb-down"],["Quá phức tạp/quá nhiều bước","tooComplicatedTooManySteps","thumb-down"],["Đã lỗi thời","outOfDate","thumb-down"],["Vấn đề về bản dịch","translationIssue","thumb-down"],["Vấn đề về mẫu/mã","samplesCodeIssue","thumb-down"],["Khác","otherDown","thumb-down"]],["Cập nhật lần gần đây nhất: 2025-04-02 UTC."],[[["Replaces all negative keywords within a specified negative keyword list using the provided new keywords."],["Utilizes an HTTP POST request to the Display & Video 360 API with specific advertiser and negative keyword list IDs."],["Requires providing a request body containing a list of new negative keywords in JSON format."],["Returns a response body with a list of all negative keywords present in the list after the replacement in JSON format."],["Needs authorization with the `https://www.googleapis.com/auth/display-video` scope."]]],["This outlines the process of replacing negative keywords in a list using a `POST` request to a specified URL. Key actions include providing the `advertiserId` and `negativeKeywordListId` in the URL path. The request body contains a list of `newNegativeKeywords` to replace existing ones. The response body returns the updated list of all `negativeKeywords` in the list. This requires authorization using a specific OAuth scope.\n"]]