AdGroupAdLabelOperation

किसी विज्ञापन समूह के विज्ञापन लेबल पर एक कार्रवाई (बनाएं, हटाएं).

जेएसओएन के काेड में दिखाना
{

  // 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}