AdGroupCriterionCustomizerOperation

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

JSON 表現
{

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

object (AdGroupCriterionCustomizer)

作成操作: 新しい広告グループの条件カスタマイザにリソース名を想定していません。

remove

string

削除操作: 削除した広告グループの条件カスタマイザのリソース名は、次の形式である必要があります

customers/{customerId}/adGroupCriterionCustomizers/{adGroupId}~{criterionId}~{customizer_attribute_id}