AdGroupCustomizerOperation

カスタマイザ属性に対する 1 つのオペレーション(作成、削除)。

JSON 表現
{

  // Union field operation can be only one of the following:
  "create": {
    object (AdGroupCustomizer)
  },
  "remove": string
  // End of list of possible types for union field operation.
}
フィールド
共用体フィールド operation。mutate オペレーション。operation は次のいずれかになります。
create

object (AdGroupCustomizer)

作成オペレーション: 新しい広告グループ カスタマイザにリソース名を指定することはできません

remove

string

削除オペレーション: 削除された広告グループ カスタマイザのリソース名は、customers/{customerId}/adGroupCustomizers/{adGroupId}~{customizer_attribute_id} の形式である必要があります。