[[["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 2024-09-18 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"]]