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.
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.
|
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 2025-03-06 UTC.
[null,null,["Last updated 2025-03-06 UTC."],[[["Ad group labels represent a relationship between an ad group and a label, allowing for categorization and organization."],["The ad group label resource is defined by its resource name, the associated ad group, and the assigned label."],["Resource names for ad group labels follow a specific format: `customers/{customerId}/adGroupLabels/{adGroupId}~{label_id}`."],["The ad group and label assigned to an ad group label are immutable, meaning they cannot be changed after creation."]]],[]]