[null,null,["最終更新日 2025-07-25 UTC。"],[[["\u003cp\u003eDisplay & Video 360 API v1 is sunset and this documentation details the creation of negative keywords within negative keyword lists using the v1 API.\u003c/p\u003e\n"],["\u003cp\u003eThe API request uses an HTTP POST method to a specific endpoint with advertiser and negative keyword list IDs as path parameters.\u003c/p\u003e\n"],["\u003cp\u003eThe request body requires a NegativeKeyword object, while the response, if successful, returns the newly created NegativeKeyword object.\u003c/p\u003e\n"],["\u003cp\u003eUsers need to have the \u003ccode\u003ehttps://www.googleapis.com/auth/display-video\u003c/code\u003e OAuth scope for authorization to use this API functionality.\u003c/p\u003e\n"]]],[],null,["# Method: advertisers.negativeKeywordLists.negativeKeywords.create\n\n| Display \\& Video 360 API v1 has been sunset.\n- [HTTP request](#body.HTTP_TEMPLATE)\n- [Path parameters](#body.PATH_PARAMETERS)\n- [Request body](#body.request_body)\n- [Response body](#body.response_body)\n- [Authorization Scopes](#body.aspect)\n- [Try it!](#try-it)\n\nCreates a negative keyword in a negative keyword list.\n\n### HTTP request\n\n`POST https://displayvideo.googleapis.com/v1/advertisers/{advertiserId}/negativeKeywordLists/{negativeKeywordListId}/negativeKeywords`\n\nThe URL uses [gRPC Transcoding](https://google.aip.dev/127) syntax.\n\n### Path parameters\n\n| Parameters ||\n|-------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `advertiserId` | `string (`[int64](https://developers.google.com/discovery/v1/type-format)` format)` Required. The ID of the DV360 advertiser to which the parent negative keyword list belongs. |\n| `negativeKeywordListId` | `string (`[int64](https://developers.google.com/discovery/v1/type-format)` format)` Required. The ID of the parent negative keyword list in which the negative keyword will be created. |\n\n### Request body\n\nThe request body contains an instance of [NegativeKeyword](/display-video/api/reference/rest/v1/advertisers.negativeKeywordLists.negativeKeywords#NegativeKeyword).\n\n### Response body\n\nIf successful, the response body contains a newly created instance of [NegativeKeyword](/display-video/api/reference/rest/v1/advertisers.negativeKeywordLists.negativeKeywords#NegativeKeyword).\n\n### Authorization Scopes\n\nRequires the following OAuth scope:\n\n- `https://www.googleapis.com/auth/display-video`\n\nFor more information, see the [OAuth 2.0 Overview](https://developers.google.com/identity/protocols/OAuth2)."]]