AdGroupLabel

A relationship between an ad group and a label.

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

string

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

adGroup

string

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

label

string

Immutable. The label assigned to the ad group.