AdGroupCriterionLabelOperation

Operasi tunggal (membuat, menghapus) di label kriteria grup iklan.

Representasi JSON
{

  // Union field operation can be only one of the following:
  "create": {
    object (AdGroupCriterionLabel)
  },
  "remove": string
  // End of list of possible types for union field operation.
}
Kolom
Kolom union operation. Operasi mutasi. operation hanya dapat berupa salah satu dari berikut:
create

object (AdGroupCriterionLabel)

Buat operasi: Tidak ada nama resource yang diharapkan untuk label grup iklan baru.

remove

string

Operasi penghapusan: Nama resource untuk label kriteria grup iklan yang dihapus, dalam format ini:

customers/{customerId}/adGroupCriterionLabels/{adGroupId}~{criterionId}~{label_id}