注意: API の REST インターフェースに関するドキュメントを表示しています。当社の公式クライアント ライブラリのほとんどは gRPC を使用しています。詳しくは、
REST の概要をご覧ください。
AdParameterOperation
広告パラメータに対する 1 回のオペレーション(作成、更新、削除)。
JSON 表現 |
{
"updateMask": string,
// Union field operation can be only one of the following:
"create": {
object (AdParameter )
},
"update": {
object (AdParameter )
},
"remove": string
// End of list of possible types for union field operation .
} |
フィールド |
updateMask |
string (FieldMask format)
更新で変更されるリソース フィールドを決定する FieldMask。 完全修飾フィールド名のカンマ区切りリスト。例: "user.displayName,photo" 。
|
共用体フィールド operation 。変更オペレーション。operation は次のいずれかになります。 |
create |
object (AdParameter )
作成オペレーション: 新しい広告パラメータにリソース名は必要ありません。
|
update |
object (AdParameter )
更新オペレーション: 広告パラメータには有効なリソース名が必要です。
|
remove |
string
削除操作: 削除する広告パラメータのリソース名は次の形式である必要があります。 customers/{customerId}/adParameters/{adGroupId}~{criterionId}~{parameterIndex}
|
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2024-10-18 UTC。
[null,null,["最終更新日 2024-10-18 UTC。"],[[["This page documents a single operation (create, update, or remove) on an ad parameter, using JSON representation for the request."],["The `operation` field specifies the type of operation (create, update, or remove) with corresponding data requirements."],["`create` and `update` operations utilize the `AdParameter` object while `remove` requires the ad parameter's resource name."],["The `updateMask` field, in FieldMask format, is used to specify which fields of the resource are being modified in an update operation."]]],[]]