注意: API の REST インターフェースに関するドキュメントを表示しています。当社の公式クライアント ライブラリのほとんどは gRPC を使用しています。詳しくは、
REST の概要をご覧ください。
CustomConversionGoalOperation
カスタムのコンバージョン目標に対する 1 つのオペレーション(作成、削除)。
JSON 表現 |
{
"updateMask": string,
// Union field operation can be only one of the following:
"create": {
object (CustomConversionGoal )
},
"update": {
object (CustomConversionGoal )
},
"remove": string
// End of list of possible types for union field operation .
} |
フィールド |
updateMask |
string (FieldMask format)
更新で変更されるリソース フィールドを決定する FieldMask。 完全修飾フィールド名のカンマ区切りリスト。例: "user.displayName,photo" 。
|
共用体フィールド operation 。変更オペレーション。operation は次のいずれかになります。 |
create |
object (CustomConversionGoal )
作成オペレーション: 新しいカスタム コンバージョン目標にリソース名は必要ありません
|
update |
object (CustomConversionGoal )
更新オペレーション: カスタム コンバージョン目標には有効なリソース名が必要です。
|
remove |
string
削除オペレーション: 削除するカスタム コンバージョン目標のリソース名が必要です。形式は次のとおりです。 'customers/{customerId}/customConversionGoals/{goalId}'
|
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2025-03-07 UTC。
[null,null,["最終更新日 2025-03-07 UTC。"],[[["This documentation describes the JSON representation for managing custom conversion goals in Google Ads."],["It supports three operations: creating a new goal, updating an existing goal, or removing a goal."],["Each operation requires specific fields, like \"updateMask\" for updates and resource names for removals."],["For \"create\" operations, no resource name is needed, while \"update\" and \"remove\" require existing goal identifiers."]]],[]]