注意: API の REST インターフェースに関するドキュメントを表示しています。当社の公式クライアント ライブラリのほとんどは gRPC を使用しています。詳しくは、
REST の概要をご覧ください。
ConversionActionOperation
コンバージョン アクションに対する単一のオペレーション(作成、更新、削除)。
JSON 表現 |
{
"updateMask": string,
// Union field operation can be only one of the following:
"create": {
object (ConversionAction )
},
"update": {
object (ConversionAction )
},
"remove": string
// End of list of possible types for union field operation .
} |
フィールド |
updateMask |
string (FieldMask format)
更新で変更されるリソース フィールドを決定する FieldMask。 完全修飾フィールド名のカンマ区切りリスト。例: "user.displayName,photo" 。
|
共用体フィールド operation 。変更オペレーション。operation は次のいずれかになります。 |
create |
object (ConversionAction )
作成オペレーション: 新しいコンバージョン アクションにリソース名は必要ありません。
|
update |
object (ConversionAction )
更新オペレーション: コンバージョン アクションには有効なリソース名が必要です。
|
remove |
string
削除操作: 削除したコンバージョン アクションのリソース名が次の形式になります。 customers/{customerId}/conversionActions/{conversionActionId}
|
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2024-11-05 UTC。
[null,null,["最終更新日 2024-11-05 UTC。"],[[["This documentation describes how to perform a single operation (create, update, or remove) on a Google Ads conversion action using JSON."],["Operations are defined using a JSON object that includes an `updateMask` and an `operation` field specifying the action type and details."],["The `operation` field can be one of `create`, `update`, or `remove`, each with specific requirements for providing resource names and data."],["For `create`, a new conversion action object is provided without a resource name; for `update`, an existing conversion action with a resource name is updated; and for `remove`, only the resource name of the conversion action to be removed is needed."]]],[]]