AdGroupLabelOperation

פעולה יחידה (יצירה, הסרה) בתווית של קבוצת מודעות.

ייצוג JSON
{

  // Union field operation can be only one of the following:
  "create": {
    object (AdGroupLabel)
  },
  "remove": string
  // End of list of possible types for union field operation.
}
שדות
שדה איחוד operation. פעולת השינוי. operation יכול להיות רק אחד מהבאים:
create

object (AdGroupLabel)

פעולת יצירה: לא נדרש שם משאב לתווית החדשה של קבוצת מודעות.

remove

string

פעולת הסרה: שם משאב עבור תווית קבוצת המודעות שמתבצעת הסרה, בפורמט הזה:

customers/{customerId}/adGroupLabels/{adGroupId}~{label_id}