Method: advertisers.patch
既存の広告主を更新します。成功した場合は、更新された広告主を返します。
HTTP リクエスト
PATCH https://displayvideo.googleapis.com/v3/advertisers/{advertiser.advertiserId}
この URL は gRPC Transcoding 構文を使用します。
パスパラメータ
パラメータ |
advertiser.advertiserId |
string (int64 format)
出力専用。広告主の一意の ID。システムによって割り当てられます。
|
クエリ パラメータ
パラメータ |
updateMask |
string (FieldMask format)
必須。どのフィールドを更新するかを制御するマスク。 完全修飾フィールド名のカンマ区切りリスト。例: "user.displayName,photo" 。
|
リクエストの本文
リクエストの本文には Advertiser
のインスタンスが含まれます。
レスポンスの本文
成功した場合、レスポンスの本文には Advertiser
のインスタンスが含まれます。
認可スコープ
次の OAuth スコープが必要です。
https://www.googleapis.com/auth/display-video
詳細については、OAuth 2.0 Overview をご覧ください。
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2025-01-09 UTC。
[null,null,["最終更新日 2025-01-09 UTC。"],[[["This operation updates an existing advertiser using an HTTP PATCH request to the specified URL."],["You need to provide the advertiser ID as a path parameter and specify the fields to update using the `updateMask` query parameter."],["The request body should contain the updated advertiser details as defined in the `Advertiser` resource."],["Upon success, the API returns the updated `Advertiser` resource."],["Authorization requires the `https://www.googleapis.com/auth/display-video` OAuth scope."]]],[]]