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