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}