Method: advertisers.negativeKeywordLists.negativeKeywords.replace

단일 제외 키워드 목록에 있는 모든 제외 키워드를 대체합니다.

이 작업은 제외 키워드 목록의 키워드를 ReplaceNegativeKeywordsRequest.new_negative_keywords에 제공된 키워드로 바꿉니다.

HTTP 요청

POST https://displayvideo.googleapis.com/v1/advertisers/{advertiserId}/negativeKeywordLists/{negativeKeywordListId}/negativeKeywords:replace

URL은 gRPC 트랜스코딩 구문을 사용합니다.

경로 매개변수

매개변수
advertiserId

string (int64 format)

필수 항목입니다. 상위 제외 키워드 목록이 속한 DV360 광고주의 ID입니다.

negativeKeywordListId

string (int64 format)

필수 항목입니다. 제외 키워드가 속한 상위 제외 키워드 목록의 ID입니다.

요청 본문

요청 본문에는 다음과 같은 구조의 데이터가 포함됩니다.

JSON 표현
{
  "newNegativeKeywords": [
    {
      object (NegativeKeyword)
    }
  ]
}
필드
newNegativeKeywords[]

object (NegativeKeyword)

제외 키워드 목록에서 기존 키워드를 대체할 제외 키워드로, NegativeKeywords 목록으로 지정됩니다.

응답 본문

성공할 경우 응답 본문에 다음 구조의 데이터가 포함됩니다.

NormalKeywordService.Replace부정적인키워드에 대한 응답 메시지입니다.

JSON 표현
{
  "negativeKeywords": [
    {
      object (NegativeKeyword)
    }
  ]
}
필드
negativeKeywords[]

object (NegativeKeyword)

이제 제외 키워드의 전체 목록이 제외 키워드 목록에 표시됩니다.

승인 범위

다음 OAuth 범위가 필요합니다.

  • https://www.googleapis.com/auth/display-video

자세한 내용은 OAuth 2.0 개요를 참고하세요.