Method: customBiddingAlgorithms.patch

既存のカスタム入札アルゴリズムを更新します。成功した場合は、更新されたカスタム入札アルゴリズムを返します。

HTTP リクエスト

PATCH https://displayvideo.googleapis.com/v2/customBiddingAlgorithms/{customBiddingAlgorithm.customBiddingAlgorithmId}

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

パスパラメータ

パラメータ
customBiddingAlgorithm.customBiddingAlgorithmId

string (int64 format)

出力のみ。カスタム入札アルゴリズムの一意の ID。システムによって割り当てられます。

クエリ パラメータ

パラメータ
updateMask

string (FieldMask format)

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

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

リクエストの本文

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

レスポンスの本文

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

承認スコープ

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

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

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