AdGroupAdLabel

A relationship between an ad group ad and a label.

JSON representation
{
  "resourceName": string,
  "adGroupAd": string,
  "label": string
}
Fields
resourceName

string

Immutable. The resource name of the ad group ad label. Ad group ad label resource names have the form: customers/{customerId}/adGroupAdLabels/{adGroupId}~{ad_id}~{label_id}

adGroupAd

string

Immutable. The ad group ad to which the label is attached.

label

string

Immutable. The label assigned to the ad group ad.