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}