Method: advertisers.negativeKeywordLists.patch

除外キーワード リストを更新します。成功した場合は、更新された除外キーワード リストを返します。

HTTP リクエスト

PATCH https://displayvideo.googleapis.com/v2/advertisers/{advertiserId}/negativeKeywordLists/{negativeKeywordList.negativeKeywordListId}

この URL は gRPC Transcoding 構文を使用します。

パスパラメータ

パラメータ
advertiserId

string (int64 format)

必須。除外キーワード リストが属するディスプレイ&ビデオ 360 広告主の ID。

negativeKeywordList.negativeKeywordListId

string (int64 format)

出力のみ。除外キーワード リストの一意の ID。システムによって割り当てられます。

クエリ パラメータ

パラメータ
updateMask

string (FieldMask format)

必須。更新するフィールドを制御するマスク。

これは、フィールドの完全修飾名のカンマ区切りリストです。(例: "user.displayName,photo")。

リクエストの本文

リクエストの本文には NegativeKeywordList のインスタンスが含まれています。

レスポンスの本文

成功した場合、レスポンスの本文には NegativeKeywordList のインスタンスが含まれます。

承認スコープ

次の OAuth スコープが必要です。

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

詳細については、OAuth 2.0 の概要をご覧ください。