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.
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-10-11 UTC.
[null,null,["Last updated 2024-10-11 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}`."],["Essential properties include the ad group criterion to which the label is attached and the label itself, both of which are immutable once set."],["The JSON representation encapsulates these properties for easy data exchange and manipulation."]]],[]]