Caution: You are viewing documentation for the API's REST interface. Most of our official client libraries use gRPC. See the REST Introduction for details.

AdGroupCriterionLabel

A relationship between an ad group criterion and a label.

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

string

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

adGroupCriterion

string

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

label

string

Immutable. The label assigned to the ad group criterion.