AdGroupCriterionLabelOperation

عملية واحدة (إنشاء أو إزالة) على تصنيف معيار المجموعة الإعلانية

تمثيل 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.
}
الحقول
حقل الربط operation عملية التحويل يمكن أن يكون operation واحدًا فقط مما يلي:
create

object (AdGroupCriterionLabel)

عملية الإنشاء: لا يُتوقّع ظهور اسم مورد لتصنيف المجموعة الإعلانية الجديدة.

remove

string

عملية الإزالة: اسم مورد لتصنيف معيار المجموعة الإعلانية الذي تتم إزالته، بالتنسيق التالي:

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