[[["התוכן קל להבנה","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-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"]]