注意:您正在查看 API 的 REST 接口的文档。我们的大多数官方客户端库都使用 gRPC。如需了解详情,请参阅
REST 简介。
KeywordPlanAdGroupOperation
对关键字方案广告组执行的单次操作(创建、更新、移除)。
JSON 表示法 |
{
"updateMask": string,
// Union field operation can be only one of the following:
"create": {
object (KeywordPlanAdGroup )
},
"update": {
object (KeywordPlanAdGroup )
},
"remove": string
// End of list of possible types for union field operation .
} |
字段 |
updateMask |
string (FieldMask format)
用于确定更新中要修改哪些资源字段的 FieldMask。 这是完全限定字段名称的逗号分隔列表。示例:"user.displayName,photo" 。
|
联合字段 operation 。Mutate 操作。operation 只能是下列其中一项: |
create |
object (KeywordPlanAdGroup )
创建操作:新的关键字方案广告组不需要资源名称。
|
update |
object (KeywordPlanAdGroup )
更新操作:关键字计划广告组应具有有效的资源名称。
|
remove |
string
移除操作:应提供已移除的关键字方案广告组的资源名称,格式如下: customers/{customerId}/keywordPlanAdGroups/{kp_ad_group_id}
|
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2024-10-17。
[null,null,["最后更新时间 (UTC):2024-10-17。"],[[["This documentation describes how to perform a single operation (create, update, or remove) on a Keyword Plan ad group using JSON."],["Operations are defined using a JSON payload containing an `updateMask` and an `operation` field."],["The `operation` field specifies the type of operation, which can be `create`, `update`, or `remove`, each with its own requirements."],["`create` operations don't require a resource name, while `update` and `remove` operations need the Keyword Plan ad group's resource name."],["The `updateMask` field specifies which fields are being modified in an update operation."]]],[]]