CampaignCustomizerOperation

عملية واحدة (إنشاء أو إزالة) على سمة أداة تخصيص.

تمثيل JSON
{

  // Union field operation can be only one of the following:
  "create": {
    object (CampaignCustomizer)
  },
  "remove": string
  // End of list of possible types for union field operation.
}
الحقول
حقل الاتحاد operation عملية التبديل. يمكن أن يكون الحقل "operation" واحدًا فقط مما يلي:
create

object (CampaignCustomizer)

عملية الإنشاء: لا يُتوقَّع اسم مورد لأداة تخصيص الحملات الجديدة.

remove

string

عملية الإزالة: يُتوقع استخدام اسم مورد لأداة تخصيص الحملات التي تمت إزالتها، بالتنسيق التالي: customers/{customerId}/campaignCustomizers/{campaignId}~{customizer_attribute_id}