注意:您正在查看 API 的 REST 接口的文档。我们的大多数官方客户端库都使用 gRPC。如需了解详情,请参阅
REST 简介。
KeywordPlanAdGroup
关键字规划工具广告组。每个方案中的关键字方案广告组数量上限:200 个。
JSON 表示法 |
{
"resourceName": string,
"keywordPlanCampaign": string,
"id": string,
"name": string,
"cpcBidMicros": string
} |
字段 |
resourceName |
string
不可变。关键字规划工具广告组的资源名称。KeywordPlanAdGroup 资源名称采用以下格式: customers/{customerId}/keywordPlanAdGroups/{kp_ad_group_id}
|
keywordPlanCampaign |
string
此广告组所属的关键字方案广告系列。
|
id |
string (int64 format)
仅限输出。关键字方案广告组的 ID。
|
name |
string
关键字方案广告组的名称。 此字段为必填字段,在创建关键字方案广告组时不应为空。
|
cpcBidMicros |
string (int64 format)
关键字方案广告组下的所有可出价关键字的默认广告组每次点击费用的最高出价(以账号币种为单位,以微为单位)。如果未设置,则会从父级广告系列继承。
|
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2024-11-05。
[null,null,["最后更新时间 (UTC):2024-11-05。"],[[["Keyword Planner ad groups organize keywords within Keyword Planner campaigns, with a limit of 200 ad groups per plan."],["Each ad group is defined by its resource name, associated campaign, ID, name, and a default maximum CPC bid."],["The `cpcBidMicros` field allows setting a default maximum cost-per-click bid for keywords in the ad group, inheriting from the parent campaign if not specified."],["When creating a keyword plan ad group, the `name` field is mandatory and cannot be empty."]]],[]]