ConversionValueRuleOperation

פעולה יחידה (יצירה, עדכון, הסרה) בכלל ערך המרה.

ייצוג 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}