AdGroupAdLabelOperation

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

ייצוג JSON
{

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

object (AdGroupAdLabel)

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

remove

string

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

customers/{customerId}/adGroupAdLabels/{adGroupId}~{ad_id}~{label_id}