Chú ý: Bạn đang xem tài liệu về giao diện REST của API. Hầu hết các thư viện ứng dụng chính thức của chúng tôi đều sử dụng gRPC. Hãy xem
Giới thiệu về REST để biết chi tiết.
BiddingSeasonalityAdjustmentOperation
Một thao tác (tạo, xoá, cập nhật) đối với một mức điều chỉnh theo thời vụ.
Biểu diễn dưới dạng JSON |
{
"updateMask": string,
// Union field operation can be only one of the following:
"create": {
object (BiddingSeasonalityAdjustment )
},
"update": {
object (BiddingSeasonalityAdjustment )
},
"remove": string
// End of list of possible types for union field operation .
} |
Trường |
updateMask |
string (FieldMask format)
Mặt nạ trường giúp xác định những trường tài nguyên được sửa đổi trong một bản cập nhật. Đây là danh sách các tên trường đủ điều kiện được phân tách bằng dấu phẩy. Ví dụ: "user.displayName,photo"
|
Trường kết hợp operation . Thao tác thay đổi. operation chỉ có thể là một trong những trạng thái sau đây: |
create |
object (BiddingSeasonalityAdjustment )
Tạo thao tác: Dự kiến sẽ không có tên tài nguyên cho sự kiện điều chỉnh theo thời vụ mới.
|
update |
object (BiddingSeasonalityAdjustment )
Thao tác cập nhật: Sự kiện điều chỉnh theo thời vụ dự kiến sẽ có tên tài nguyên hợp lệ.
|
remove |
string
Thao tác xoá: Tên tài nguyên cho mức điều chỉnh theo thời vụ đã bị xoá có thể ở định dạng sau: customers/{customerId}/biddingSeasonalityAdjustments/{seasonalityAdjustmentId}
|
Trừ phi có lưu ý khác, nội dung của trang này được cấp phép theo Giấy phép ghi nhận tác giả 4.0 của Creative Commons và các mẫu mã lập trình được cấp phép theo Giấy phép Apache 2.0. Để biết thông tin chi tiết, vui lòng tham khảo Chính sách trang web của Google Developers. Java là nhãn hiệu đã đăng ký của Oracle và/hoặc các đơn vị liên kết với Oracle.
Cập nhật lần gần đây nhất: 2025-03-06 UTC.
[null,null,["Cập nhật lần gần đây nhất: 2025-03-06 UTC."],[[["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."]]],["The content details operations for seasonality adjustments, allowing for creation, updates, or removal. An `updateMask` field specifies which resource fields are modified during updates. The `operation` field is a union, supporting only one action. `Create` requires a new seasonality adjustment object, `update` requires a valid resource name, and `remove` needs the resource name in the format of `customers/{customerId}/biddingSeasonalityAdjustments/{seasonalityAdjustmentId}`.\n"]]