CampaignExtensionSettingOperation

對廣告活動額外資訊設定一次執行 (建立、更新、移除) 一次。

JSON 表示法
{
  "updateMask": string,

  // Union field operation can be only one of the following:
  "create": {
    object (CampaignExtensionSetting)
  },
  "update": {
    object (CampaignExtensionSetting)
  },
  "remove": string
  // End of list of possible types for union field operation.
}
欄位
updateMask

string (FieldMask format)

FieldMask,用於決定更新中要修改哪些資源欄位。

此為以半形逗號分隔的完整欄位名稱清單,範例:"user.displayName,photo"

聯集欄位 operation。修改作業。operation 只能是下列其中一項:
create

object (CampaignExtensionSetting)

建立作業:新的廣告活動額外資訊設定不需要資源名稱,

update

object (CampaignExtensionSetting)

更新作業:廣告活動額外資訊設定應包含有效的資源名稱。

remove

string

移除作業:已移除的廣告活動額外資訊設定的資源名稱,格式如下:

customers/{customerId}/campaignExtensionSettings/{campaignId}~{extensionType}