AdGroupCustomizerOperation

Một thao tác (tạo, xóa) trên thuộc tính tùy biến.

Biểu diễn dưới dạng JSON
{

  // Union field operation can be only one of the following:
  "create": {
    object (AdGroupCustomizer)
  },
  "remove": string
  // End of list of possible types for union field operation.
}
Các trường
Trường nhóm operation. Phép biến đổi. operation chỉ có thể là một trong những loại sau đây:
create

object (AdGroupCustomizer)

Hoạt động tạo: Không mong đợi tên tài nguyên cho tùy biến nhóm quảng cáo mới

remove

string

Xóa thao tác: Tên tài nguyên cho tùy biến nhóm quảng cáo đã loại bỏ được mong đợi, theo định dạng sau: customers/{customerId}/adGroupCustomizers/{adGroupId}~{customizer_attribute_id}