[[["Прост для понимания","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-01-05 UTC."],[[["This operation edits negative keywords in bulk within a specified negative keyword list, allowing for both deletion and creation of keywords atomically."],["It involves sending a POST request to the Display & Video 360 API, providing the advertiser and negative keyword list IDs."],["The request body requires specifying the negative keywords to be deleted and created."],["A successful response includes a list of the newly created negative keywords."],["Authorization requires the `https://www.googleapis.com/auth/display-video` scope."]]],["This document outlines how to use the Display & Video 360 API to bulk edit negative keywords within a single list. The process involves sending a POST request to the specified URL, including the advertiser and negative keyword list IDs in the path. The request body contains two arrays: `deletedNegativeKeywords` listing keywords to remove, and `createdNegativeKeywords` listing new keywords to add. The operation is atomic, ensuring all changes succeed or fail together, with the response confirming newly created negative keywords.\n"]]