CampaignCustomizerOperation

对定制参数属性执行一次操作(创建、移除)。

JSON 表示法
{

  // Union field operation can be only one of the following:
  "create": {
    object (CampaignCustomizer)
  },
  "remove": string
  // End of list of possible types for union field operation.
}
字段
联合字段 operation。mutate 操作。operation 只能是下列其中一项:
create

object (CampaignCustomizer)

创建操作:新的广告系列定制参数不需要使用资源名称

remove

string

“移除”操作:已移除的广告系列定制参数的资源名称应采用以下格式:customers/{customerId}/campaignCustomizers/{campaignId}~{customizer_attribute_id}