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}