ConversionValueRuleOperation

コンバージョン値のルールに対する 1 回のオペレーション(作成、更新、削除)。

JSON 表現
{
  "updateMask": string,

  // Union field operation can be only one of the following:
  "create": {
    object (ConversionValueRule)
  },
  "update": {
    object (ConversionValueRule)
  },
  "remove": string
  // End of list of possible types for union field operation.
}
フィールド
updateMask

string (FieldMask format)

更新で変更されるリソース フィールドを決定する FieldMask。

完全修飾フィールド名のカンマ区切りリスト。例: "user.displayName,photo"

共用体フィールド operation。変更オペレーション。operation は次のいずれかになります。
create

object (ConversionValueRule)

作成オペレーション: 新しいコンバージョン値のルールにはリソース名は必要ありません。

update

object (ConversionValueRule)

更新オペレーション: コンバージョン値のルールには有効なリソース名が必要です。

remove

string

削除オペレーション: 削除したコンバージョン値のルールには、次の形式のリソース名が必要です。

customers/{customerId}/conversionValueRules/{conversion_value_rule_id}