AdParameterOperation

針對廣告參數的單一操作 (建立、更新、移除)。

JSON 表示法
{
  "updateMask": string,

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

string (FieldMask format)

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

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

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

object (AdParameter)

建立作業:新廣告參數不應使用資源名稱。

update

object (AdParameter)

更新作業:廣告參數應具備有效的資源名稱。

remove

string

移除作業:需移除廣告參數的資源名稱格式如下:

customers/{customerId}/adParameters/{adGroupId}~{criterionId}~{parameterIndex}