注意:您正在查看 API 的 REST 接口的文档。我们的大多数官方客户端库都使用 gRPC。如需了解详情,请参阅
REST 简介。
AdParameterOperation
JSON 表示法 |
{
"updateMask": string,
// Union field operation can be only one of the following:
"create": {
object (AdParameter )
},
"update": {
object (AdParameter )
},
"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 (AdParameter )
创建操作:无需为新广告参数指定资源名称。
|
update |
object (AdParameter )
更新操作:广告参数应具有有效的资源名称。
|
remove |
string
移除操作:要移除的广告参数的资源名称应采用以下格式: customers/{customerId}/adParameters/{adGroupId}~{criterionId}~{parameterIndex}
|
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2024-11-05。
[null,null,["最后更新时间 (UTC):2024-11-05。"],[[["This page documents a single operation (create, update, or remove) on an ad parameter, using JSON representation for the request."],["The `operation` field specifies the type of operation (create, update, or remove) with corresponding data requirements."],["`create` and `update` operations utilize the `AdParameter` object while `remove` requires the ad parameter's resource name."],["The `updateMask` field, in FieldMask format, is used to specify which fields of the resource are being modified in an update operation."]]],[]]