注意: API の REST インターフェースに関するドキュメントを表示しています。当社の公式クライアント ライブラリのほとんどは gRPC を使用しています。詳しくは、
REST の概要をご覧ください。
CampaignBidModifierOperation
キャンペーンの入札単価調整比に対する 1 回のオペレーション(作成、削除、更新)。
JSON 表現 |
{
"updateMask": string,
// Union field operation can be only one of the following:
"create": {
object (CampaignBidModifier )
},
"update": {
object (CampaignBidModifier )
},
"remove": string
// End of list of possible types for union field operation .
} |
フィールド |
updateMask |
string (FieldMask format)
更新で変更されるリソース フィールドを決定する FieldMask。 完全修飾フィールド名のカンマ区切りリスト。例: "user.displayName,photo" 。
|
共用体フィールド operation 。変更オペレーション。operation は次のいずれかになります。 |
create |
object (CampaignBidModifier )
作成オペレーション: 新しいキャンペーンの入札単価調整にはリソース名は必要ありません。
|
update |
object (CampaignBidModifier )
更新オペレーション: キャンペーンの入札単価調整比には有効なリソース名が必要です。
|
remove |
string
削除オペレーション: 削除するキャンペーンの入札単価調整のリソース名が必要です。形式は次のとおりです。 customers/{customerId}/CampaignBidModifiers/{campaignId}~{criterionId}
|
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2024-10-18 UTC。
[null,null,["最終更新日 2024-10-18 UTC。"],[[["This documentation describes the JSON format for performing operations (create, update, remove) on a single campaign bid modifier within Google Ads."],["Operations can be specified using the `operation` field, which accepts either a `create`, `update`, or `remove` value."],["Creating a new bid modifier doesn't require a resource name, while updating requires a valid resource name, and removing needs the resource name of the bid modifier to be removed."],["A `fieldMask` can be provided to specify which fields of the campaign bid modifier should be modified during an update operation."]]],[]]