Method: advertisers.negativeKeywordLists.delete
הפונקציה מוחקת רשימה של מילות מפתח שליליות לפי מזהה מפרסם ומזהה רשימה של מילות מפתח שליליות.
בקשת HTTP
DELETE https://displayvideo.googleapis.com/v3/advertisers/{advertiserId}/negativeKeywordLists/{negativeKeywordListId}
כתובת ה-URL משתמשת בתחביר של Transcoding של gRPC.
פרמטרים של נתיב
פרמטרים |
advertiserId |
string (int64 format)
חובה. המזהה של המפרסם ב-DV360 שאליו שייכת רשימת מילות המפתח השליליות.
|
negativeKeywordListId |
string (int64 format)
חובה. המזהה של רשימת מילות המפתח השליליות שרוצים למחוק.
|
גוף הבקשה
גוף הבקשה חייב להיות ריק.
גוף התשובה
אם הפעולה בוצעה ללא שגיאות, גוף התגובה הוא אובייקט JSON ריק.
היקפי הרשאה
נדרש היקף הרשאות OAuth הבא:
https://www.googleapis.com/auth/display-video
מידע נוסף זמין בOAuth 2.0 Overview.
אלא אם צוין אחרת, התוכן של דף זה הוא ברישיון Creative Commons Attribution 4.0 ודוגמאות הקוד הן ברישיון Apache 2.0. לפרטים, ניתן לעיין במדיניות האתר Google Developers. Java הוא סימן מסחרי רשום של חברת Oracle ו/או של השותפים העצמאיים שלה.
עדכון אחרון: 2025-02-25 (שעון UTC).
[null,null,["עדכון אחרון: 2025-02-25 (שעון UTC)."],[[["Deletes a specified negative keyword list for a given advertiser in DV360."],["Requires advertiser and negative keyword list IDs as path parameters."],["Uses an HTTP DELETE request with an empty body."],["Successful deletion results in an empty response body."],["Needs authorization with the `https://www.googleapis.com/auth/display-video` scope."]]],["This document outlines how to delete a negative keyword list within the DV360 platform. A `DELETE` HTTP request is sent to a specific URL that includes the `advertiserId` and `negativeKeywordListId` as path parameters, both of which are required. The request body must be empty. A successful deletion returns an empty JSON object in the response body. This action requires OAuth scope: `https://www.googleapis.com/auth/display-video`. The document uses gRPC Transcoding syntax.\n"]]