AdGroupCriterionLabelOperation

Một thao tác duy nhất (tạo, xóa) trên nhãn tiêu chí nhóm quảng cáo.

Biểu diễn dưới dạng 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.
}
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 (AdGroupCriterionLabel)

Thao tác tạo: Không mong đợi tên tài nguyên cho nhãn nhóm quảng cáo mới.

remove

string

Xóa thao tác: Tên tài nguyên cho nhãn tiêu chí nhóm quảng cáo đang bị xóa, theo định dạng sau:

customers/{customerId}/adGroupCriterionLabels/{adGroupId}~{criterionId}~{label_id}