2025년 9월 8일부터 모든 새 광고 항목은 유럽연합 (EU) 정치 광고를 게재할지 여부를 선언해야 합니다. 선언을 제공하지 않는 Display & Video 360 API 및 SDF 업로드는 실패합니다. 통합을 업데이트하여 이 선언을 하는 방법에 대한 자세한 내용은
지원 중단 페이지를 참고하세요.
REST Resource: advertisers.negativeKeywordLists
컬렉션을 사용해 정리하기
내 환경설정을 기준으로 콘텐츠를 저장하고 분류하세요.
리소스: NegativeKeywordList
JSON 표현 |
{
"name": string,
"negativeKeywordListId": string,
"displayName": string,
"advertiserId": string,
"targetedLineItemCount": string
} |
필드 |
name |
string
출력 전용입니다. 제외 키워드 목록의 리소스 이름입니다.
|
negativeKeywordListId |
string (int64 format)
출력 전용입니다. 제외 키워드 목록의 고유 ID입니다. 시스템에서 할당합니다.
|
displayName |
string
필수 항목입니다. 제외 키워드 목록의 표시 이름입니다. UTF-8로 인코딩되어야 하며 최대 크기는 255바이트여야 합니다.
|
advertiserId |
string (int64 format)
출력 전용입니다. 제외 키워드 목록이 속한 광고주의 고유 ID입니다.
|
targetedLineItemCount |
string (int64 format)
출력 전용입니다. 이 제외 키워드 목록을 직접 타겟팅하는 광고 항목의 수입니다.
|
메서드 |
|
새 제외 키워드 목록을 만듭니다. |
|
광고주 ID 및 제외 키워드 목록 ID를 사용하여 제외 키워드 목록을 삭제합니다. |
|
광고주 ID 및 제외 키워드 목록 ID를 사용하여 제외 키워드 목록을 가져옵니다. |
|
지정된 광고주 ID를 기반으로 제외 키워드 목록을 표시합니다. |
|
제외 키워드 목록을 업데이트합니다. |
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 Oracle 계열사의 등록 상표입니다.
최종 업데이트: 2025-07-25(UTC)
[null,null,["최종 업데이트: 2025-07-25(UTC)"],[[["\u003cp\u003eNegativeKeywordList is a resource that allows advertisers to define a list of negative keywords for targeting purposes.\u003c/p\u003e\n"],["\u003cp\u003eIt includes fields like name, negativeKeywordListId, displayName, advertiserId, and targetedLineItemCount, providing information about the list and its usage.\u003c/p\u003e\n"],["\u003cp\u003eYou can manage negative keyword lists using methods like create, delete, get, list, and patch to control how your ads are targeted.\u003c/p\u003e\n"]]],[],null,["# REST Resource: advertisers.negativeKeywordLists\n\n| Display \\& Video 360 API is deprecated and will sunset on **October 7, 2025** . Migrate to [Display \\& Video 360 API v4](/display-video/api/reference/rest/v4) before sunset to avoid an interruption in service.\n- [Resource: NegativeKeywordList](#NegativeKeywordList)\n - [JSON representation](#NegativeKeywordList.SCHEMA_REPRESENTATION)\n- [Methods](#METHODS_SUMMARY)\n\nResource: NegativeKeywordList\n-----------------------------\n\nA list of negative keywords used for targeting.\n\n| JSON representation |\n|---------------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"name\": string, \"negativeKeywordListId\": string, \"displayName\": string, \"advertiserId\": string, \"targetedLineItemCount\": string } ``` |\n\n| Fields ||\n|-------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `name` | `string` Output only. The resource name of the negative keyword list. |\n| `negativeKeywordListId` | `string (`[int64](https://developers.google.com/discovery/v1/type-format)` format)` Output only. The unique ID of the negative keyword list. Assigned by the system. |\n| `displayName` | `string` Required. The display name of the negative keyword list. Must be UTF-8 encoded with a maximum size of 255 bytes. |\n| `advertiserId` | `string (`[int64](https://developers.google.com/discovery/v1/type-format)` format)` Output only. The unique ID of the advertiser the negative keyword list belongs to. |\n| `targetedLineItemCount` | `string (`[int64](https://developers.google.com/discovery/v1/type-format)` format)` Output only. Number of line items that are directly targeting this negative keyword list. |\n\n| Methods ------- ||\n|--------------------------------------------------------------------------------------------|----------------------------------------------------------------------------------------|\n| ### [create](/display-video/api/reference/rest/v3/advertisers.negativeKeywordLists/create) | Creates a new negative keyword list. |\n| ### [delete](/display-video/api/reference/rest/v3/advertisers.negativeKeywordLists/delete) | Deletes a negative keyword list given an advertiser ID and a negative keyword list ID. |\n| ### [get](/display-video/api/reference/rest/v3/advertisers.negativeKeywordLists/get) | Gets a negative keyword list given an advertiser ID and a negative keyword list ID. |\n| ### [list](/display-video/api/reference/rest/v3/advertisers.negativeKeywordLists/list) | Lists negative keyword lists based on a given advertiser id. |\n| ### [patch](/display-video/api/reference/rest/v3/advertisers.negativeKeywordLists/patch) | Updates a negative keyword list. |"]]