ข้อควรระวัง: คุณกําลังดูเอกสารประกอบสําหรับอินเทอร์เฟซ REST ของ API ไลบรารีของไคลเอ็นต์อย่างเป็นทางการส่วนใหญ่ของเราใช้ gRPC โปรดดูรายละเอียดใน
บทนํา REST
BiddingSeasonalityAdjustmentOperation
การดำเนินการนี้จะทำรายการเดียว (สร้าง นำออก อัปเดต) ในการปรับเฉพาะช่วงเวลา
การแสดง 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 .
} |
ช่อง |
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 Developers Java เป็นเครื่องหมายการค้าจดทะเบียนของ Oracle และ/หรือบริษัทในเครือ
อัปเดตล่าสุด 2025-03-06 UTC
[null,null,["อัปเดตล่าสุด 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"]]