AdGroupCustomizerOperation

Özelleştirici özelliğinde tek bir işlem (oluşturma, kaldırma).

JSON gösterimi
{

  // 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.
}
Alanlar
Birleştirme alanı operation. Değiştirme işlemi. operation şunlardan yalnızca biri olabilir:
create

object (AdGroupCustomizer)

Oluşturma işlemi: Yeni reklam grubu özelleştirici için kaynak adı beklenmiyor

remove

string

Kaldırma işlemi: Kaldırılan reklam grubu özelleştirici için şu biçimde bir kaynak adı beklenir: customers/{customerId}/adGroupCustomizers/{adGroupId}~{customizer_attribute_id}