ข้อควรระวัง: คุณกําลังดูเอกสารประกอบสําหรับอินเทอร์เฟซ REST ของ API ไลบรารีของไคลเอ็นต์อย่างเป็นทางการส่วนใหญ่ของเราใช้ gRPC โปรดดูรายละเอียดใน
บทนํา REST
BiddingDataExclusionOperation
การดำเนินการเดียว (สร้าง นำออก อัปเดต) กับการยกเว้นข้อมูล
การแสดง JSON |
{
"updateMask": string,
// Union field operation can be only one of the following:
"create": {
object (BiddingDataExclusion )
},
"update": {
object (BiddingDataExclusion )
},
"remove": string
// End of list of possible types for union field operation .
} |
ช่อง |
updateMask |
string (FieldMask format)
FieldMask ที่กําหนดว่าฟิลด์ทรัพยากรใดจะได้รับการแก้ไขในการอัปเดต ซึ่งเป็นรายการชื่อฟิลด์ที่สมบูรณ์ในตัวเองที่คั่นด้วยคอมมา ตัวอย่าง: "user.displayName,photo"
|
ฟิลด์สหภาพ operation การดำเนินการเปลี่ยนแปลง operation ต้องเป็นค่าใดค่าหนึ่งต่อไปนี้เท่านั้น |
create |
object (BiddingDataExclusion )
การดำเนินการสร้าง: ไม่ควรมีชื่อทรัพยากรสำหรับการยกเว้นข้อมูลใหม่
|
update |
object (BiddingDataExclusion )
การดำเนินการอัปเดต: การยกเว้นข้อมูลควรมีชื่อทรัพยากรที่ถูกต้อง
|
remove |
string
การดำเนินการนำออก: ต้องมีชื่อทรัพยากรสำหรับการยกเว้นข้อมูลที่นําออกในรูปแบบนี้ customers/{customerId}/biddingDataExclusions/{dataExclusionId}
|
เนื้อหาของหน้าเว็บนี้ได้รับอนุญาตภายใต้ใบอนุญาตที่ต้องระบุที่มาของครีเอทีฟคอมมอนส์ 4.0 และตัวอย่างโค้ดได้รับอนุญาตภายใต้ใบอนุญาต Apache 2.0 เว้นแต่จะระบุไว้เป็นอย่างอื่น โปรดดูรายละเอียดที่นโยบายเว็บไซต์ Google Developers Java เป็นเครื่องหมายการค้าจดทะเบียนของ Oracle และ/หรือบริษัทในเครือ
อัปเดตล่าสุด 2025-03-06 UTC
[null,null,["อัปเดตล่าสุด 2025-03-06 UTC"],[[["This documentation describes the JSON representation for performing operations (create, update, remove) on a data exclusion within Google Ads."],["The `operation` field determines the action type with options for creation, updating, or removal."],["A `FieldMask` is used within the `updateMask` to specify the fields to modify during updates."],["Resource names are required for update and remove operations, while create operations do not need them."]]],[]]