注意:您正在查看 API 的 REST 接口的文档。我们的大多数官方客户端库都使用 gRPC。如需了解详情,请参阅
REST 简介。
BiddingSeasonalityAdjustmentOperation
字段 |
updateMask |
string (FieldMask format)
用于确定在更新中修改哪些资源字段的 FieldMask。 这是完全限定字段名称的逗号分隔列表。示例:"user.displayName,photo" 。
|
联合字段 operation 。更改操作。operation 只能是下列其中一项: |
create |
object (BiddingSeasonalityAdjustment )
创建操作:新的季节性调整应该没有资源名称。
|
update |
object (BiddingSeasonalityAdjustment )
更新操作:季节性调整应具有有效的资源名称。
|
remove |
string
移除操作:已移除的季节性调整的资源名称应采用以下格式: customers/{customerId}/biddingSeasonalityAdjustments/{seasonalityAdjustmentId}
|
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2024-10-18。
[null,null,["最后更新时间 (UTC):2024-10-18。"],[[["This documentation outlines the JSON structure for managing seasonality adjustments in Google Ads, including creating, updating, and removing them."],["The `operation` field specifies the action type: `create`, `update`, or `remove`, each with its corresponding data requirements."],["`updateMask` is used to selectively modify specific fields during updates."],["Resource names are essential for `update` and `remove` operations, following a defined format."]]],[]]