注意:您正在查看 API 的 REST 接口的文档。我们的大多数官方客户端库都使用 gRPC。如需了解详情,请参阅
REST 简介。
AdGroupLabel
JSON 表示法 |
{
"resourceName": string,
"adGroup": string,
"label": string
} |
字段 |
resourceName |
string
不可变。广告组标签的资源名称。广告组标签资源名称采用以下格式:customers/{customerId}/adGroupLabels/{adGroupId}~{label_id}
|
adGroup |
string
不可变。标签附加到的广告组。
|
label |
string
不可变。分配给广告组的标签。
|
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2024-10-18。
[null,null,["最后更新时间 (UTC):2024-10-18。"],[[["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."]]],[]]