注意: API の REST インターフェースに関するドキュメントを表示しています。当社の公式クライアント ライブラリのほとんどは gRPC を使用しています。詳しくは、
REST の概要をご覧ください。
BiddingSeasonalityAdjustmentOperation
季節性の調整に対する 1 回のオペレーション(作成、削除、更新)。
フィールド |
updateMask |
string (FieldMask format)
更新で変更されるリソース フィールドを決定する FieldMask。 完全修飾フィールド名のカンマ区切りリスト。例: "user.displayName,photo" 。
|
共用体フィールド operation 。変更オペレーション。operation は次のいずれかになります。 |
create |
object (BiddingSeasonalityAdjustment )
作成オペレーション: 新しい季節性の調整にリソース名は必要ありません。
|
update |
object (BiddingSeasonalityAdjustment )
更新オペレーション: 季節性の調整には有効なリソース名が必要です。
|
remove |
string
削除オペレーション: 削除した季節性調整のリソース名が次の形式になります。 customers/{customerId}/biddingSeasonalityAdjustments/{seasonalityAdjustmentId}
|
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2025-03-06 UTC。
[null,null,["最終更新日 2025-03-06 UTC。"],[[["This documentation outlines the JSON structure for managing seasonality adjustments in Google Ads, including creating, updating, and removing them."],["The `operation` field specifies the action type: `create`, `update`, or `remove`, each with its corresponding data requirements."],["`updateMask` is used to selectively modify specific fields during updates."],["Resource names are essential for `update` and `remove` operations, following a defined format."]]],["The content details operations for seasonality adjustments, allowing for creation, updates, or removal. An `updateMask` field specifies which resource fields are modified during updates. The `operation` field is a union, supporting only one action. `Create` requires a new seasonality adjustment object, `update` requires a valid resource name, and `remove` needs the resource name in the format of `customers/{customerId}/biddingSeasonalityAdjustments/{seasonalityAdjustmentId}`.\n"]]