注意: API の REST インターフェースに関するドキュメントを表示しています。当社の公式クライアント ライブラリのほとんどは gRPC を使用しています。詳しくは、
REST の概要をご覧ください。
BiddingDataExclusionOperation
データ除外に対する単一のオペレーション(作成、削除、更新)。
JSON 表現 |
{
"updateMask": string,
// Union field operation can be only one of the following:
"create": {
object (BiddingDataExclusion )
},
"update": {
object (BiddingDataExclusion )
},
"remove": string
// End of list of possible types for union field operation .
} |
フィールド |
updateMask |
string (FieldMask format)
更新で変更されるリソース フィールドを決定する FieldMask。 完全修飾フィールド名のカンマ区切りリスト。例: "user.displayName,photo" 。
|
共用体フィールド operation 。変更オペレーション。operation は次のいずれかになります。 |
create |
object (BiddingDataExclusion )
作成オペレーション: 新しいデータ除外にはリソース名は必要ありません。
|
update |
object (BiddingDataExclusion )
更新オペレーション: データ除外には有効なリソース名が必要です。
|
remove |
string
削除オペレーション: 削除されるデータ除外のリソース名が必要です。形式は次のとおりです。 customers/{customerId}/biddingDataExclusions/{dataExclusionId}
|
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2025-03-06 UTC。
[null,null,["最終更新日 2025-03-06 UTC。"],[[["This documentation describes the JSON representation for performing operations (create, update, remove) on a data exclusion within Google Ads."],["The `operation` field determines the action type with options for creation, updating, or removal."],["A `FieldMask` is used within the `updateMask` to specify the fields to modify during updates."],["Resource names are required for update and remove operations, while create operations do not need them."]]],[]]