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.
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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-06 UTC."],[[["Ad group criterion labels represent a relationship between an ad group criterion and a label, allowing for categorization and organization."],["They are identified by a unique resource name following a specific format: `customers/{customerId}/adGroupCriterionLabels/{adGroupId}~{criterionId}~{label_id}`."],["Each ad group criterion label immutably links an ad group criterion to a specific label, enabling efficient management and filtering."],["The JSON representation of an ad group criterion label includes the resource name, the associated ad group criterion, and the assigned label."]]],["The core content defines the structure and fields of an ad group criterion label. It's represented in JSON and links an ad group criterion to a label. Key fields include `resourceName`, which is a unique identifier for the connection. `adGroupCriterion` specifies the ad group criterion, and `label` indicates the assigned label. All three fields are immutable and define the relationship between a label and ad criterion.\n"]]